[Soot-list] Call graph

Khilan Gudka khilan.gudka at imperial.ac.uk
Tue Feb 19 11:14:46 EST 2008


Hi,

I removed the implicit-entry:false option when using Spark (haven't tried
with Paddle) and now the edge for the println() call appears.

Khilan

On 10/02/2008, Chris Pickett <chris.pickett at mail.mcgill.ca> wrote:
>
> 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
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20080219/231ab616/attachment.htm


More information about the Soot-list mailing list