in reply to Re: print() function hang for long time
in thread print() function hang for long time

Hi, QM, Thank you for the comments on this issue. From the log that line you mentioned already is finished successfully.

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.
  • Comment on Re^2: print() function hang for long time