NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: ramiro on July 22, 2015, 02:36:56 PM

Title: Error returned in ErrorTrap
Post by: ramiro on July 22, 2015, 02:36:56 PM
Hi Bruce,
an app. with netsimple(server) using wholepacket produces the error:
"Could not allocate memory for BigPacketQueue"
The app. It is new, HOWEVER been working for a month without problems receiving and sending packages, many packages, just over 250,000
To solve the problem, where I can start?

thank you
Ramiro
Title: Re: Error returned in ErrorTrap
Post by: Bruce on July 28, 2015, 04:58:45 AM
I guess the obvious possibility is that your app was leaking memory and finally Windows refused to give it more.

That said, there's also a possibility it received an empty packet as the first packet, and that might spuriously give the same sort of error. So I've removed that possibility in build 8.57.

If you get the error again please check the Ram usage for the exe before terminating the program.

cheers
Bruce