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 135705 - segfault in GST_ELEMENT_ERROR?
segfault in GST_ELEMENT_ERROR?
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-28 19:03 UTC by Arwed v. Merkatz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arwed v. Merkatz 2004-02-28 19:03:43 UTC
Running this pipeline:
arwed@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 mallopt
    from /lib/libc.so.6
  • #0 mallopt
    from /lib/libc.so.6
  • #1 mallopt
    from /lib/libc.so.6
  • #2 free
    from /lib/libc.so.6
  • #3 vasprintf
    from /lib/libc.so.6
  • #4 g_vasprintf
    at gprintf.c line 304
  • #5 g_strdup_vprintf
    at gstrfuncs.c line 189
  • #6 g_strdup_printf
    at gstrfuncs.c line 202
  • #7 _gst_debug_nameof_funcptr
    at gstinfo.c line 990
  • #8 gst_pad_pull
    at gstpad.c line 3078
  • #9 gst_alsa_sink_loop
    at gstalsasink.c line 346
  • #10 loop_group_schedule_function
    at gstoptimalscheduler.c line 1126
  • #11 schedule_group
    at gstoptimalscheduler.c line 968
  • #12 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1010
  • #13 schedule_chain
    at gstoptimalscheduler.c line 1054
  • #14 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2170
  • #15 gst_scheduler_iterate
    at gstscheduler.c line 705
  • #16 gst_bin_iterate_func
    at gstbin.c line 1093
  • #17 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 433
  • #18 g_type_class_meta_marshal
    at gclosure.c line 514
  • #19 g_closure_invoke
    at gclosure.c line 437
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2474
  • #21 g_signal_emit_valist
    at gsignal.c line 2205
  • #22 g_signal_emit
    at gsignal.c line 2239
  • #23 gst_bin_iterate
    at gstbin.c line 1132
  • #24 gst_thread_main_loop
    at gstthread.c line 558
  • #25 g_thread_create_proxy
    at gthread.c line 558
  • #26 __pthread_initialize_minimal
    from /lib/libpthread.so.0
  • #27 clone
    from /lib/libc.so.6

Comment 1 Arwed v. Merkatz 2004-03-09 20:58:22 UTC
can't reproduce this anymore with current cvs head