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

2009-04-22 Thread Colfer, Brian
-users-boun...@rubyforge.org [mailto:rspec-users-boun...@rubyforge.org] On Behalf Of Newb Newb Sent: Tuesday, April 21, 2009 8:28 PM To: rspec-users@rubyforge.org Subject: Re: [rspec-users] How to get stacktrace for extending Ruby in C Scott Taylor wrote: > Newb Newb wrote: >> Hi >&

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. No

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 s

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

2009-04-21 Thread Scott Taylor
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 do with rspec, though. Sco

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

2009-04-21 Thread Newb Newb
Hi I extend ruby with C . i get error like segmentation fault when i call my client.rb how can i get the stacktrace ? Pls help me out Thanks -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rub