[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error on Intra -procedure analysis?



On Mon, Feb 16, 2004 at 01:46:38PM +0800, #HUANG YUE# wrote:
> D:\Java\soot\soot-2.0.1\soot\classes>java -Xmx500m soot.Main -w -f jimple HelloW
> orld
> 
> <snip>
>
> Exception in thread "main" java.lang.RuntimeException: Exception range does not
> coincide with jimple instructions
>         at soot.coffi.CFG.jimplify(CFG.java:1506)
>         at soot.coffi.CFG.jimplify(CFG.java:1099)
>         at soot.coffi.CoffiMethodSource.getBody(CoffiMethodSource.java:98)
>
> <snip>

This looks like a bug with JSR inlining that I believe was fixed in Soot
version 2.1.0. From your command prompt, I assume you're still using
2.0.1. Do you still get the problem if you upgrade to Soot 2.1.0?

Ondrej