GNOME Bugzilla – Bug 121809
[Solaris] Not able to record
Last modified: 2004-12-22 21:47:04 UTC
This bug is same as bug 118077. Since the patch for bug 118077 works fine in linux and the stack trace is different,I am creating a seprate bug for Solaris. Problem ------- In Solaris, when I click on the record button, gnome-sound-recorder crashes with multiple segmentation faults. I got the following stack trace from dbx. (dbx) where current thread: t@2 [1] _memset(0xfd5a3fa0, 0x0, 0x60, 0xfffffffffffffff8, 0x40, 0xfd5a3fa8), at 0 xfdec17e8 [2] _makecontext(0xfd47fa88, 0xfd64ea20, 0x0, 0x0, 0x0, 0xfd47fcbc), at 0xfdbb 313c =>[3] cothread_switch(cothread = 0xfd5a0000), line 640 in "cothreads.c" [4] gst_basic_scheduler_iterate(sched = 0xf39a8), line 1402 in "gstbasicschedu ler.c" [5] gst_scheduler_iterate(sched = 0xf39a8), line 732 in "gstscheduler.c" [6] gst_bin_iterate_func(bin = 0xf73e8), line 902 in "gstbin.c" [7] gst_bin_iterate(bin = 0xf73e8), line 947 in "gstbin.c" [8] gst_thread_main_loop(arg = 0xf73e8), line 723 in "gstthread.c" [9] g_thread_create_proxy(data = 0x1305e0), line 601 in "gthread.c" In Suse linux, after clicking on record button sound recorder hangs, but I am not able to get a stack trace. But there is one defunct process after clicking on the record button. Thanks.
this should be fixed in 2.6 is it still producable ?
In the current JDS (gnome-2-6) build on Solaris gnome-media components are not built. Will test this bug once the gnome-media components are built and will update the report
Currently for Solaris there is no source element, in the sunaudio plugin. Hence this problem. Attaching a patch which adds a source element to the sunaudio plugin and moving the bug to gst-plugins.
Created attachment 31173 [details] [review] Patch for this problem
Created attachment 31188 [details] [review] Modified the patch a bit
A patch has been checked in for this bug. Closing. Thanks