[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-09-16 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Invalid => Unknown

** Changed in: rhythmbox
   Importance: Unknown => Medium

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-31 Thread Anmar Oueja
confirming the fix.

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-31 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-23 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown => Invalid

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-23 Thread Sebastien Bacher
the version we have will be updated but the indicator needs some changes
before

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-23 Thread Jonathan Matthew
commit 5d27c9db33dfb6125f97dfc73c4e8d19d09089f3 fixed this. I should
have mentioned this was required for the current mpris code to work,
sorry.

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-23 Thread Anmar Oueja
filed a bug in gnome bugzilla here:
https://bugzilla.gnome.org/show_bug.cgi?id=627723

** Bug watch added: GNOME Bug Tracker #627723
   https://bugzilla.gnome.org/show_bug.cgi?id=627723

** Also affects: rhythmbox via
   https://bugzilla.gnome.org/show_bug.cgi?id=627723
   Importance: Unknown
   Status: Unknown

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-23 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-22 Thread Marien Zwart
The linked branch lp:~marienz/ubuntu/maverick/rhythmbox/fix-crash-on-
random-with-mpris might fix this. My ppa has an amd64 build of that
branch (see https://launchpad.net/~marienz/+archive/ppa/+build/1930205
), but I cannot test it and the i386 one is still pending.

Please do not add my entire ppa, because there is some weird stuff in
it. This rhythmbox build might be useful to some though.

(it bulletproofs rb_shell_player_get_playback_state instead of fixing
the call, because being able to pass NULL for either shuffle or repeat
seems generally convenient).


** Branch linked: 
lp:~marienz/ubuntu/maverick/rhythmbox/fix-crash-on-random-with-mpris

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-22 Thread Marien Zwart
This is indeed because of the mpris plugin. Relevant part of the stack
is just:

#0  0x00172642 in rb_shell_player_get_playback_state (player=0x822d000, 
shuffle=0x0, repeat=0xbfffefcc) at rb-shell-player.c:1817
#1  0x038005a3 in get_loop_status (plugin=) at 
rb-mpris-plugin.c:570
#2  0x038020bf in play_order_changed_cb (object=0x822d000, pspec=0x81e3760, 
plugin=0x831f2a0) at rb-mpris-plugin.c:784

Specifically, get_loop_status in rb-mpris-plugin.c does:

rb_shell_player_get_playback_state (plugin->player, NULL, &loop);

(passing NULL for the gboolean* shuffle), and rhythmbox itself then
segfaults doing:

*shuffle = i > 0;

(using that gboolean* assuming it is not NULL).

Either passing a valid pointer to an (unused) gboolean in the mpris
plugin or teaching the rhythmbox core to check these gboolean*s for NULL
before using them should fix the bug.

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-22 Thread Hernando Torque
Yes, omitting that patch fixes the problem.

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-19 Thread Pedro Villavicencio
could this be due to the latest change on the mpris plugin?

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-19 Thread Pedro Villavicencio

** Attachment added: "backtrace"
   
https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/620430/+attachment/1500272/+files/rhythmbox-crash.txt

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-19 Thread Pedro Villavicencio
getting the same here, will get a backtrace.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Medium

** Changed in: rhythmbox (Ubuntu)
   Status: New => Confirmed

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-19 Thread Anmar Oueja
one comment. the button stays persistent between crashes so if i press
it and rhythmbox crashes, upon restart, the shuffle button will be in
the active state.

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 620430] Re: Pressing "shuffle" button in Rhytmbox causes it to crash

2010-08-19 Thread Anmar Oueja

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620430/+attachment/1499961/+files/Dependencies.txt

** Attachment added: "GConfNonDefault.txt"
   
https://bugs.launchpad.net/bugs/620430/+attachment/1499962/+files/GConfNonDefault.txt

** Attachment added: "GstreamerVersions.txt"
   
https://bugs.launchpad.net/bugs/620430/+attachment/1499963/+files/GstreamerVersions.txt

** Attachment added: "LogAlsaMixer.txt"
   
https://bugs.launchpad.net/bugs/620430/+attachment/1499964/+files/LogAlsaMixer.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/620430/+attachment/1499965/+files/XorgLog.txt

-- 
Pressing "shuffle" button in Rhytmbox causes it to crash
https://bugs.launchpad.net/bugs/620430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs