[gstreamer-bugs] [Bug 628415] [audioconvert] segfault when converting bitwidth on Mac OS X

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 25 00:52:23 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=628415
  GStreamer | gst-plugins-base | 0.10.30

Roberto Huelga <rhuelga> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhuelga at gmail.com

--- Comment #7 from Roberto Huelga <rhuelga at gmail.com> 2011-01-25 08:52:19 UTC ---
I'm having the exact same problem with
Mac OsX 10.6.6
GStreamer 0.10.32
Installed with macport

When I run audioconvert element I get SIGSEGV

$ gst-launch audiotestsrc ! audioconvert ! capsfilter
caps=audio/x-raw-int,width=16 ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Caught SIGSEGV accessing address 0x7c1c5e
#0  0x00007fff877f8e92 in select$DARWIN_EXTSN ()
#1  0x0000000100347122 in g_poll ()
#2  0x0000000100339f98 in g_main_context_iterate ()
#3  0x000000010033a295 in g_main_loop_run ()
#4  0x0000000100018611 in gst_bus_poll ()
#5  0x000000010000192b in find_highest_version ()
#6  0x0000000100002cbe in _print ()
#7  0x0000000100001564 in main ()
Spinning.  Please run 'gdb gst-launch 68825' to continue debugging, Ctrl-C to
quit, or Ctrl-\ to dump core.

If I execute 'gdb gst-launch 68813' and 'thread apply all bt'


0x00007fff877f8e92 in select$DARWIN_EXTSN ()
(gdb) thread apply all bt

Thread 4 (process 68825):
#0  0x00007fff877cef8a in __workq_kernreturn ()
#1  0x00007fff877cf39c in _pthread_wqthread ()
#2  0x00007fff877cf005 in start_wqthread ()

Thread 3 (process 68825):
#0  0x00007fff877effca in __semwait_signal ()
#1  0x00007fff877efe59 in nanosleep ()
#2  0x00000001003619e5 in g_usleep ()
#3  0x000000010000175a in main ()

Thread 2 (process 68825):
#0  0x00007fff877ce16a in kevent ()
#1  0x00007fff877d003d in _dispatch_mgr_invoke ()
#2  0x00007fff877cfd14 in _dispatch_queue_invoke ()
#3  0x00007fff877cf83e in _dispatch_worker_thread2 ()
#4  0x00007fff877cf168 in _pthread_wqthread ()
#5  0x00007fff877cf005 in start_wqthread ()

Thread 1 (process 68825):
#0  0x00007fff877f8e92 in select$DARWIN_EXTSN ()
#1  0x0000000100347122 in g_poll ()
#2  0x0000000100339f98 in g_main_context_iterate ()
#3  0x000000010033a295 in g_main_loop_run ()
#4  0x0000000100018611 in gst_bus_poll ()
#5  0x000000010000192b in find_highest_version ()
#6  0x0000000100002cbe in _print ()
#7  0x0000000100001564 in main ()

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list