NetTalk Central

Author Topic: Error returned in ErrorTrap  (Read 3162 times)

ramiro

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Error returned in ErrorTrap
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Error returned in ErrorTrap
« Reply #1 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