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 302972 - cvs: crash when playing a movie
cvs: crash when playing a movie
Status: RESOLVED DUPLICATE of bug 302837
Product: totem
Classification: Core
Component: GStreamer backend
1.1.x
Other Linux
: Normal critical
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2005-05-04 10:35 UTC by Michaël Arnauts
Modified: 2005-05-04 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michaël Arnauts 2005-05-04 10:35:33 UTC
just checked out latest totem/gst*

backtrace:

michael@mayco:~$ gdb totem
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library
"/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/totem
[Thread debugging using libthread_db enabled]
[New Thread -1220733248 (LWP 6153)]
[New Thread -1223476304 (LWP 6157)]
[New Thread -1233278032 (LWP 6158)]
[New Thread -1250600016 (LWP 6159)]
[New Thread -1252824144 (LWP 6160)]
*** glibc detected *** double free or corruption (fasttop): 0x084f4c60 ***

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 6158)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 __fsetlocking
    from /lib/tls/i686/cmov/libc.so.6
  • #4 mallopt
    from /lib/tls/i686/cmov/libc.so.6
  • #5 mallopt
    from /lib/tls/i686/cmov/libc.so.6
  • #6 free
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_free
    from /usr/lib/libglib-2.0.so.0
  • #8 gst_structure_free
    at gststructure.c line 235
  • #9 gst_tag_list_free
    at gsttag.c line 602
  • #10 _gst_event_free
    at gstevent.c line 103
  • #11 gst_data_unref
    at gstdata.c line 247
  • #12 gst_pad_event_default_dispatch
    at gstpad.c line 4120
  • #13 gst_pad_event_default
    at gstpad.c line 4179
  • #14 gst_pad_send_event
    at gstpad.c line 4257
  • #15 gst_pad_call_chain_function
    at gstpad.c line 4539
  • #16 gst_pad_push
    at gstpad.c line 3335
  • #17 gst_mad_chain
    at gstmad.c line 1415
  • #18 gst_pad_call_chain_function
    at gstpad.c line 4539
  • #19 gst_pad_push
    at gstpad.c line 3335
  • #20 gst_avi_demux_process_next_entry
    at gstavidemux.c line 2087
  • #21 gst_avi_demux_stream_data
    at gstavidemux.c line 2122
  • #22 gst_avi_demux_loop
    at gstavidemux.c line 2207
  • #23 loop_group_schedule_function
    at gstoptimalscheduler.c line 1451
  • #24 schedule_group
    at gstoptimalscheduler.c line 1222
  • #25 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1274
  • #26 schedule_chain
    at gstoptimalscheduler.c line 1331
  • #27 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2790
  • #28 gst_scheduler_iterate
    at gstscheduler.c line 744
  • #29 gst_bin_iterate_func
    at gstbin.c line 1281
  • #30 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #31 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #32 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #33 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #34 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #35 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #36 gst_bin_iterate
    at gstbin.c line 1341
  • #37 gst_thread_main_loop
    at gstthread.c line 675
  • #38 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #39 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #40 clone
    from /lib/tls/i686/cmov/libc.so.6
(gdb)
Comment 1 Ronald Bultje 2005-05-04 11:56:34 UTC

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