|
|
|
Re: /tmp problem [message #3854 is a reply to message #3830] |
Thu, 22 June 2006 05:53 |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
Sorry, but you've posted not the whole strace. Look:
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e0a708) = 13568
Here parent process creates child process, but we don't have strace of this child process. To get necessary strace, please, give command
# strace -ff -o install.out installer.executables
-ff flag allows to strace child process to. After that you'll get files install.out.<PID> in current directory. Please, send them here.
Thanks!
|
|
|