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 148289 - mad plugin crashes on Sun
mad plugin crashes on Sun
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.2
Other Linux
: Normal critical
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-23 18:01 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (645 bytes, patch)
2004-07-23 18:02 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-07-23 18:01:06 UTC
The mad plugin accesses unaligned memory on Sparc which makes it crash.

Macro BE_32() is defined as: GINT32_FROM_BE(*(gint*)(x))

By casting x to gint, the program crashes.
Comment 1 Sebastien Cote 2004-07-23 18:02:23 UTC
Created attachment 29836 [details] [review]
Proposed fix
Comment 2 Benjamin Otte (Company) 2004-07-25 14:06:41 UTC
applied, thx.

THough we still prefer patches in diff -u format :)