[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

IRB Core file ?

De Railed

3/27/2006 9:03:00 PM

I have screwed up my cygwin env enough on my windows machine so that irb
will consistently crash with no visible errors or messages.

Does anyone knows where I can look to get info about the crash ie core
file
location or crash log ?

In irb > require 'RMagick'. Boom irb crash no messages ?

Thanks you all !!

--
Posted via http://www.ruby-....


1 Answer

Marc Soda

3/28/2006 1:50:00 AM

0

If I understand correctly you're looking for a coredump. Many times
you have to run 'ulimit -c unlimited' in order for a coredump to be
generated. That is using Bash, not sure about others. Also not sure
if that applies to Cygwin either.

Hope that helps.

Marc

On 3/27/06, De Railed <kitesurf27@gmail.com> wrote:
> I have screwed up my cygwin env enough on my windows machine so that irb
> will consistently crash with no visible errors or messages.
>
> Does anyone knows where I can look to get info about the crash ie core
> file
> location or crash log ?
>
> In irb > require 'RMagick'. Boom irb crash no messages ?
>
> Thanks you all !!
>
> --
> Posted via http://www.ruby-....
>
>