Hi,

In message "[ruby-talk:14272] upgrading Ruby and the effect on C extenstions"
    on 01/04/27, Phil Tomson <ptkwt / shell1.aracnet.com> writes:

|This is a heads up type of post...  I had a problem when I upgraded from 
|Ruby 1.6.2 to 1.6.4 (the stable snapshot) - my Ruby script would core dump 
|immediately.  I traced it down to the require of a .so created from a C 
|extenstion - ruby was core dumping in the require of the shared lib.  So, 
|I moved the current .so to a different extension (just in case) ran 'ruby 
|extconf.rb' over again to create a new Makefile and did a make.  After 
|that the core dumping problem disappeared.

It's not my intention, probably a bug.  Could you send me your script?

							matz.