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 528144 - [wavpack] Testsuite has bus error on sparc
[wavpack] Testsuite has bus error on sparc
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-15 03:18 UTC by Sebastian Dröge (slomo)
Modified: 2008-04-15 08:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2008-04-15 03:18:49 UTC
Hi,
the wavpack testsuite currently generates a bus error on sparc. Will investigate later...

Running suite(s): wavpackenc
0%: Checks: 1, Failures: 0, Errors: 1
elements/wavpackenc.c:126:E:general:test_encode_silence:0: (after this point) Received signal 10 (Bus error)
FAIL: elements/wavpackenc
Comment 1 Sebastian Dröge (slomo) 2008-04-15 06:47:17 UTC
Program received signal SIGBUS, Bus error.

Thread 4157777664 (LWP 10457)

  • #0 little_endian_to_native
    at bits.c line 143
  • #1 WavpackUpdateNumSamples
    at wputils.c line 1658
  • #2 gst_wavpack_enc_sink_event
    at gstwavpackenc.c line 761
  • #3 gst_pad_send_event
    from /home/slomo/tmp/usr/lib/libgstreamer-0.10.so.0
  • #4 gst_pad_push_event
    from /home/slomo/tmp/usr/lib/libgstreamer-0.10.so.0
  • #5 test_encode_silence
    at elements/wavpackenc.c line 129
  • #6 srunner_run_all
    from /home/slomo/tmp/usr/lib/libgstcheck-0.10.so.0
  • #7 main
    at elements/wavpackenc.c line 187

Comment 2 Sebastian Dröge (slomo) 2008-04-15 08:07:11 UTC
Ok, bug in wavpack... it does at least some unaligned memory accesses that cause SIGBUS.