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 169512 - crash during song change
crash during song change
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-07 18:19 UTC by Marco Meier
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Meier 2005-03-07 18:19:55 UTC
i'm using gstreamer with amarok.
during the songchange to a mpc file, it crashes.
here's a backtrace: http://nopaste.php-q.net/119506
Comment 1 Christian Kirbach 2005-03-07 20:54:03 UTC
Stack trace (next time please post with your report):

  • #0 write
    from /lib/libpthread.so.0
  • #1 __JCR_LIST__
    from /usr/lib/gstreamer-0.8/libgstossaudio.so
  • #2 ??
  • #3 gst_osssink_chain
    at gstosssink.c line 487
  • #4 gst_pad_call_chain_function
    at gstpad.c line 4496
  • #5 gst_pad_push
    at gstpad.c line 3298
  • #6 volume_chain_int16
    at gstvolume.c line 491
  • #7 gst_pad_call_chain_function
    at gstpad.c line 4496
  • #8 gst_pad_push
    at gstpad.c line 3298
  • #9 gst_identity_chain
    at gstidentity.c line 368
  • #10 gst_pad_call_chain_function
    at gstpad.c line 4496
  • #11 gst_pad_push
    at gstpad.c line 3298
  • #12 gst_equalizer_chain
    at gstequalizer.cpp line 352
  • #13 gst_pad_call_chain_function
    at gstpad.c line 4496
  • #14 gst_pad_push
    at gstpad.c line 3298
  • #15 get_group_schedule_function
    at gstoptimalscheduler.c line 1416
  • #16 schedule_group
    at gstoptimalscheduler.c line 1222
  • #17 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1274
  • #18 schedule_chain
    at gstoptimalscheduler.c line 1331
  • #19 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2789
  • #20 gst_scheduler_iterate
    at gstscheduler.c line 744
  • #21 gst_bin_iterate_func
    at gstbin.c line 1246
  • #22 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #23 g_cclosure_new_swap
    from /usr/lib/./libgobject-2.0.so.0
  • #24 g_closure_invoke
    from /usr/lib/./libgobject-2.0.so.0
  • #25 g_signal_emit_by_name
    from /usr/lib/./libgobject-2.0.so.0
  • #26 g_signal_emit_valist
    from /usr/lib/./libgobject-2.0.so.0
  • #27 g_signal_emit
    from /usr/lib/./libgobject-2.0.so.0
  • #28 gst_bin_iterate
    at gstbin.c line 1306
  • #29 gst_thread_main_loop
    at gstthread.c line 675
  • #30 g_static_private_free
    from /usr/lib/./libglib-2.0.so.0
  • #31 pthread_detach
    from /lib/libpthread.so.0
  • #32 clone
    from /lib/libc.so.6

Comment 2 Christian Kirbach 2005-03-07 20:56:53 UTC
seems to be a unique stack trace
Comment 3 Ronald Bultje 2005-03-08 07:03:01 UTC
In frame 3, can you print *_data?
Comment 4 Christian Kirbach 2005-07-14 21:21:05 UTC
No response. Marking INCOMPLETE.
Feel free to reopen this report and add more information.