It seems that sometimes, full path confuses strace.
For example in my system:

~> strace /bin/ls
strace.exe: error creating process /bin/ls , (error 3)

~> strace ls
[Works, lots of output]


> -----Original Message-----
> From: Max Bowsher [mailto:[EMAIL PROTECTED]]
> Sent: Mon, November 25, 2002 1:15 AM
> To: Hotmail Saturn; [EMAIL PROTECTED]
> Subject: Re: Help with LTrace
> 
> 
> Hotmail Saturn <[EMAIL PROTECTED]> wrote:
> 
> > Thanks, Max.
> >
> > I Know strace, but it fails with:
> >
> >     strace.exe: error creating process XXXX, (error 193)
> >
> > I think it fails because the execution permissions. I try to change
> > its permissions with:
> >
> >     chmod +rw XXXX
> >
> > but the result is still the same, and its permissions are:
> >
> >     -rwxr-xr-x
> >
> > Is there any way to change the execution permission that let me
> > execute correctly my programm XXXX?
> > My programm XXXX doesn't execute because "Permission denied" error.
> 
> Hmm. Try setting the perms via the Windows GUI, just to see 
> if that makes
> any difference.
> Does it run without strace?
> 
> > Another question: Do you know if exist an utility that let me trace
> > the libraries (like LTrace) that runs with CygWIN?
> 
> No, sorry.
> 
> --
> Max.
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to