GNOME Bugzilla – Bug 647478
Banshee crashes on very short MP3 files
Last modified: 2011-05-02 22:11:35 UTC
Created attachment 185734 [details] debug log Import a very short MP3 (eg 0.1 seconds) into the library and set it to repeat single. Eventually Banshee will crash. Reproduced with 1.8.1 and with 2.0.0 from Ubuntu daily-ppa. Debug and database logs attached from daily version.
Created attachment 185735 [details] database log Forgot to mention, while reproducing this bug I had only the single MP3 file in my library, and I disabled all plugins except for Play Queue.
Created attachment 185736 [details] The MP3 causing the problem This is the MP3 file. It's just 0.1 seconds of silence.
The issue isn't with the MP3 file, I don't think. Instead its with our database layer: Unhandled Exception: System.ObjectDisposedException: The object was used after being disposed. at System.Threading.WaitHandle.CheckDisposed () [0x00000] in <filename unknown>:0 at System.Threading.EventWaitHandle.Reset () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle:Reset () at Hyena.Data.Sqlite.HyenaSqliteCommand.Execute (Hyena.Data.Sqlite.HyenaSqliteConnection hconnection, Hyena.Data.Sqlite.Connection connection) [0x00000] in <filename unknown>:0 at Hyena.Data.Sqlite.HyenaSqliteConnection.ProcessQueue () [0x00000] in <filename unknown>:0 Can you reproduce the bug again, but with running banshee from the command line like this: banshee-1 --debug --debug-sql --redirect-log and attach the log again? Thanks.
Created attachment 185818 [details] Another database log
(In reply to comment #4) > Created an attachment (id=185818) [details] > Another database log This crash is bug #648290. And I realized this bug is a dupe of bug #629541. *** This bug has been marked as a duplicate of bug 629541 ***