diff options
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,16 +2,18 @@ Fri Jan 22 01:22:27 2010 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (thread_timer, rb_thread_stop_timer): check the timing of stopping timer. patch from KOSAKI Motohiro <kosaki.motohiro _AT_ - jp.fujitsu.com> + jp.fujitsu.com> via IRC. * eval.c (rb_thread_start_timer): NetBSD5 seems to be hung when calling pthread_create() from pthread_atfork()'s parent handler. * io.c (pipe_open): workaround for NetBSD5. stop timer thread before - fork(), and start it if needed. + fork(), and restart it after fork() on parent, and on child if + needed. * process.c (rb_f_fork, rb_f_system): ditto. - fixed [ruby-dev:40074] + + these changes are tested by naruse. fixed [ruby-dev:40074] Tue Jan 19 20:00:30 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> |
