[Soot-list] Option parse error when running two analyses one-after-another

Steven Arzt Steven.Arzt at cased.de
Thu Jul 24 10:54:25 EDT 2014


Hi Manas,

 

Try a soot.G.v().reset between the two invocations.

 

Best regards,

  Steven

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA]
Im Auftrag von Manas Thakur
Gesendet: Donnerstag, 24. Juli 2014 16:47
An: soot-list at CS.McGill.CA
Betreff: [Soot-list] Option parse error when running two analyses
one-after-another

 

I am trying to run a bodytransform, followed by a scenetransform by calling
soot.Main.main() two times, from the same function, on the same arguments.
The first one finishes, and then I get the following error at the line at
the calling statement of the second main():

Duplicate values Temp and Temp for option -main-class
Exception in thread "main" soot.CompilationDeathException: Option parse
error
    at soot.Main.processCmdLine(Main.java:85)
    at soot.Main.run(Main.java:161)
    at soot.Main.main(Main.java:141)
    at MyTransform.main(MyTransform.java:94)

Please help.

Regards,
Manas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140724/f39b0704/attachment.html 


More information about the Soot-list mailing list