Hi guys,<br><br>When I was testing the system simulator(Disksim) using a big trace file, it runs a long time. However, it shows up the error "./src/syssim: internal error: last event not completed." after 30 minutes (depending on the trace file). Does anybody get into the same trouble before? <br>

<br>If you encountered the same error like mine, could you tell me the possible reasons in details about it one by one? That would be very helpful for me.<br><br>It is not easy to find out the issue. I think the Disksim is not perfect and it has some hidden problems itself. So just write down your experience for me.<br>

<br>I am so appreciated for your help!!! Thanks.<br><br>The below function located in the file syssim_driver.c<br><br>int main(int argc, char *argv[])<br>{<br>...........<br><br>    if (!completed) {<br>      fprintf(stderr,<br>

          "%s: internal error. Last event not completed %d\n",<br>          argv[0], i);<br>      exit(1);<br>    }<br>...............<br>}<br><br><br>Leon<br>