[Gstreamer-bugs] [Bug 135705] New - segfault in GST_ELEMENT_ERROR?
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sat Feb 28 11:03:44 PST 2004
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=135705
Changed by v.merkatz at gmx.net.
--- shadow/135705 Sat Feb 28 14:03:44 2004
+++ shadow/135705.tmp.17351 Sat Feb 28 14:03:44 2004
@@ -0,0 +1,78 @@
+Bug#: 135705
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: v.merkatz at gmx.net
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL:
+Summary: segfault in GST_ELEMENT_ERROR?
+
+Running this pipeline:
+arwed at Otherland:~/Movies$ gst-launch-0.7 filesrc location=Salope.avi !
+avidemux name=demux ! { queue ! ffdec_msmpeg4 ! xvimagesink } { demux. !
+queue ! mad ! audioscale ! audio/x-raw-int,rate=48000 ! alsasink device=dsp1 }
+RUNNING pipeline ...
+
+** (process:11739): CRITICAL **: file xvimagesink.c: line 403
+(gst_xvimagesink_xwindow_clear): assertion `xwindow != NULL' failed
+Segmentation fault (core dumped)
+
+Backtrace:
+#0 0x40371341 in mallopt () from /lib/libc.so.6
+(gdb)
+(gdb) bt
+#0 0x40371341 in mallopt () from /lib/libc.so.6
+#1 0x40371274 in mallopt () from /lib/libc.so.6
+#2 0x40370360 in free () from /lib/libc.so.6
+#3 0x40368328 in vasprintf () from /lib/libc.so.6
+#4 0x402d22c7 in g_vasprintf (string=0x40e3e360, format=0x40411128 "",
+ args=0x40411128 "") at gprintf.c:304
+#5 0x402c2724 in g_strdup_vprintf (format=0x40411128 "", args=0x40411128 "")
+ at gstrfuncs.c:189
+#6 0x402c2756 in g_strdup_printf (format=0x40411128 "") at gstrfuncs.c:202
+#7 0x400453d4 in _gst_debug_nameof_funcptr (ptr=0x4082ae80) at gstinfo.c:990
+#8 0x4004fbdd in gst_pad_pull (pad=0x80dc5fc) at gstpad.c:3078
+#9 0x4099cab2 in gst_alsa_sink_loop (element=0x812ee68) at gstalsasink.c:346
+#10 0x4082aa5e in loop_group_schedule_function (argc=0, argv=0x813fcd8)
+ at gstoptimalscheduler.c:1126
+#11 0x4082a452 in schedule_group (group=0x813fcd8) at gstoptimalscheduler.c:968
+#12 0x4082a516 in gst_opt_scheduler_schedule_run_queue (osched=0x813fc00)
+ at gstoptimalscheduler.c:1010
+#13 0x4082a757 in schedule_chain (chain=0x8126f10)
+ at gstoptimalscheduler.c:1054
+#14 0x4082d678 in gst_opt_scheduler_iterate (sched=0x813fc00)
+ at gstoptimalscheduler.c:2170
+#15 0x4005a589 in gst_scheduler_iterate (sched=0x813fc00) at gstscheduler.c:705
+#16 0x4002fbb1 in gst_bin_iterate_func (bin=0x811a8cc) at gstbin.c:1093
+---Type <return> to continue, or q <return> to quit---
+#17 0x4006e559 in gst_marshal_BOOLEAN__VOID (closure=0x8058e08,
+ return_value=0x40e3e770, n_param_values=1, param_values=0x40411128,
+ invocation_hint=0x40e3e798, marshal_data=0x4002fb30) at gstmarshal.c:433
+#18 0x4023b877 in g_type_class_meta_marshal (closure=0x8058e08,
+ return_value=0x40411128, n_param_values=1078006056,
+ param_values=0x40e3e8a0, invocation_hint=0x40411128,
+ marshal_data=0x40411128) at gclosure.c:514
+#19 0x4023b4e0 in g_closure_invoke (closure=0x8058e08,
+ return_value=0x40411128, n_param_values=1078006056,
+ param_values=0x40411128, invocation_hint=0x40411128) at gclosure.c:437
+#20 0x402503a5 in signal_emit_unlocked_R (node=0x8058e40, detail=0,
+ instance=0x811a8cc, emission_return=0x40e3e840,
+ instance_and_params=0x40e3e8a0) at gsignal.c:2474
+#21 0x4024f6fe in g_signal_emit_valist (instance=0x811a8cc, signal_id=0,
+ detail=0, var_args=0x40e3ea2c "Hêã@g\004") at gsignal.c:2205
+#22 0x4024fc24 in g_signal_emit (instance=0x40411128, signal_id=1078006056,
+ detail=1078006056) at gsignal.c:2239
+#23 0x4002fc98 in gst_bin_iterate (bin=0x811a8cc) at gstbin.c:1132
+#24 0x400641a6 in gst_thread_main_loop (arg=0x40411128) at gstthread.c:558
+#25 0x402c7f5d in g_thread_create_proxy (data=0x8140250) at gthread.c:558
+#26 0x402774ab in __pthread_initialize_minimal () from /lib/libpthread.so.0
+#27 0x403c229a in clone () from /lib/libc.so.6
+(gdb)
More information about the Gstreamer-bugs
mailing list