ASSERT failed at 1512 of tcp.cpp

Discussion to talk about software related topics only.
Post Reply
Mathieu
Posts: 6
Joined: Mon May 26, 2008 2:46 am

ASSERT failed at 1512 of tcp.cpp

Post by Mathieu »

Hi all,

I have a problem that happens sometimes and which is :
ASSERT failed at 1512 of tcp.cpp

The code is (accept function) :
1507> register PSOCKET ps = ( PSOCKET ) 0xDEADBEEF;

1509> pL->RxBuffer.ReadData( ( PBYTE ) & ps, sizeof( ps ) );

1512> ASSERT( ( ps >= sockets ) && ( ps < ( sockets + TCP_SOCKET_STRUCTS ) ) );

What is read at line 1509?

The last time the problem occured I had the network debug enabled and running (1 port?) and 2 browsers (on 2 PCs) on my index page (hard to know the number of connections opened by each browser at the time of the assert). But the problem can also happen when I just have 1 browser pointing at the netburner (mod5282).

Regards,
Post Reply