[Soot-list] Call graph

Chris Pickett chris.pickett at mail.mcgill.ca
Sun Feb 10 14:55:32 EST 2008


I have no idea.  You might be able to narrow it down by simplifying the 
options you pass to Soot.  I would start by taking away the 
implicit-entry:false.  Let us know if you get anywhere.

Chris

Khilan Gudka wrote:
> Dear Eric and Chris,
>  
> Sorry, here is the code I was using:
>  
> public class Simple {
>     public synchronized void test() {
>         System.out.println("Hello world!");
>     }
>    
>     public static void main(String[] args) {
>         Simple s = new Simple();
>         s.test();
>     }
> }
> 
> This is the only class I am specifying on the command line.
> 
> Thanks,
> Khilan
> 
>  
> On 10/02/2008, *Chris Pickett* <chris.pickett at mail.mcgill.ca 
> <mailto:chris.pickett at mail.mcgill.ca>> wrote:
> 
>     Hi Khilan
> 
>     It might help if you attached a test case.
> 
>     Cheers,
>     Chris
> 
>     Khilan Gudka wrote:
>      > Dear All,
>      >
>      > I have a simple method which calls System.out.println(), however
>      > Scene.v().getCallGraph() (generated using paddle) doesn't have an
>     edge
>      > from my method to the println() method. Why is this?
>      >
>      > My command line is:
>      > -p cg implicit-entry:false -p cg.paddle
>      > conf:ofcg,context:kcfa,k:2,backend:buddy -f J -w
>      >
>      > Thanks in advance,
>      >
>      > Khilan
>      >
>      >
>      >
>     ------------------------------------------------------------------------
>      >
>      > _______________________________________________
>      > Soot-list mailing list
>      > Soot-list at sable.mcgill.ca <mailto:Soot-list at sable.mcgill.ca>
>      > http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 
> 


More information about the Soot-list mailing list