Re: [rspec-users] How to get stacktrace for extending Ruby in C

2009-04-21 Thread Newb Newb
Scott Taylor wrote: Newb Newb wrote: Hi I extend ruby with C . i get error like segmentation fault when i call my client.rb how can i get the stacktrace ? You can use gdb to get a stack trace, as was documented by Mauricio, Jamis, and Why a while back. Not sure what this has to

Re: [rspec-users] How to get stacktrace for extending Ruby in C

2009-04-21 Thread Ben Mabey
Newb Newb wrote: Scott Taylor wrote: Newb Newb wrote: Hi I extend ruby with C . i get error like segmentation fault when i call my client.rb how can i get the stacktrace ? You can use gdb to get a stack trace, as was documented by Mauricio, Jamis, and Why a while back.