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 348475 - crash on Rhythmbox Music Player
crash on Rhythmbox Music Player
Status: RESOLVED DUPLICATE of bug 348455
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-24 07:05 UTC by arthurb
Modified: 2006-07-25 13:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description arthurb 2006-07-24 07:05:16 UTC
What were you doing when the app crashed?:
was playing an mp3 of a 4gig ipod mini...
i unplugged the ipod ;)


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.15.4 2006-07-11 (Ubuntu)
BugBuddy Version: 2.15.0

Memmory status: size: 129187840 vsize: 0 resident: 129187840 share: 0 rss: 33939456 rss_rlim: 0
CPU usage: start_time: 1153717376 rtime: 0 utime: 19495 stime: 0 cutime:17526 cstime: 0 timeout: 1969 it_real_value: 0 frequency: 4

Backtrace was generated from '/usr/bin/rhythmbox'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1227794240 (LWP 19650)]
[New Thread -1294820448 (LWP 2621)]
[New Thread -1286427744 (LWP 2619)]
[New Thread -1307513952 (LWP 2618)]
[New Thread -1242715232 (LWP 2617)]
[New Thread -1268782176 (LWP 19676)]
0xffffe410 in __kernel_vsyscall ()

Thread 3 (Thread -1286427744 (LWP 2619))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gst_file_src_get_type
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #5 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #6 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #7 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #8 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #9 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #10 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #11 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Alex Lancaster 2006-07-25 12:09:44 UTC
What version of rhythmbox are you using?  Please set the version field in the bug.
Comment 2 James "Doc" Livingston 2006-07-25 13:21:06 UTC
This is occurring because the "filesrc" GStreamer element uses mmap, which means that we get a SIGBUS when data can't be pages in (because the device is gone). This is the same as bug 348455, so marking a dupe of that.

*** This bug has been marked as a duplicate of 348455 ***