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 140477 - [debug] crash with *:2 while playing alien.mpg
[debug] crash with *:2 while playing alien.mpg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-19 10:02 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2004-04-19 10:02:17 UTC
Run plugins/examples/gstplay/player --gst-debug=*:2 alien.mpg

Crashes, backtrace follows:

(gdb) bt
  • #0 gst_debug_print_object
    at gstinfo.c line 410
  • #1 gst_debug_log_default
    at gstinfo.c line 508
  • #2 gst_debug_log_valist
    at gstinfo.c line 351
  • #3 gst_debug_log
    at gstinfo.c line 311
  • #4 _invent_event
    at gstpad.c line 3043
  • #5 gst_pad_pull
    at gstpad.c line 3167
  • #6 gst_spider_identity_sink_loop_type_finding
    at gstspideridentity.c line 505
  • #7 loop_group_schedule_function
    at gstoptimalscheduler.c line 1216
  • #8 schedule_group
    at gstoptimalscheduler.c line 1053
  • #9 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1096
  • #10 schedule_chain
    at gstoptimalscheduler.c line 1144
  • #11 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2292
  • #12 gst_scheduler_iterate
    at gstscheduler.c line 695
  • #13 gst_bin_iterate_func
    at gstbin.c line 1116
  • #14 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 433
  • #15 g_type_class_meta_marshal
    at gclosure.c line 514
  • #16 g_closure_invoke
    at gclosure.c line 437
  • #17 signal_emit_unlocked_R
instance=0x8896320, emission_return=0x11c7820,
Comment 1 Johan (not receiving bugmail) Dahlin 2004-04-19 10:22:52 UTC
Trivial to fix, committed to CVS.