Closed Clementine-Issue-Importer closed 10 years ago
From davidsansome on June 26, 2011 03:38:51
Can you try to get a backtrace?
From the commandline, type: gdb clementine run (make it crash) backtrace
Then paste the output here
From wmii392 on June 28, 2011 12:10:40
(gdb) run
Starting program: /usr/bin/clementine
[Thread debugging using libthread_db enabled]
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.2800.6-gdb.py", line 9, in
Program received signal SIGABRT, Aborted. [Switching to Thread 0xb02f9b70 (LWP 6713)] 0xffffe424 in __kernel_vsyscall ()
gdb) backtrace
From wmii392 on August 25, 2012 16:49:33
Still no change
libsoup-2.34.1
Starting program: /usr/bin/clementine
[Thread debugging using libthread_db enabled]
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3116.0-gdb.py", line 9, in
01:42:19.669 DEBUG InternetModel:94 Adding internet service: "SavedRadio"
01:42:19.672 INFO Player:533 Registered URL handler for "sky"
01:42:19.672 DEBUG InternetModel:94 Adding internet service: "SKY.fm"
01:42:19.673 INFO Player:533 Registered URL handler for "somafm"
01:42:19.673 DEBUG InternetModel:94 Adding internet service: "SomaFM"
01:42:19.686 WARN IconLoader:54 Couldn't load icon "clementine-panel"
01:42:19.693 WARN IconLoader:54 Couldn't load icon "clementine-panel-grey"
[New Thread 0xaf5fdb70 (LWP 31115)]
[New Thread 0xaedfcb70 (LWP 31116)]
01:42:19.707 DEBUG QxtGlobalShortcutBackend:32 registering
[New Thread 0xae5fbb70 (LWP 31117)]
01:42:19.751 DEBUG MainWindow:209 Starting
[New Thread 0xaddfab70 (LWP 31118)]
[New Thread 0xad5f9b70 (LWP 31119)]
[New Thread 0xacdf8b70 (LWP 31120)]
[New Thread 0xac5f7b70 (LWP 31121)]
[New Thread 0xabdf6b70 (LWP 31122)]
[New Thread 0xab420b70 (LWP 31123)]
[New Thread 0xaaa4ab70 (LWP 31124)]
01:42:20.339 WARN IconLoader:54 Couldn't load icon "find"
[New Thread 0xaa249b70 (LWP 31125)]
01:42:20.436 DEBUG MainWindow:267 Initialising player
01:42:20.436 DEBUG MainWindow:273 Creating models
01:42:20.478 DEBUG MainWindow:296 Creating UI
01:42:20.507 DEBUG MainWindow:663 Creating equalizer
01:42:20.507 DEBUG MainWindow:678 Creating now playing widget
[New Thread 0xa9a48b70 (LWP 31129)]
01:42:20.585 DEBUG MainWindow:715 Loading settings
01:42:20.677 DEBUG MainWindow:761 Initialising library
[New Thread 0xa9247b70 (LWP 31130)]
01:42:20.685 DEBUG MainWindow:774 Started
01:42:20.703 INFO DeviceManager:411 Device added: "/dev/sr0"
[New Thread 0xa85dcb70 (LWP 31131)]
[New Thread 0xa7bffb70 (LWP 31135)]
01:42:23.096 INFO DigitallyImportedUrlHandler:44 Loading station "liquiddnb"
01:42:23.096 DEBUG DigitallyImportedServiceBase:239 Getting playlist URL QUrl( " http://listen.di.fm/public1/liquiddnb.pls " )
[New Thread 0xa61fdb70 (LWP 31138)]
[New Thread 0xa69feb70 (LWP 31137)]
[New Thread 0xa71ffb70 (LWP 31136)]
[New Thread 0xa59fcb70 (LWP 31139)]
[New Thread 0xa51fbb70 (LWP 31140)]
01:42:23.170 DEBUG Player:126 URL handler for QUrl( "di://liquiddnb" ) is loading asynchronously
01:42:23.268 INFO DigitallyImportedUrlHandler:69 Loading station finished, got 3 songs
01:42:23.268 DEBUG Player:104 URL handler for QUrl( "di://liquiddnb" ) returned QUrl( " http://u17.di.fm:80/di_liquiddnb_aac " )
[New Thread 0xa49a0b70 (LWP 31141)]
[Thread 0xa49a0b70 (LWP 31141) exited]
[New Thread 0xa49a0b70 (LWP 31142)]
[New Thread 0xa40a9b70 (LWP 31143)]
[New Thread 0xa38a8b70 (LWP 31144)]
01:42:23.596 DEBUG logging:54 Settings schema 'org.gnome.system.proxy' is not installed
Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 0xa9a48b70 (LWP 31129)] 0xb77350ad in g_logv () from /usr/lib/libglib-2.0.so.0
It crashes even if I load the stream directly from di.fm website.
From wmii392 on June 26, 2011 12:26:56
What steps will reproduce the problem? 1.each time when I start Clementine 2.start playing online radio streams 3.the moment I click on a radio stream, it crashes What version of the product are you using? On what operating system? PCLinuxOS e17/lxde Please provide any additional information below. Output:
$ clementine Couldn't load icon "clementine-panel" Couldn't load icon "clementine-panel-grey" virtual bool QxtGlobalShortcutBackend::DoRegister() Couldn't load icon "find" Application asked to unregister timer 0x2200000b which is not registered in this thread. Fix application. GLOG Settings schema 'org.gnome.system.proxy' is not installed
Aborted
No issues when playing my music collection.
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2021