VerifierError with gcc trunk and ant 1.5.2
Tom Tromey
tromey@redhat.com
Wed Mar 5 17:32:00 GMT 2003
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> The output is from gij. I reported this already in january but had no
Michael> time to track it down.
Michael> ... Building Ant Distribution
Michael> Exception in thread "main" java.lang.VerifyError: verification failed
Michael> at PC 305 in
Michael> org.apache.tools.ant.Main:runBuild((Ljava.lang.ClassLoader;)V):
PC 305. Bleah. That makes debugging fun.
Could you do `jcf-dump -c org.apache.tools.ant.Main' and then extract
the code for the appropriate runBuild method? Make sure to get the
exception table at the end of the bytecode as well.
I'll try to take a quick look at it and see if I can make sense of it.
Tom
More information about the Java
mailing list