After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612004 - rythmbox crashes when paused on a song deleted
rythmbox crashes when paused on a song deleted
Status: RESOLVED NOTABUG
Product: rhythmbox
Classification: Other
Component: general
0.12.x
Other Linux
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-06 15:56 UTC by Lorenzo De Liso
Modified: 2010-08-13 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lorenzo De Liso 2010-03-06 15:56:18 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/533326

"When I put rythmbox on pause and then delete the current song from my harddrive, rythmbox crashes every time."

Rhythmbox version is: 0.12.5
Comment 1 Jonathan Matthew 2010-03-06 22:35:55 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Lorenzo De Liso 2010-03-06 23:54:08 UTC
Hello,
when the program was running, I get that:

Thread 6 (Thread 0x7fdfa3f24910 (LWP 11283))

  • #0 __lll_lock_wait_private
    from /lib/libpthread.so.0
  • #1 _L_lock_2817
    from /lib/libpthread.so.0
  • #2 start_thread
    from /lib/libpthread.so.0
  • #3 clone
    from /lib/libc.so.6
  • #4 ??

Regards,

Lorenzo D. (alias BlackZ).
Comment 3 Jonathan Matthew 2010-03-07 05:13:05 UTC
That isn't a very useful stack trace.  You may need to install debug symbols for rhythmbox, glib, gstreamer, and gtk to get a useful one.
Comment 4 Lorenzo De Liso 2010-03-07 11:06:05 UTC
This is the stack trace of gdb:


	Inferior 1 [process 2464] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]


----------- .xsession-errors (313 sec old) ---------------------
** (evolution:2234): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
** (evolution:2234): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
** (evolution:2234): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
** (evolution:2234): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
(nautilus:2581): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
Nautilus-Share-Message: Called "net usershare info" but it failed: «net usershare» ha restituito l'errore 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Nessun 
Please ask your system administrator to enable user sharing.
(rhythmbox:2464): Rhythmbox-WARNING **: Unhandled error: Impossibile avviare la pipeline di riproduzione
--------------------------------------------------
Comment 5 Jonathan Matthew 2010-03-07 11:10:37 UTC
I'm not sure what happened there, but the stack trace doesn't show anything crashing.
Comment 6 Lorenzo De Liso 2010-03-07 14:17:35 UTC
These are the steps for reproduce the crash:

1. select a song and play it;
2. put the current song in pause;
3. delete the current song in pause;
4. re-play the song deleted;
5. select another song;
6. re-select the song deleted.
Comment 7 Jonathan Matthew 2010-03-14 01:55:46 UTC
It doesn't crash for me when I do that.
Comment 8 Tobias Mueller 2010-08-13 15:28:31 UTC
Doesn't crash for me either. Closing as NOTABUG. Please reopen if you have instructions as to how to reproduce.