<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.3790.0" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>Hi
fab,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>while testing some
stress tests on my computer I have reached the following
assert:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>CL_ASSERT( cid ==
h_cm_rep.cid );</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>(near line
1514).</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>The problem was that
cid was 0xffffffff and not what expected (h_cm_rep.cid ).</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>I have made some
tests with the debugger and came to conclousion that there is a timeout
mechanism that changes this value to -1. I also believe that this happens in the
function __proc_conn_timeout().</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005>As a result, I
believe that the correct assert should be </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140571916-08122005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005>CL_ASSERT( cid == h_cm_rep.cid ||
cid==AL_INVALID_CID);</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005></SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005>What do you think?</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005></SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005>Thanks</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140571916-08122005><SPAN
class=140571916-08122005>Tzachi</SPAN></SPAN></FONT></DIV></BODY></HTML>