[Soot-list] Soot transformations.

Roman Petriev vvpiroman at gmail.com
Sun Feb 1 18:00:33 EST 2015


No one of parameters is null ...
Stack trace:
java.lang.NullPointerException
        at soot.AbstractValueBox.setValue(AbstractValueBox.java:43)
        at soot.Body.importBodyContentsFrom(Body.java:225)
        at soot.jimple.JimpleBody.clone(JimpleBody.java:90)
        at soot.PackManager.convertJimpleBodyToBaf(PackManager.java:967)
        at soot.PackManager.runBodyPacks(PackManager.java:929)
        at soot.PackManager.runBodyPacks(PackManager.java:606)
        at soot.PackManager.runBodyPacks(PackManager.java:507)
        at soot.PackManager.runPacksNormally(PackManager.java:484)
        at soot.PackManager.runPacks(PackManager.java:391)
        at soot.Main.run(Main.java:244)
        at soot.Main.main(Main.java:152)
        at soot.jbco.Main.main(Main.java:274)



2015-02-02 1:09 GMT+03:00 Bodden, Eric <eric.bodden at sit.fraunhofer.de>:

> Hmmm, I can't see anything immediately wrong, but...
>
> > Actually Result:
> > java.lang.NullPointerException at line in my transformation:
> >
> units.insertAfter(Jimple.v().newInvokeStmt(Jimple.v().newVirtualInvokeExpr(tmpRef,
> toCall.makeRef(), intLocal)), as3);
>
> ... at this line of yours, which pointer exactly is null? Did you check
> with a debugger?
>
> Cheers,
> Eric
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150202/5d1a5ac6/attachment.html 


More information about the Soot-list mailing list