It appears that current HEAD exhibits the old JVM bug whereby a stack is coming up empty. It's in effect on HEAD right now, with the following effect:
Sun JDK 1.4.2_06 Hotspot: fails
Sun JDK 1.4.2_06 Interpreter: fails
Sun JDK 1.4.2_10 Hotspot: succeeds
Sun JDK 1.4.2_10 Interpreter: fails
Sun JDK 1.5.0_05 Hotspot: succeeds
Sun JDK 1.5.0_05 Interpreter: fails
Since Hotspot seems ok on current versions of 1.4.2 and 1.5
, I went ahead and committed it. I'm going to tag this version for future reference and see if there's anything that can be done to work around the problem.
--
Charles Oliver Nutter @
headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com
- [Jruby-devel] FYI, JVM bug has returned Charles O Nutter
- [Jruby-devel] Re: FYI, JVM bug has returned Charles O Nutter