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 161577 - gst-register core dumps
gst-register core dumps
Status: RESOLVED DUPLICATE of bug 155230
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.7
Other FreeBSD
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-17 22:33 UTC by Koop Mast
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Koop Mast 2004-12-17 22:33:11 UTC
When compiling the modplug plugin with -match= athlon-4, athlon-mp, athlon-xp
gst-register will core dump when trying to register the modplug plugin.
This happens only when compiling with -O, when compiling with -O2 it works.
This is because -O2 includes the -fgcse flag which fixes this problem.

The same happens when compiling with -match=pentium4 we couldn't find a solution
for this apart from forcibly setting -match=pentium3 when compinling with
pentium4.

GCC version 3.4.2.
Comment 1 David Schleef 2004-12-18 01:29:53 UTC

*** This bug has been marked as a duplicate of 155230 ***