After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 397207 - Test failure w/ HP-UX 11.11 & native compiler
Test failure w/ HP-UX 11.11 & native compiler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.11
Other All
: Normal normal
: 0.10.12
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-16 10:40 UTC by Ian Munro
Modified: 2007-01-17 01:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Debug log (50.66 KB, text/plain)
2007-01-16 10:42 UTC, Ian Munro
  Details
some alignment fixes (2.90 KB, patch)
2007-01-16 11:23 UTC, Tim-Philipp Müller
committed Details | Review

Description Ian Munro 2007-01-16 10:40:25 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:
  • #0 gst_tag_list_to_vorbiscomment_buffer
    at /work/build/gst-plugins-base-0.10.11/gst-libs/gst/tag/gstvorbistag.c line 511
  • #1 test_vorbis_tags
    at /work/build/gst-plugins-base-0.10.11/tests/check/libs/tag.c line 320
  • #2 tcase_run_tfun_nofork+0x44
    from /opt/TWWfsw/libcheck/lib/libcheck.sl.0
  • #3 srunner_iterate_tcase_tfuns+0xc0
    from /opt/TWWfsw/libcheck/lib/libcheck.sl.0
  • #4 srunner_run_tcase+0x2c
    from /opt/TWWfsw/libcheck/lib/libcheck.sl.0
  • #5 srunner_iterate_suites+0x90
    from /opt/TWWfsw/libcheck/lib/libcheck.sl.0
  • #6 srunner_run_all+0x9c
    from /opt/TWWfsw/libcheck/lib/libcheck.sl.0
  • #7 main
    at /work/build/gst-plugins-base-0.10.11/tests/check/libs/tag.c line 584


Other information:
Comment 1 Ian Munro 2007-01-16 10:42:59 UTC
Created attachment 80376 [details]
Debug log
Comment 2 Tim-Philipp Müller 2007-01-16 11:23:39 UTC
Created attachment 80380 [details] [review]
some alignment fixes

Does this patch fix it?
Comment 3 Tim-Philipp Müller 2007-01-16 19:37:47 UTC
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).

Comment 4 Ian Munro 2007-01-17 01:08:09 UTC
Confirmed fixed. Thanks!