Hi,
In message "Re: Segmentation fault"
on Tue, 12 Jul 2005 11:29:22 +0900, Patrick May <patrick / hexane.org> writes:
|Every once and a while, while working on ruby-web, I'll get a
|segmentation fault:
|
| /usr/lib/ruby/site_ruby/1.8/web/request.rb:203: [BUG]
|Segmentation fault
Did you get core file from the segmentation fault? If you have, try
gdb ruby core
then type "where" at the debugger prompt.
matz.