Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relevance-rcov-0.9.3 fails with NullPointerException with JRuby 1.4.0RC1 #32

Closed
donv opened this issue Oct 9, 2009 · 3 comments
Closed
Labels

Comments

@donv
Copy link

donv commented Oct 9, 2009

Hi!

Thanks for maintaining rcov! It is a important tool.

We are trying the JRuby 1.4.0RC1 release candidate, and it is failing when running relevance-rcov 0.9.3 with the following stack trace:

RubyHash.java:1651:in get': java.lang.NullPointerException from CoverageHook.java:53:ineventHandler'
from EventHook.java:30:in event' from Ruby.java:2540:incallEventHooks'
from ASTInterpreter.java:165:in callTraceFunction' from NewlineNode.java:100:ininterpret'
from InterpretedMethod.java:136:in call' from DefaultMethod.java:153:incall'
from CachingCallSite.java:290:in cacheAndCall' from CachingCallSite.java:109:incall'
from CallNoArgNode.java:61:in interpret' from NewlineNode.java:104:ininterpret'
from BlockNode.java:71:in interpret' from InterpretedBlock.java:317:inevalBlockBody'
from InterpretedBlock.java:305:in yield' from BlockBody.java:72:incall'
from BlockBody.java:78:in call' from Block.java:89:incall'
from RubyProc.java:221:in call' from RubyProc.java:204:incall'
from Ruby.java:2623:in tearDown' from Main.java:274:inrun'
from Main.java:117:in run' from Main.java:97:inmain'
rcov exited code: 1

Any help you can offer with this is greatly appreciated.

@ghost
Copy link

ghost commented Oct 12, 2009

I haven't looked at the 1.4.0 release candidate for any real length of time, but there are some changes that will require some heavier weight fixes. This most likely won't be fixed until 1.4 is actually released, but I will start looking at the scope of changes needed soon.

@donv
Copy link
Author

donv commented Oct 13, 2009

This has been fixed in JRuby master. A second release candidate will be released before final. I will test again with RC2. Closing for now.

@abedra
Copy link
Contributor

abedra commented Oct 16, 2009

closing per comments

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants