in reply to Re: print() function hang for long time
in thread print() function hang for long time
4 2013/02/14 16:50:12 execution trace:
Because the time stamp in the above line is retrieved by code at line 3, and line 3 is executed after that line ( system("$cmd > /tmp/instappcmd.out 2>&1") ) you mentioned. So that line you mentioned must be already done successfully. It must hang on the line 12, which calls print function.
|
|---|