GNOME Bugzilla – Bug 114580
Crash when playing around in gnome-sound-recorder
Last modified: 2004-12-22 21:47:04 UTC
Package: GStreamer Severity: normal Version: GNOME2.2.2 2.2.1.1 os_details: GNOME.Org Synopsis: Crash when playing around in gnome-sound-recorder Bugzilla-Product: GStreamer Bugzilla-Component: gst-rec BugBuddy-GnomeVersion: 2.0 (2.2.0.1) Description: Description of Problem: I recorded a file. Played it back. Pressed "Save As". Tried to play it again but it didn't work. Then I opened the file again and tried to play it back once more with no luck. Finally the app crashed. Filing it here since the backtrace is mostly in gstreamer code. Steps to reproduce the problem: 1. 2. 3. Actual Results: Expected Results: How often does this happen? Additional Information: Debugging Information: Backtrace was generated from '/gnome/head/INSTALL/bin/gnome-sound-recorder' [New Thread 1024 (LWP 24204)] [New Thread 2049 (LWP 24207)] [New Thread 2051 (LWP 24209)] 0x409d5219 in __wait4 () at __wait4:-1 in __wait4
+ Trace 37556
Thread 1 (Thread 1024 (LWP 24204))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-06-06 12:59 ------- Unknown version unspecified in product GStreamer. Setting version to "0.3.3". Reassigning to the default owner of the component, gstreamer-maint@bugzilla.gnome.org.
Could you delete /usr/lib/gstreamer-0.6/libgstflxdec.so and try to reproduce the problem? (flxdec is used for decoding FLI files)
Created attachment 17252 [details] [review] If my guess is correct, this is a fix for flxdec
No, removing those just makes the same crash happen on the next plugin in the list it seems:
+ Trace 37570
callback=0x804d7f8 <play_iterate>,
Could you attach the file please?
The file I'm recording? It happens on any file, but sure - if you can stand my singing :-)
I think maybe the clue is that the file is 0 bytes. It looks like saving is broken, but that could be the app.
You appear to have stumbled onto a decent test for type_find functions. They should sanely handle short buffers. I'm cloning the bug to handle the type_find problems in gstreamer. The other bug (not saving files properly), I'm assigning to gnome-media.
Marking this as a duplicate *** This bug has been marked as a duplicate of 110738 ***