From: matz@... (Yukihiro Matsumoto) Date: 2001-09-22T12:13:25+09:00 Subject: [ruby-talk:21518] Re: Trouble in native library... Hi, In message "[ruby-talk:21503] Trouble in native library..." on 01/09/22, Kero van Gelder writes: | require 'native' # ./native.so | | module RbTk | class Window | # blah | end | end | | Window.new() # does something with a hashtable. | |Hopelessly crashes with rb_intern("hash") returning 0xb81 in ruby's own |hash.c, as retrieved in line 1451 (this is ruby 1.7.1 CVS; ruby 1.6.5 |fails in a similar way, ruby 1.6.4 doesn't; all Linux). Can you disclose all the program that crashes? matz.