Oh crap it seems to be back...

  if I run builtin/TestArray.rb by itself then it runs fine.  If I
run it in the context of AllTests.rb it does not run.  If I remove
some arbitrary subset of tests from TestArray, then it may run.  We
used to have this problem in TestKernel.  It just sort of went away
last time...Though in the case of TestKernel it was yield called without
block and this time it is emptystack in begincallargs (which honestly
could be highly related given changes in the last six months).  

  Speculation:
a. Concurrency somehow is eating something
b. Charlies JVM bug with stacks?

-Tom

On Sun, 26 Feb 2006, Charles O Nutter defenestrated me:

> Hmm, I just updated and clean built from HEAD and it looks ok. Make
> sure you're up-to-date and clean, but let me know if you still have a
> problem.
> 
> On 2/25/06, Thomas E Enebo <[EMAIL PROTECTED]> wrote:
> >   I just tried to run rubicon after the last fix and I am getting
> > a EmptyStackException (jruby.sh AllTests.rb):
> >
> >
> > TestArray: 
> > org.jruby.util.collections.AbstractStack.pop(AbstractStack.java:59): 
> > java.util.EmptyStackException: null (NativeException)
> >         from 
> > org.jruby.runtime.ThreadContext.beginCallArgs(ThreadContext.java:548)
> >         from 
> > org.jruby.evaluator.EvaluateVisitor$CallNodeVisitor.execute(EvaluateVisitor.java:523)
> >         from 
> > org.jruby.evaluator.EvaluationState.executeNext(EvaluationState.java:210)
> >         from 
> > org.jruby.evaluator.EvaluationState.begin(EvaluationState.java:327)
> >         from org.jruby.RubyObject.eval(RubyObject.java:427)
> >         from 
> > org.jruby.internal.runtime.methods.DefaultMethod.internalCall(DefaultMethod.java:109)
> >         from 
> > org.jruby.internal.runtime.methods.AbstractMethod.call(AbstractMethod.java:51)
> >         from org.jruby.RubyObject.callMethod(RubyObject.java:351)
> >          ... 120 levels...
> >         from org.jruby.Main.main(Main.java:82)
> >         from ./rubicon_tests.rb:423:in `run'
> >         from AllTests.rb:41
> >
> >
> > Anyone else seeing this...I ran rubicon less than a week ago and things
> > were working, but I do not see any obvious candidates...
> >
> > -Tom
> >
> >
> > --
> > + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+
> > | Thomas E Enebo, Protagonist  | "Luck favors the prepared    |
> > |                              |  mind." -Louis Pasteur       |
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _______________________________________________
> > Jruby-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/jruby-devel
> >
> 
> 
> --
> Charles Oliver Nutter @ headius.blogspot.com
> JRuby Developer @ jruby.sourceforge.net
> Application Architect @ www.ventera.com
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> _______________________________________________
> Jruby-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jruby-devel

-- 
+ http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+
| Thomas E Enebo, Protagonist  | "Luck favors the prepared    |
|                              |  mind." -Louis Pasteur       |


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Jruby-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to