GNOME Bugzilla – Bug 397207
Test failure w/ HP-UX 11.11 & native compiler
Last modified: 2007-01-17 01:08:09 UTC
Steps to reproduce: cd /work/build/gst-plugins-base-0.10.11/tests/check export GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:5 /opt/TWWfsw/sbutils12/lib/aux/gmake/bin/gmake libs/tag.wdb 2>dbg.log Stack trace:
+ Trace 102656
Other information:
Created attachment 80376 [details] Debug log
Created attachment 80380 [details] [review] some alignment fixes Does this patch fix it?
Committed, please re-open if this doesn't fix it: 2007-01-16 Tim-Philipp Müller <tim at centricular dot net> * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_list_to_vorbiscomment_buffer): * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find): Fix potentially unaligned access (#397207).
Confirmed fixed. Thanks!