[gstreamer-bugs] [Bug 542508] A stress test exits with Segmentation Fault

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 15 02:59:25 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=542508

  GStreamer | gst-plugins-base | Ver: 0.10.14




------- Comment #6 from Kirill Kirichenko  2008-07-15 09:59 UTC -------
Here we go:

~/Work/GStreamer $ export G_DEBUG=fatal_warnings
~/Work/GStreamer $ gdb canplay
GNU gdb 6.7.1
This GDB was configured as "i486-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args -s 100
(gdb) run
Starting program: /home/kirill/Work/GStreamer/canplay -s 100
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
....
....
GStreamer-CRITICAL **: gst_caps_set_simple: assertion `GST_IS_CAPS (caps)'
failed
aborting...

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb5322b90 (LWP 5174)]
0xb7bd01c7 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
        in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0xb7bd01c7 in *__GI_raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0xb7bd1998 in *__GI_abort () at abort.c:88
#2  0xb7d2ecf7 in IA__g_logv (log_domain=0xb7fafe74 "GStreamer",
log_level=G_LOG_LEVEL_CRITICAL, format=0xb7d7e86a "%s: assertion `%s' failed", 
    args1=0xb5321f3c "Ì(û·Ú#û·0ûþ·") at gmessages.c:497
#3  0xb7d2ed29 in IA__g_log (log_domain=0xb7fafe74 "GStreamer",
log_level=G_LOG_LEVEL_CRITICAL, format=0xb7d7e86a "%s: assertion `%s' failed")
at gmessages.c:517
#4  0xb7d2ef6c in IA__g_return_if_fail_warning (log_domain=0xb7fafe74
"GStreamer", pretty_function=0xb7fb28cc "gst_caps_set_simple", 
    expression=0xb7fb23da "GST_IS_CAPS (caps)") at gmessages.c:532
#5  0xb7f559ee in gst_caps_set_simple (caps=0x0, field=0xb79c24ee "framerate")
at gstcaps.c:872
#6  0xb79bd8a7 in gst_riff_create_video_caps (codec_fcc=541215044,
strh=0xb67ce230, strf=0xb6737fd0, strf_data=0x0, strd_data=0x0,
codec_name=0xb53220a8)
    at riff-media.c:603
#7  0xb685dfab in gst_avi_demux_parse_stream (avi=0xb6759000, buf=0x81fa170) at
gstavidemux.c:1298
#8  0xb686208b in gst_avi_demux_stream_header_pull (avi=0xb6759000) at
gstavidemux.c:2831
#9  0xb6867047 in gst_avi_demux_loop (pad=0x81fde28) at gstavidemux.c:3682
#10 0xb7f8faef in gst_task_func (task=0x8279cc0, tclass=0x8119c38) at
gsttask.c:192
#11 0xb7d4f067 in g_thread_pool_thread_proxy (data=0x8119cc8) at
gthreadpool.c:265
#12 0xb7d4d5bf in g_thread_create_proxy (data=0x8316630) at gthread.c:635
#13 0xb7cdc013 in start_thread (arg=0xb5322b90) at pthread_create.c:296
#14 0xb7c6848e in clone () from /lib/libc.so.6


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=542508.




More information about the Gstreamer-bugs mailing list