<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I looked at strace's output and saw the following:<br>
    <br>
    <span style="color: rgb(0, 0, 0); font-family: 'Courier New',
      Courier, monospace; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height: normal;
      orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; font-size: medium; display: inline
      !important; float: none; ">01:20:00.727079 recv(-1345034744, <font
        color="#006600">01:20:00.727768 write(24, "338", 3</font><font
        color="#000066">01:20:00.728785 SYS_224(0x3adfa8, 0x40025730,
        0xa, 0x45006f40)</font> = 0xccd000<br>
      01:20:00.729827 recv(-1345034744, 0x81, 1, MSG_OOB) = 1<br>
      "", 2, 0) = 0</span><br>
    <br>
    The traced program have multiple threads. Looks like strace is not
    able to handle concurrent output to the log file.<br>
    <br>
    For example, the first line is interrupted by another.<br>
    <br>
    I am using version 4.5.12 (in Android) by the way, has this issue
    been fixed?<br>
    <br>
    Thanks,<br>
    Lucas<br>
  </body>
</html>