From: Max Nickel Date: 2005-07-04T01:25:49+09:00 Subject: Re: Ruby/Gosu > What would be the best way to debug this problem? I need to find out > where the segfault is happening. In ruby because of the SO, in the > Gosu SO because of invalid memory access etc. > > Any thoughts would be appreciated. > > Kevin Pratt > I'd recommend gdb. run 'gdb ruby', inside gdb type 'run ', wait till it segfaults and type 'bt' et voila ;) regards /max