clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.72k stars 671 forks source link

Clementine crashes after a Track from a CD #5996

Open tobim91 opened 6 years ago

tobim91 commented 6 years ago

Before posting

System information

Expected behaviour / actual behaviour

I put a CD in my Disk drive and after a track was finished clementine crashes. If I skip a Track it works until this track is finished. So I had to rip the Disk and play the ogg files.

jonaski commented 6 years ago

Could you start clementine on the shell with gdb and paste the result after the crash?

tobim91 commented 6 years ago
(gdb) run
Starting program: /usr/bin/clementine 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffdd3b4700 (LWP 22925)]
[New Thread 0x7fffdcbb3700 (LWP 22926)]
[New Thread 0x7fffd7fff700 (LWP 22927)]
[New Thread 0x7fffd77fe700 (LWP 22932)]
[New Thread 0x7fffd6ffd700 (LWP 22933)]
00:04:12.611 WARN  unknown                          libpng warning: iCCP: known incorrect sRGB profile 
[New Thread 0x7fffc286f700 (LWP 22934)]
00:04:12.625 WARN  unknown                          QPixmap: It is not safe to use pixmaps outside the GUI thread 
00:04:12.625 WARN  unknown                          QPixmap: It is not safe to use pixmaps outside the GUI thread 
00:04:12.625 WARN  unknown                          QPixmap: It is not safe to use pixmaps outside the GUI thread 
[New Thread 0x7fffc206e700 (LWP 22935)]
[New Thread 0x7fffc186d700 (LWP 22936)]
[New Thread 0x7fffc106c700 (LWP 22937)]
[New Thread 0x7fffc086b700 (LWP 22938)]
[New Thread 0x7fffabfff700 (LWP 22939)]
[New Thread 0x7fffab3a3700 (LWP 22940)]
[New Thread 0x7fffaaba2700 (LWP 22941)]
[New Thread 0x7fffaa3a1700 (LWP 22942)]
[New Thread 0x7fffa996d700 (LWP 22943)]
[New Thread 0x7fffa916c700 (LWP 22944)]
[New Thread 0x7fff93fff700 (LWP 22945)]
[New Thread 0x7fff937fe700 (LWP 22946)]
00:04:13.065 WARN  unknown                          QSortFilterProxyModel: invalid inserted rows reported by source model 
00:04:13.270 ERROR unknown                          JSonScanner::yylex - error while reading from io device  
00:04:13.270 ERROR unknown                          json_parser - syntax error found,  forcing abort, Line 1 Column 1  
[Thread 0x7fff93fff700 (LWP 22945) exited]
[New Thread 0x7fff93fff700 (LWP 22947)]
[New Thread 0x7fff90837700 (LWP 22948)]
[Thread 0x7fff90837700 (LWP 22948) exited]
[New Thread 0x7fff90837700 (LWP 22949)]
[New Thread 0x7fff6f197700 (LWP 22950)]
[Thread 0x7fff6f197700 (LWP 22950) exited]
[New Thread 0x7fff6f197700 (LWP 22951)]
[New Thread 0x7fff6e996700 (LWP 22952)]
[New Thread 0x7fff6e195700 (LWP 22953)]
[New Thread 0x7fff6d994700 (LWP 22954)]
[New Thread 0x7fff6d193700 (LWP 22955)]
[New Thread 0x7fff6c992700 (LWP 22956)]
00:04:23.474 DEBUG unknown                          "  <lfm status="ok"> 
00:04:23.474 DEBUG unknown                              <nowplaying> 
00:04:23.474 DEBUG unknown                                <track corrected="0">ReâÂÂHash</track> 
00:04:23.474 DEBUG unknown                                <artist corrected="0">Gorillaz</artist> 
00:04:23.474 DEBUG unknown                                <album corrected="0">Gorillaz</album> 
00:04:23.474 DEBUG unknown                                <albumArtist corrected="0"/> 
00:04:23.474 DEBUG unknown                                <ignoredMessage code="0"/> 
00:04:23.474 DEBUG unknown                              </nowplaying> 
00:04:23.474 DEBUG unknown                            </lfm> 
00:04:23.474 DEBUG unknown                          "  
[New Thread 0x7fff47fff700 (LWP 22957)]
[Thread 0x7fff47fff700 (LWP 22957) exited]
[Thread 0x7fffc286f700 (LWP 22934) exited]
[Thread 0x7fffdd3b4700 (LWP 22925) exited]
[Thread 0x7fff937fe700 (LWP 22946) exited]
[Thread 0x7fff90837700 (LWP 22949) exited]
00:06:15.127 DEBUG unknown                          "  <lfm status="ok"> 
00:06:15.127 DEBUG unknown                              <scrobbles ignored="0" accepted="1"> 
00:06:15.127 DEBUG unknown                                <scrobble> 
00:06:15.127 DEBUG unknown                                  <track corrected="0">ReâÂÂHash</track> 
00:06:15.127 DEBUG unknown                                  <artist corrected="0">Gorillaz</artist> 
00:06:15.127 DEBUG unknown                                  <album corrected="0">Gorillaz</album> 
00:06:15.127 DEBUG unknown                                  <albumArtist corrected="0"/> 
00:06:15.127 DEBUG unknown                                  <timestamp>1521500662</timestamp> 
00:06:15.127 DEBUG unknown                                  <ignoredMessage code="0"/> 
00:06:15.127 DEBUG unknown                                </scrobble> 
00:06:15.127 DEBUG unknown                              </scrobbles> 
00:06:15.127 DEBUG unknown                            </lfm> 
00:06:15.127 DEBUG unknown                          "  
[Thread 0x7fff6f197700 (LWP 22951) exited]

(clementine:22921): GStreamer-CRITICAL **: 
Trying to dispose element queue2-0, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.

(clementine:22921): GStreamer-CRITICAL **: 
Trying to dispose element uridecodebin-0, but it is in PLAYING instead of the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.
This problem may also be caused by a refcounting bug in the
application or some element.

[New Thread 0x7fff6f197700 (LWP 23033)]
[New Thread 0x7fff90837700 (LWP 23034)]
[New Thread 0x7fff937fe700 (LWP 23035)]

Thread 1 "clementine" received signal SIGBUS, Bus error.
0x00007ffff449588d in gst_element_set_state ()
   from /usr/lib/libgstreamer-1.0.so.0
(gdb)