View Single Post
  #10  
Old 04-15-2005, 10:39 AM
fabius fabius is offline
Registered User
 
Join Date: Mar 2005
Posts: 14
Well, I'm trying it again, and I have the pause. But when I try your command I get this:

Code:
phil@PhilsPBG4:~$ sudo sample SVUClone 5
sample cannot find a process you have access to which has a name like 'SVUClone'
syntax:    sample <pid/partial name> <duration (secs)> { <msecs between samples> } <options> 
options:   {-mayDie} {-wait} {-subst <old> <new>}* 
        -file filename specifies where results should be written
        -mayDie        reads symbol information right away
        -wait          wait until the process named (usually by partial name)
                        exists, then start sampling
        -subst         can be used to replace a stripped executable by another
Note that the program must have been started using a full path, rather than a relative path, for analysis to work, or that the -subst option must be specified
Any ideas?
Reply With Quote