Bugzilla – Bug 4097
Signal handling probrem on MacOS X
Last modified: 2005-12-09 04:49:40
You need to log in before you can comment on or make changes to this bug.
This isn't the bug of Globus Toolkit. When signal handler of one signal is registered with globus_callback_space_register_signal_handler(), Other signals aren't caught on MacOS X. because the signals which sigwait() isn't waiting aren't caught. while sigwait() is being called on MacOS X. We use "Darwin 8.3.0".