[Soot-list] Exception in doing static analysis

Marc-André Laverdière marc-andre.laverdiere-papineau at polymtl.ca
Mon Sep 30 10:07:10 EDT 2013


Hi Naina,

Are you using the develop branch on github? That is the first thing to
do when hitting bugs, since the current release is pretty old.

(We are working on a release right now, but we don't have a release date
yet)

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 09/30/2013 03:46 AM, Naina Gupta wrote:
> I am using Soot eclipse plugin for static analysis and it shows the
> correct output but alongwith that it is throwing an Exception :-
> 
> java.lang.reflect.InvocationTargetException
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>     at java.lang.reflect.Method.invoke(Unknown Source)
>     at ca.mcgill.sable.soot.launching.SootThread.run(SootThread.java:138)
> Caused by: java.lang.NullPointerException
>     at
> soot.XMLAttributesPrinter.createUseFilename(XMLAttributesPrinter.java:123)
>     at soot.XMLAttributesPrinter.<init>(XMLAttributesPrinter.java:43)
>     at soot.PackManager.processXMLForClass(PackManager.java:936)
>     at soot.PackManager.runBodyPacks(PackManager.java:803)
>     at soot.PackManager.runBodyPacks(PackManager.java:463)
>     at soot.PackManager.runBodyPacks(PackManager.java:380)
>     at soot.PackManager.runPacks(PackManager.java:357)
>     at soot.Main.run(Main.java:198)
>     at soot.Main.main(Main.java:141)
>     at MyMain.main(MyMain.java:74)
>     ... 5 more
> 
> Please help me to resolve it.
> 
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list