GNOME Bugzilla – Bug 101037
Ogg related Crash with gstreamer 0.5.0
Last modified: 2004-12-22 21:47:04 UTC
These backtrace are from cooker packages ie RB 0.4.1, Monkey-media 0.6.1 and gstreamer 0.5.0 on an ogg file: 0x40b90e7c in memcpy () from /lib/i686/libc.so.6
+ Trace 31616
Both backtraces look like a GStreamer problem.
*** Bug 101655 has been marked as a duplicate of this bug. ***
I think we confirmed this was an optimization issue, no ? What where the opt flags used in compiling ?
Default optimizations for Mandrake are now : -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro But this stacktrace was produced with a -O1 -g build :(( All of this with gcc 3.2.1
this seems scheduler related, CVS now use opt as default and shortly upcoming 0.6.1 will ship with opt as default.
Haven't had any updated on this bug since switch to opt. Closing.