Program exited with code 01

Use this category to discuss anything related to the development of Guayadeque.
Locked
Lysias
Posts: 25
Joined: Tue Oct 05, 2010 3:10 am

Program exited with code 01

Post 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
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Program exited with code 01

Post by anonbeat »

Can you tell me what file type was you listenning ?

Thanks for your help
Lysias
Posts: 25
Joined: Tue Oct 05, 2010 3:10 am

Program exited with code 01

Post 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
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Program exited with code 01

Post by anonbeat »

Please keep running it from gdb in case you can get a backtrace but looks weird.

Thanks for your help
Lysias
Posts: 25
Joined: Tue Oct 05, 2010 3:10 am

Program exited with code 01

Post by Lysias »

Will do, thanks.
Locked