At 02:45 PM 1/1/2006 +0200, you wrote:
Hi, What is the reason for the following error?
1/1 12:07:03 ERROR "new Packet failed. out of memory" at line 625 in file ..\src\condor_io\SafeMsg.C
Looking at the code, it really looks like an out of memory condition. For the programming-minded among those reading this, a C++ invocation of "new" returned NULL. It only needed to allocate a small amount of memory, so it's odd that it failed.
Are you in fact anywhere near to exhausting the memory of your machine? I doubt it, but it's not impossible either.
-alain