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 142203 - opt crash in gst-rec
opt crash in gst-rec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-09 16:42 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2004-05-09 16:42:56 UTC
[rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8
alsasrc ! fakesink
RUNNING pipeline ...
Segmentation fault
[rbultje@shrek rbultje]$ killall -9 galeon-bin
[rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8
alsasrc ! fakesink --gst-scheduler=basicgthread
RUNNING pipeline ...
Segmentation fault
[rbultje@shrek rbultje]$ ~/projects/gstreamer/gstreamer/tools/gst-launch-0.8
alsasrc ! fakesink --gst-scheduler=entrygthread
RUNNING pipeline ...
Segmentation fault
[rbultje@shrek rbultje]$

Backtrace from gst-rec (where I first noticed this):

Program received signal SIGSEGV, Segmentation fault.

Thread 49156 (LWP 6891)

  • #0 ??
  • #1 loop_group_schedule_function
    at gstoptimalscheduler.c line 1222
  • #2 schedule_group
    at gstoptimalscheduler.c line 1059
  • #3 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1102
  • #4 schedule_chain
    at gstoptimalscheduler.c line 1150
  • #5 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2300
  • #6 gst_scheduler_iterate
    at gstscheduler.c line 695
  • #7 gst_bin_iterate_func
    at gstbin.c line 1120
  • #8 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 433
  • #9 g_type_class_meta_marshal
    at gclosure.c line 514
  • #10 g_closure_invoke
    at gclosure.c line 437

Comment 1 Ronald Bultje 2004-05-09 19:34:29 UTC
alsasrc was just fixed, gst-rec still crashes, same backtrace, with any source.
Seems an opt bug, since basicgthread works fine. Changing topic.
Comment 2 Benjamin Otte (Company) 2004-05-17 17:37:55 UTC
I bet it's a duplicate of #138012.
Comment 3 Ronald Bultje 2004-05-17 18:27:10 UTC
Not sure. gst-rec links downstream...
Comment 4 Johan (not receiving bugmail) Dahlin 2004-05-18 17:19:29 UTC
Ronald, can you retry with the latest CVS and wtays scheduler changes?
Comment 5 Ronald Bultje 2004-10-29 17:39:22 UTC
Works now.