[Soot-list] JBCO seems to hang

Răzvan Surdulescu surdules at gmail.com
Fri Apr 30 22:02:48 EDT 2010


Hi,

I am trying to run JBCO over a very small toy application consisting
of 3 classes (around 300 lines of code).

I am running JBCO like this (on a Mac):

$ java -cp soot-2.4.0.jar soot.jbco.Main -cp
soot-2.4.0.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:./bin/
-process-dir bin/ -d bin3/ -t:wjtp.jbco_cr

The command outputs the text below, after which is basically hangs --
I waited almost 10 minutes for it to complete, and it just sits there
pegging the CPU at 100%.

Is this normal? This is a modern MacBook Pro with a fast dual-core CPU.

Thanks!

JBCO output follows:

Whole Program Jimple Transformations:
        wjtp.mhp  default
        wjtp.tn  default
        wjtp.jbco_cr  JBCO
Jimple Method Body Transformations:
Baf Method Body Transformations:
        bb.lso  default
        bb.pho  default
        bb.ule  default
        bb.lp  default

Soot started on Fri Apr 30 19:01:32 PDT 2010
No main class given. Inferred 'razvans.Main' as main class.
[Call Graph] For information on where the call graph may be
incomplete, use the verbose option to the cg phase.


More information about the Soot-list mailing list