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 121809 - [Solaris] Not able to record
[Solaris] Not able to record
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.3
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-09 06:08 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for this problem (17.08 KB, patch)
2004-09-01 13:37 UTC, Balamurali Viswanathan
none Details | Review
Modified the patch a bit (16.06 KB, patch)
2004-09-01 19:03 UTC, Balamurali Viswanathan
none Details | Review

Description Balamurali Viswanathan 2003-09-09 06:08:46 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.
Comment 1 Thomas Vander Stichele 2004-05-06 15:21:12 UTC
this should be fixed in 2.6

is it still producable ?
Comment 2 Balamurali Viswanathan 2004-05-12 07:07:09 UTC
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
Comment 3 Balamurali Viswanathan 2004-09-01 13:33:36 UTC
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.
Comment 4 Balamurali Viswanathan 2004-09-01 13:37:19 UTC
Created attachment 31173 [details] [review]
Patch for this problem
Comment 5 Balamurali Viswanathan 2004-09-01 19:03:24 UTC
Created attachment 31188 [details] [review]
Modified the patch a bit
Comment 6 Balamurali Viswanathan 2004-09-14 10:19:16 UTC
A patch has been checked in for this bug. Closing. Thanks