GNOME Bugzilla – Bug 335755
rhythmbox import crasher - png?
Last modified: 2006-05-04 15:00:42 UTC
tried to import my library on fc5 (worked fine on fc4), and RB segfaults. i see a dialog complaining about certain files, then i close it and i get the following backtrace: libpng error: Call to NULL read function Program received signal SIGSEGV, Segmentation fault.
+ Trace 67187
Thread NaN (LWP 3767)
Thread 15 (Thread -1270879328 (LWP 3767))
might be fixed by recent commit to make the state change function thread safe.. see: http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ext/libpng/gstpngdec.c.diff?r1=1.20&r2=1.21 It certainly looks from the backtrace that the datastructures were cleared while the streaming thread was still running (generating the message). Closing, reopen if needed.
*** Bug 328824 has been marked as a duplicate of this bug. ***
*** Bug 336244 has been marked as a duplicate of this bug. ***
Created attachment 64812 [details] Problematic image I opened this bug in Launchpad too. When Rhythmbox try to scan this image, it crashes. Also with: "gst-launch-0.10 -t filesrc location=/media/sdb1/backups/images/buttons/usa-firefox.png ! decodebin ! fakesink"