linux trace problem

plice

New Member
hi,

i need to run strace to try to find some bugs, but i have a problem passing options to strace:

e.g strace -e trace=open ./app_name -o app_options

then strace will try to use -o app_options as to itself and won't start :/

thanks
 
Back
Top