On September 6, 2007 08:34:29 am shirish wrote:
> . Now my problem is I tried doing an exit, and instead of exiting it
> went out giving garbage. It was as if perhaps strace didn't end or
> something.
I have not seen that happen often with strace, but sometime a debugging tool
such as strace or
If you mean that a lot of garbage was printed into the terminal, try
typing blindly 'reset' (yeah, 'reset'; it will only reset the current
terminal, not reboot your computer..), and the terminal should return
to normal.
Normally on program exit strace will exit too though, so the call
trace should
Hi all,
Yesterday the first time I did an strace on a program. The
program concerned is/was bulletproof -x which is maintained by Michael
Vogt. For doing so I did :-
sudo -s
then I followed the instructions as given in
https://wiki.ubuntu.com/Strace and it crashed after sometime as given