View Single Post
  #3  
Old 11-12-2003, 08:45 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

core coming from a new[] call , how many zones were you running? im wondering if you just ran out of memory or hit a bad block...

This is the line in question in our code..

TCPNetPacket_Struct* tnps = (TCPNetPacket_Struct*) new uchar[size];



Hmmm..
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote