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 351339 - mouse1.asf - abort after warning
mouse1.asf - abort after warning
Status: RESOLVED DUPLICATE of bug 336370
Product: totem
Classification: Core
Component: GStreamer backend
1.4.x
Other other
: High critical
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2006-08-14 18:42 UTC by xavier.bestel
Modified: 2006-08-16 08:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description xavier.bestel 2006-08-14 18:42:07 UTC
Distribution: Debian testing/unstable
Package: totem
Severity: Normal
Version: GNOME2.14.3 1.4.4
Gnome-Distributor: Debian
Synopsis: Totem crash on reading video
Bugzilla-Product: totem
Bugzilla-Component: general
Bugzilla-Version: 1.4.4
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:
Read the video (mouse1.asf), Totem will crash after 1 second.




Debugging Information:

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

(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 -1493563712 (LWP 22831)]
[New Thread -1594999904 (LWP 22848)]
[New Thread -1570628704 (LWP 22846)]
[New Thread -1553843296 (LWP 22844)]
[New Thread -1545450592 (LWP 22843)]
[New Thread -1537057888 (LWP 22842)]
[New Thread -1528665184 (LWP 22841)]
[New Thread -1505756256 (LWP 22840)]
[New Thread -1497289824 (LWP 22837)]
[New Thread -1496376416 (LWP 22836)]
0xffffe410 in __kernel_vsyscall ()

Thread 7 (Thread -1528665184 (LWP 22841))

  • #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 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 gst_asf_demux_get_type
    from /usr/lib/gstreamer-0.10/libgstasf.so
  • #11 gst_asf_demux_get_type
    from /usr/lib/gstreamer-0.10/libgstasf.so
  • #12 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_type_find_element_get_type
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #15 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #17 gst_ghost_pad_new_no_target
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #19 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #20 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #21 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #22 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #23 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #24 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #25 clone
    from /lib/tls/i686/cmov/libc.so.6




------- Bug created by bug-buddy at 2006-08-14 18:42 -------


Unknown version 1.4.4 in product totem.  Setting version to "1.4.x".

Comment 1 Tim-Philipp Müller 2006-08-14 18:59:00 UTC
Could you point me to or upload the video somewhere?

What's the exact warning printed on that command line that makes it abort?

Does it work fine with

 $ unset G_DEBUG
 $ export G_DEBUG
 $ totem mouse1.asf

?

What are your GStreamer versions?

 $ gst-inspect-0.10 filesrc | grep Version
 $ gst-inspect-0.10 playbin | grep Version
 $ gst-inspect-0.10 gconfaudiosink | grep Version
 $ gst-inspect-0.10 asfdemux | grep Version

Comment 2 xavier.bestel 2006-08-15 19:08:14 UTC
The warning printed is:

** ERROR **: file gstasfdemux.c: line 490 (gst_asf_demux_get_var_length): assertion failed: (*p_size >= 2)
aborting...
Comment 3 Tim-Philipp Müller 2006-08-16 08:52:16 UTC
Thanks! Looks the same as GStreamer bug #336370.


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