causing crash - Search results in mailing lists
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-07-15 21:00:51 | postgres server crash (Prabin Gade)
causing server crash for 1 connection. * Then I tried to increase the no. of connections
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-03-26 22:18:04 | Re: writing backend extensions using Visual (Greg Landrum)
causing the crash (from accessing bad memory) inside: if(!PG_ARGISNULL(0)) { } and I'm sure
Mailing lists >> pgsql-hackers-win32 >> Thread
2005-01-24 22:34:05 | Re: long sql "in" clause crashes server process (8.0 Release) (Tom Lane)
"Harald Massa"
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-11-03 23:36:23 | Re: Signals inheritance work - major problems (Magnus Hagander)
causes teh crash. Hmm. I thought I looked at that and for some reason thought
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-08-13 02:14:03 | Re: [PATCHES] Win32 Event log (Dave Page)
cause a crash. In addition, the installer uses CreateProcessWithLogonW() to run initdb at the service
Mailing lists >> pgsql-hackers-win32 >> Thread >> Search in thread (4)
2004-07-04 16:27:29 | Re: initdb crash (nitrogenycs@web.de)
cause u have to reboot into safe mode, but i got it). Unfortunately initdb still crashes
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-05-28 14:18:57 | Re: Re : Win32 binaries test / pg_dump problem (Cyril VELTER)
cause of the second problem (backend crash on copy to) though. do you known where
Mailing lists >> pgsql-hackers-win32 >> Thread >> Search in thread (2)
2004-05-27 15:24:27 | Re: Win32 GiST bug - more info (Mark Cave-Ayland)
causing the crash. Our Linux development box runs an older CVS snapshot and so we didn
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-04-16 16:57:09 | Re: crash on bad database connect (Bruce Momjian)
Merlin Moncure wrote: Sorry, this was caused by my fix to make SIGTERM safe. I
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-04-09 09:56:14 | Integrated Backup Service? (Richard Sydney-Smith)
crash and the clog files were damaged and I was not able to restore. In an effort to make the application environment as robust as possible I created two procedures: one to backup
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-03-08 02:28:29 | Re: APC + socket restrictions under Win32? (Claudio Natoli)
cause the select (which we were waiting in on unrelated sockets in ServerLoop) to return, without error, and with the socket masks FD_SET (which then gets us into a premature accept call, and then