This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: VerifierError with gcc trunk and ant 1.5.2


>>>>> "Michael" == Michael Koch <konqueror at gmx dot 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]