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 351826 - kill -HUP <orca shell script pid> doesn't restart Orca on Solaris.
kill -HUP <orca shell script pid> doesn't restart Orca on Solaris.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
0.2.x
Other Solaris
: Normal normal
: 2.18.0
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-17 20:40 UTC by Rich Burridge
Modified: 2008-07-22 19:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Rich Burridge 2006-08-17 20:40:41 UTC
Doing a "kill -HUP <orca shell script pid>" should now restart Orca.
This works fine on Linux. The problem is that RUN is being set to 0
(rather than 129 -- 128 + signal number) on Solaris, so the main()
routine is just terminating.
Comment 1 Willie Walker 2006-08-17 20:59:59 UTC
Yep.  Looks like a bug.  Tracking...
Comment 2 Rich Burridge 2006-09-07 19:45:50 UTC
On Laszlo Peter's suggestion (thanks!), changed from using
/bin/sh to using /bin/bash. Change checked into CVS HEAD.