From: ts Date: 2005-01-14T03:32:41+09:00 Subject: Re: Segfault in timer.rb (segfault: message 13 of 20) >>>>> "S" == Seg Fault writes: With such a name, ruby can only segfault and it do this just to be pleasant with you :-) S> Here's a gdb stacktrace Well, probably it was not compiled with the right option. With a correct backtrace, probably you'll not see such calls S> /usr/local/bin/cygruby19.dll S> #40 0x10019a5f in rb_alias () from S> /usr/local/bin/cygruby19.dll S> #41 0x100189bb in rb_alias () from S> /usr/local/bin/cygruby19.dll S> #42 0x1001a975 in rb_alias () from S> /usr/local/bin/cygruby19.dll S> #43 0x10019083 in rb_alias () from S> /usr/local/bin/cygruby19.dll this is probably rb_call() rather than rb_alias() : this means that gdb has problem to give the correct backtrace Guy Decoux