<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt">Looking more at msclock() in the NO_GETTOD section.  Even though NO_GETTOD is normally not defined, if it is defined:<br><br>struct timeb.millitm is defined as an unsigned short int (16 bits).<br><br>I'm pretty sure it's not a good idea to multiply it by 1000 and then add 100000 :-)<br><br>FiSH<br><br><br>#ifdef NO_GETTOD<br>    static struct timeb t;<br><br>    ftime(&t);<br>    t.millitm *= 1000;<br>    if (t.millitm < Starttime.tv_usec)<br>    {<br>    t.millitm += 1000000;<br>    t.time--;<br>    }<br>    return (t.time - Starttime.tv_sec) * 1000 +<br>    (t.millitm - Starttime.tv_usec) / 1000;<br>#else<div><br></div><div style="font-family:
 arial,helvetica,sans-serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> fish810 <fish810@yahoo.com><br><b><span style="font-weight: bold;">To:</span></b> Maiko Langelaar (ve4klm) <maiko@pcs.mb.ca><br><b><span style="font-weight: bold;">Cc:</span></b> TAPR xNOS Mailing List <nos-bbs@tapr.org><br><b><span style="font-weight: bold;">Sent:</span></b> Sun, August 1, 2010 5:20:21 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [nos-bbs] Potential Timer Issue in JNOS<br></font><br><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><div>Hi Maiko,</div>
<div>I just happened to notice that msclock(), defined in unix.c returns an 'int32'.  msclock() computes the number of milliseconds since JNOS was started, right?    When that value rolls over, after ~24 days- could that cause what we are seeing??</div>
<div> </div>
<div>Sure hope it turns out to be that simple :-)</div>
<div> </div>
<div>Regards,</div>
<div>FiSH</div>
<div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><br>
<div style="font-family: lucida console,sans-serif; font-size: 10pt;"><font face="Tahoma" size="2">
<hr size="1">
<b><span style="font-weight: bold;">From:</span></b> Maiko Langelaar <maiko@pcs.mb.ca><br><b><span style="font-weight: bold;">To:</span></b> TAPR xNOS Mailing List <nos-bbs@tapr.org><br><b><span style="font-weight: bold;">Sent:</span></b> Sat, July 31, 2010 4:23:15 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [nos-bbs] Potential Timer Issue in JNOS<br></font><br>Evening to all,<br><br>I'm working on it. I want it fixed too ...<br><br>Unfortunately it's not just a matter of setting the linux<br>clock ahead by 24 days and voila - problem surfaces. It's<br>a bit more complicated than that.<br><br>Maiko<br><br><br>_______________________________________________<br>nos-bbs mailing list<br><a rel="nofollow" ymailto="mailto:nos-bbs@tapr.org" target="_blank" href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</a><br><a rel="nofollow" target="_blank"
 href="https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs">https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs</a><br></div></div></div><br>

      </div></div>
</div><br>

      </body></html>