Hi,

At Fri, 17 Jun 2005 08:01:11 +0900,
Michel Pastor wrote in [ruby-core:05221]:
> > It is probably not a bug in ruby, because ruby protects itself  
> > against deadlock by immediately exitting.
> 
> good :)
> Why the interpreter says "Segmentation fault" if it is only a deadlock ?

It is a bug of ruby, and might be fixed already or might not
yet in recent version.  Do you have the core file at that time?
If you have, try to run `gdb /usr/bin/ruby core' and check
curr_thread, curr, *curr_thread, *curr and ruby_current_node in
rb_thread_schedule().

-- 
Nobu Nakada