Page 1 of 1

Program exited with code 01

Posted: Wed May 25, 2011 10:30 am
by Lysias
Lately Guayadeque has crashed with code 01 fairly often. I've run the program in gdb but there's not much information, just this:

21.09.28: Trying to get url: http://lyrics.wikia.com/Temple_Of_Baal: ... Of_Disgust
[Thread 0x7fffdd81f700 (LWP 10007) exited]
[Thread 0x7fffd37fd700 (LWP 10009) exited]
[Thread 0x7fffd1df7700 (LWP 10048) exited]
[Thread 0x7fffdcc06700 (LWP 9170) exited]
[Thread 0x7fffe3513700 (LWP 9169) exited]
[Thread 0x7fffd13f3700 (LWP 10008) exited]
[Thread 0x7fffd2df9700 (LWP 9168) exited]
[Thread 0x7fffd25f8700 (LWP 3958) exited]
[Thread 0x7fffe8c87700 (LWP 32319) exited]
[Thread 0x7fffe94db700 (LWP 32300) exited]
[Thread 0x7fffd3ffe700 (LWP 10049) exited]

Program exited with code 01.


This seems to happen when a new song starts playing or when the lyrics are being fetched. And the crashes are also random, not 100% reproducible. Is there any way to provide more information?

Latest SVN version
Kubuntu 11.04 64-bit

Program exited with code 01

Posted: Wed May 25, 2011 12:05 pm
by anonbeat
Can you tell me what file type was you listenning ?

Thanks for your help

Program exited with code 01

Posted: Wed May 25, 2011 12:55 pm
by Lysias
MP3s.

These are the gstreamer related packages I have installed:

dpkg --get-selections |grep gstream
gstreamer0.10-alsa install
gstreamer0.10-ffmpeg install
gstreamer0.10-packagekit install
gstreamer0.10-plugins-bad install
gstreamer0.10-plugins-bad-multiverse install
gstreamer0.10-plugins-base install
gstreamer0.10-plugins-good install
gstreamer0.10-plugins-ugly install
gstreamer0.10-plugins-ugly-multiverse install
gstreamer0.10-pulseaudio install
gstreamer0.10-x install
libgstreamer-plugins-base0.10-0 install
libgstreamer0.10-0 install
libgstreamer0.10-dev install
phonon-backend-gstreamer install

Program exited with code 01

Posted: Wed May 25, 2011 1:11 pm
by anonbeat
Please keep running it from gdb in case you can get a backtrace but looks weird.

Thanks for your help

Program exited with code 01

Posted: Wed May 25, 2011 2:04 pm
by Lysias
Will do, thanks.