I'm currently running postgres v.8.2.5 -- the version that was distributed with the second beta of PT3 -- and when my sessions reach about 1000 hands, postgres crashes and it sends my system into a spiral of instability. of course, this leaves me to muck pocket aces and sets and stuff because i run good except when my computer is crashing i have attached the error logs here, and i'm hoping someone can help me interpret what, exactly, is going on. do i need to reinstall windows? am i just screwed here?
fwiw, my system is 1hr stable on OCCT's mem test and cpu stability test. It's not overclocked, and memory usage was not at 100% when it crashed.
one error log says the following:
[quoteppr]2008-03-02 12:27:24 STATEMENT: COPY holdem_hand_summary FROM STDIN;
2008-03-02 12:27:30 WARNING: there is no transaction in progress
2008-03-02 12:33:46 LOG: server process (PID 3112) exited with exit code -1073741502
2008-03-02 12:33:46 LOG: terminating any other active server processes
2008-03-02 12:33:46 WARNING: terminating connection because of crash of another server process
2008-03-02 12:33:46 DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2008-03-02 12:33:46 HINT: In a moment you should be able to reconnect to the database and repeat your command.
2008-03-02 12:33:46 WARNING: terminating connection because of crash of another server process
2008-03-02 12:33:46 DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2008-03-02 12:33:46 HINT: In a moment you should be able to reconnect to the database and repeat your command.
2008-03-02 12:33:46 WARNING: terminating connection because of crash of another server process
2008-03-02 12:33:46 DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2008-03-02 12:33:46 HINT: In a moment you should be able to reconnect to the database and repeat your command.
2008-03-02 12:33:46 WARNING: terminating connection because of crash of another server process
2008-03-02 12:33:46 DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2008-03-02 12:33:46 HINT: In a moment you should be able to reconnect to the database and repeat your command.
2008-03-02 12:33:46 WARNING: terminating connection because of crash of another server process
2008-03-02 12:33:46 DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2008-03-02 12:33:46 HINT: In a moment you should be able to reconnect to the database and repeat your command.
2008-03-02 12:33:46 LOG: all server processes terminated; reinitializing
2008-03-02 12:33:46 LOG: unrecognized win32 error code: 1455
2008-03-02 12:33:46 FATAL: shmat(id=1908) failed: Invalid argument
2008-03-02 12:33:47 LOG: logger shutting down[/quoteppr]
Another said this:
[quoteppr]2008-03-02 15:00:51 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:00:51 LOG: could not fork new process for connection: A blocking operation was interrupted by a call to WSACancelBlockingCall.
2008-03-02 15:00:51 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:00:51 LOG: could not fork new process for connection: A blocking operation was interrupted by a call to WSACancelBlockingCall.
2008-03-02 15:00:52 LOG: could not open temporary statistics file "global/pgstat.tmp": Invalid argument
2008-03-02 15:00:58 LOG: could not open temporary statistics file "global/pgstat.tmp": Invalid argument
2008-03-02 15:01:00 LOG: could not open temporary statistics file "global/pgstat.tmp": Invalid argument
2008-03-02 15:01:05 LOG: could not open temporary statistics file "global/pgstat.tmp": Invalid argument
2008-03-02 15:01:51 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:01:51 LOG: could not fork autovacuum process: A blocking operation was interrupted by a call to WSACancelBlockingCall.
2008-03-02 15:02:44 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:02:44 LOG: could not fork new process for connection: A blocking operation was interrupted by a call to WSACancelBlockingCall.
2008-03-02 15:02:44 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:02:44 LOG: could not fork new process for connection: A blocking operation was interrupted by a call to WSACancelBlockingCall.
2008-03-02 15:03:44 LOG: CreateProcess call failed: A blocking operation was interrupted by a call to WSACancelBlockingCall.
(error code 1450)
2008-03-02 15:03:44 LOG: could not fork autovacuum process: A blocking operation was interrupted by a call to WSACancelBlockingCall.[/quoteppr]
Thanks in advance!