From: Stefan Scholl Date: 2003-02-01T01:46:33+09:00 Subject: Re: Parse bug when used from a library Stefan Scholl writes: > I've written a library in C, which calls a ruby method via > rb_funcall2(). I'm using this library with Java and JNI. > foo = 0.2 > This prints "0.2" when I run it with ruby, "0.2" when I run it with a > normal C program and libruby, but "0.0" with my own library. OK, forget it. It works fine with the IBM jdk. Maybe there's some problem with the different thread models and some parse-code in libruby.so. Don't care ....