[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ri dumps core

Steve Kelem

6/13/2005 5:23:00 PM

When I run "ri find", it dumps core.
If I run "ri -h", it prints the help.
So, "basic" functionality appears to be there, but actual functionality
isn't.

{kelem-laptop:skelem:344} ri find
C:\cygwin\usr\local\bin\ruby.exe (2964): *** unable to remap
C:\cygwin\usr\local\lib\ruby\1.8\i386-c
ygwin\syck.so to same address as parent(0x370000) != 0x2760000
C:\cygwin\usr\local\bin\ruby.exe (2964): *** unable to remap
C:\cygwin\usr\local\lib\ruby\1.8\i386-c
ygwin\syck.so to same address as parent(0x370000) != 0x2760000
3 [main] ruby 3216 fork_parent: child 2964 died waiting for dll
loading
/usr/local/lib/ruby/1.8/rdoc/ri/ri_display.rb:226: [BUG] rb_sys_fail() -
errno == 0
ruby 1.8.2 (2004-12-25) [i386-cygwin]

Abort (core dumped)

I have tried "rebaseall", but I get the same result.

Steve