Crash when volume button is touched

General discussions
Locked
vega
Posts: 14
Joined: Sun Nov 07, 2010 7:51 am

Crash when volume button is touched

Post by vega »

Sometimes Guayadeque crashes if I try to adjust the volume. Anybody else experienced this ? It occurs randomly. an hour ago it kept doing that but after a crash I repeatedly opened and closed it (the program) without touching the volume button and after a while it was back to normal, I could adjust the volume again; still it is a bug, I think it should be addressed. Next time it happens I will try to launch from the console to see what the error messages are and post them here
There's another (minor) bug: I noticed the last track in a playlist isn't usually scrobbled on last.fm

http://www.last.fm/user/chillhood
vega
Posts: 14
Joined: Sun Nov 07, 2010 7:51 am

Crash when volume button is touched

Post by vega »

alright it's doing it again
here's what I get in the console
these are the last few lines

Code: Select all

19:49:43: OnMediaPosition... 218120 - 221048   1296935163 0
19:49:43: guMediaCtrl::GetState 2
19:49:43: Detected about to finish track... Trying to load the next track...
19:49:43: OnNextTrackButtonClick Cur: 2    0   0
19:49:44: OnMediaPosition... 219118 - 221048   1296935163 0
19:49:45: OnMediaPosition... 220117 - 221048   1296935163 0
19:49:46: ***** EOS received...
19:49:46: OnMediaFinished (1296935163) Cur: 2  0
19:49:46: Media Finished Cancelled... 1296935163 0
19:49:46: OnMediaPosition... 221074 - 221048   1296935163 0
19:49:50: guMediaCtrl::DoCleanUp
19:49:50: guFaderPlayBin::~guFaderPlayBin (1296935163)
19:49:50: Finished destroying the playbin 1296935163
19:52:03: guFaderPlayBin::SetVolume (65)  0,48

[b](guayadeque:7318): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed
19:52:04: guFaderPlayBin::SetVolume (65)  0,52[/b]
[1]+  Erreur de segmentation  guayadeque

as you can guess "Erreur de segmentation" is french for "Segmentation fault"

oh there's no bbcode here ?
tamalet
Posts: 490
Joined: Fri Sep 24, 2010 4:34 am

Crash when volume button is touched

Post by tamalet »

vega
Posts: 14
Joined: Sun Nov 07, 2010 7:51 am

Crash when volume button is touched

Post by vega »

owkay Ive installed that svn version and relaunched it , so far that bug isn't showing up, I launched the player 6 or 7 times
is there a way to debug the non svn version ? did what I installed replace the version I had before ?
and about that last.fm bug
I didn't see anything in the gdb console regarding any submission to last.fm so I can't tell what is going wrong
tamalet
Posts: 490
Joined: Fri Sep 24, 2010 4:34 am

Crash when volume button is touched

Post by tamalet »

The only version that has the debugging info is the one that you build from the sources with buildd.
If you did a sudo make install, then it overwrote your previous executable. But you can install any version you want again.

I haven't checked the last.fm bug. How can I reproduce it, just playing 2 songs would be enough?
I know that sometimes the scrobbles do not show inmediately. Have you checked your profile later?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Crash when volume button is touched

Post by anonbeat »

The problem with the last.fm scrobbling of last played track should be fixed in svn revision 1470

Thanks for your bug report
vega
Posts: 14
Joined: Sun Nov 07, 2010 7:51 am

Crash when volume button is touched

Post by vega »

tamalet wrote:The only version that has the debugging info is the one that you build from the sources with buildd.
If you did a sudo make install, then it overwrote your previous executable. But you can install any version you want again.

I haven't checked the last.fm bug. How can I reproduce it, just playing 2 songs would be enough?
I know that sometimes the scrobbles do not show inmediately. Have you checked your profile later?
well yeah I did the installion as it is indicated in the page you linked me to
anyway Im not going to reinstall the 0.7 version now since this svn version is apparently free of that volume button bug
yeah the last.fm bug is very consistent, Im not even sure it scrobbles if you only play one song

good to hear it's been taken care of though
vega
Posts: 14
Joined: Sun Nov 07, 2010 7:51 am

Crash when volume button is touched

Post by vega »

anonbeat wrote:The problem with the last.fm scrobbling of last played track should be fixed in svn revision 1470

Thanks for your bug report
when is it released ?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Crash when volume button is touched

Post by anonbeat »

Already was released. 0.2.9 was released including revision 1500
Locked