Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162868 - dev-dotnet/ikvm-0.20.0.0 crashes w/ unhandled exception
Summary: dev-dotnet/ikvm-0.20.0.0 crashes w/ unhandled exception
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 01:38 UTC by David Grant
Modified: 2007-06-26 23:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Grant 2007-01-20 01:38:15 UTC
With 0.20.0.0 I got this error:

david@goliath ~/svn/DavidHomeMono/TestMultipleLanguages/JavaTest $ ikvm application.class

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for java.lang.ThreadGroup ---> java.lang.IllegalAccessError: Field java.lang.ThreadGroup.threads is final--- End of inner exception stack trace ---

  at <0x00000> <unknown method>
  at java.lang.VMThread.currentThread () [0x00000]
  at java.lang.Thread.currentThread () [0x00000]
  at Starter.Main (System.String[] args) [0x00000]

Reproducible: Always

Steps to Reproduce:
1. emerge latest ikvm (0.20.0.0)
2. try running a hello world program
3. unmerge ikvm 0.20.0.0
4. emerge latest ikvm-bin (0.14)
5. try running a hello world program

Actual Results:  
0.20 didn't work
0.14 worked

Expected Results:  
They both should work.

I still need to try 0.14 non-bin version... I don't have time right now in a super rush to leave work but will try when I get home.
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-26 23:53:11 UTC
There is a new version in CVS, which addresses this issue. Thanks for your report!