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 347720 - [mad] crashes rhythmbox in memcpy
[mad] crashes rhythmbox in memcpy
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other All
: High critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 347859 347974 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-17 00:17 UTC by arthurb
Modified: 2006-11-10 00:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description arthurb 2006-07-17 00:17:30 UTC
What were you doing when the app crashed?:
skipping a currently playing song; current playlist was random selection from a mounted ipod mini (4g)
current song skipped a little (hadnt dont that before), seletct next song, rhythmbox crashed


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

Memmory status: size: 135561216 vsize: 0 resident: 135561216 share: 0 rss: 36245504 rss_rlim: 0
CPU usage: start_time: 1153092741 rtime: 0 utime: 9033 stime: 0 cutime:8684 cstime: 0 timeout: 349 it_real_value: 0 frequency: 5

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

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1228289856 (LWP 17107)]
[New Thread -1261823072 (LWP 23959)]
[New Thread -1291445344 (LWP 23956)]
[New Thread -1278608480 (LWP 17127)]
0xffffe410 in __kernel_vsyscall ()

Thread 2 (Thread -1261823072 (LWP 23959))

  • #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 memcpy
    from /lib/tls/i686/cmov/libc.so.6
  • #5 gst_mad_get_type
    from /usr/lib/gstreamer-0.10/libgstmad.so
  • #6 gst_pad_chain
    from /usr/lib/libgstreamer-0.10.so.0
  • #7 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #8 gst_id3demux_get_type
    from /usr/lib/gstreamer-0.10/libgstid3demux.so
  • #9 gst_pad_chain
    from /usr/lib/libgstreamer-0.10.so.0
  • #10 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #11 gst_type_find_element_get_type
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #12 gst_pad_chain
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 gst_ghost_pad_get_target
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_pad_chain
    from /usr/lib/libgstreamer-0.10.so.0
  • #15 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #17 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #19 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #20 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #21 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 James "Doc" Livingston 2006-07-17 03:57:41 UTC
The crash is inside the 'mad' element, so moving to GStreamer. I'm fairly certain I've seen backtrace like that before, so it's probably a dupe, but I can't find any bugs with the same backtrace.
Comment 2 Jan Schmidt 2006-07-17 07:04:54 UTC
Everything from this bit down looks messed up to me:

  • #49 rb_player_gst_new
  • #50 rb_player_close
  • #51 rb_player_gst_new
  • #52 rb_player_open

Comment 3 James "Doc" Livingston 2006-07-17 07:14:44 UTC
The thread with the signal handler call in it was thread 2, not that one:

  • #3 <signal handler called>
  • #4 memcpy
    from /lib/tls/i686/cmov/libc.so.6
  • #5 gst_mad_get_type
    from /usr/lib/gstreamer-0.10/libgstmad.so
  • #6 gst_pad_chain
    from /usr/lib/libgstreamer-0.10.so.0

Comment 4 Karsten Bräckelmann 2006-07-18 02:54:14 UTC
*** Bug 347859 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-07-19 04:03:54 UTC
*** Bug 347974 has been marked as a duplicate of this bug. ***
Comment 6 Tim-Philipp Müller 2006-09-21 14:35:11 UTC
 - can anyone reproduce this reliably?

 - is there a specific song this happens with
   or does it happen randomly?

 - is anyone able to reproduce this with full
   debugging symbols? (ubuntu users should install
   the gstreamer0.10-plugins-ugly package)

Comment 7 André Klapper 2006-11-10 00:16:23 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information Tim-Philipp asked for.
Thanks for any help!