From: Tim Hunter Date: 2006-03-27T08:33:53+09:00 Subject: Re: RB + RMagick = cd Crash... De Railed wrote: > Hi Tim, > > Thanks for the reply. > > I ran a gem install rmagick from my cygwin prompt. > All looked cool and it say rmagick was installed successfully. gem list > shows it > and RMagick.so is in the ruby i386 dir. From the same shell I can run > display > and ImageMagick comes up. Similarly identify xxx.gif works. > > Any other clues ? Does irb dumps it's crash logs somewhere ? > > Thanks you !! > If you can run a ruby script that uses RMagick then I can't think of any reason why irb would crash unless there's something wrong with irb itself. Is it possible that you've got something in your .irbrc file that's conflicting with RMagick? P.S. I'm glad to hear that RMagick installs well on Cygwin. I don't have access to a box with Cygwin so I can't test it there.