[Soot-list] Exception encountered using whole program analysis

Bertram, Alexander alex at bedatadriven.com
Mon Aug 13 03:51:54 EDT 2012


HI there,
I'm experimenting with using Soot to perform whole-program optimization of
Renjin, an R interpreter for the JVM, but have encountered an exception:

Exception in thread "main" java.lang.RuntimeException: Insertion point not
found in chain!
 at soot.util.HashChain.insertBefore(HashChain.java:183)
at soot.PatchingChain.insertBefore(PatchingChain.java:141)
 at soot.jimple.toolkits.invoke.SiteInliner.inlineSite(SiteInliner.java:154)
at
soot.jimple.toolkits.invoke.StaticInliner.internalTransform(StaticInliner.java:142)
 at soot.SceneTransformer.transform(SceneTransformer.java:39)
at soot.Transform.apply(Transform.java:89)
 at soot.ScenePack.internalApply(ScenePack.java:43)
at soot.Pack.apply(Pack.java:114)
 at soot.PackManager.runWholeProgramPacks(PackManager.java:419)
at soot.PackManager.runPacks(PackManager.java:336)
 at soot.Main.run(Main.java:198)
at soot.Main.main(Main.java:141)

Any pointers on how to start debugging this?

Best,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20120813/5586f86b/attachment.html 


More information about the Soot-list mailing list