causing crash - Search results in mailing lists
Mailing lists >> pgsql-ports >> Thread >> Search in thread (3)
2007-01-31 09:52:58 | Multiple Crashs on OSX Intel (Marc Simonin)
crashes from some postgres or postmaster launched process. Postgres log is a bit helpless cause
Mailing lists >> pgsql-ports >> Thread
2006-03-20 10:06:25 | Postgres crashes on Win2K (chelsea boot)
crash of another server process has caused a rollback but it does not identify which
Mailing lists >> pgsql-ports >> Thread
2005-07-18 10:51:17 | building pg 8.0.1 with gcc-4.0.1: MemSet problems on SPARC? (Andrew Morrow)
crashes at both, depending on optimization flags). Because of the way the MemSet macro is defined, the compile time non-zero val argument should cause
Mailing lists >> pgsql-ports >> Thread
2003-04-23 13:25:51 | Contact us! (naa_hid@yahoo.com)
special so that it does not cause the OS to crash nor does it crash itself
Mailing lists >> pgsql-ports >> Thread
2003-03-16 16:38:00 | Re: Running on Tru64 (Tom Lane)
crash --- but without knowledge of the cause of the crash, it's hard to guess
Mailing lists >> pgsql-ports >> Thread
2001-11-20 01:22:12 | Re: Darwin/MacOSX 10.1.1 newbie (Tom Lane)
causes Postgres to crash during CREATE DATABASE :-( There is a kluge solution for this in current
Mailing lists >> pgsql-ports >> Thread
2000-12-20 23:27:37 | Re: [HACKERS] PostgreSQL pre-7.1 Linux/Alpha Status... (Ryan Kirkpatrick)
crash. There is heavy dependency between the tests, so it is not trival to come up with a simple test case. Though I can say simple inheritance (i.e. the inheritance example in the docs) works
Mailing lists >> pgsql-ports >> Thread
2000-12-20 23:18:43 | Re: [HACKERS] PostgreSQL pre-7.1 Linux/Alpha Status... (fwd) (Ryan Kirkpatrick)
crash. There is heavy dependency between the tests, so it is not trival to come up with a simple test case. Though I can say simple inheritance (i.e. the inheritance example in the docs) works
Mailing lists >> pgsql-ports >> Thread
2000-09-22 13:07:26 | Re: Problem Building Cygwin PostgreSQL (Jason Tishler)
caused by the following in src/bin/psql/help.c: void usage(void) { ... #ifndef WIN32 if (pw) free(pw); #endif } Changing the above #ifndef to: #if !defined(WIN32) && !defined(__CYGWIN__) fixed this niggling crash
Mailing lists >> pgsql-ports >> Thread
1999-12-15 12:19:38 | QNX4 port (Kardos, Dr. Andreas)
crashes depend on the code of the object files. It is not known when this happens. This problem comes and goes. In 6.5.2 ipc.o also caused
Mailing lists >> pgsql-ports >> Thread
1999-12-10 08:03:01 | Re: [PORTS] PostgreSQL 6.5.2 ported to QNX 4 (Kardos, Dr. Andreas)
crashes Good idea. Yes, it is. Please refer to http://www.qnx.com With these semicolons "gmake install" always aborts with an error. This is caused
Mailing lists >> pgsql-ports >> Thread
1999-08-01 02:36:13 | Re: Bug#41277: postgresql 6.5.1-3 + sparc (sun4u) == nasty nasty crashes (Oliver Elphick)
causing extremely hard crashes on my Sun4u >(Ultra5) Debian SPARC system. Anyone should be able
Mailing lists >> pgsql-ports >> Thread
1999-07-16 09:26:00 | Port Bug Report: postmaster consumes all the memory available on the system (Unprivileged user)
crashes. Upgrading the Linux kernel from 2.2.1 to 2.2.10 didn't help. Adding 130 MB of swap didn't help. -------------------------------------------------------------------------- Test Case: ---------- I couldn't find which request, if any, caused
Mailing lists >> pgsql-ports >> Thread
1999-03-01 02:16:48 | FPE on Alpha in Select with PKEY (a.joubert@albourne.com (Adriaan Joubert))
causes a floating point exception. Creating two tables A and B as follows: CREATE TABLE A ( PRIMARY KEY (a), a int4 NOT NULL, b int4 NOT NULL ); INSERT INTO A values (73,2); INSERT INTO
Mailing lists >> pgsql-ports >> Thread
1999-03-01 01:35:48 | FPE on Alpha in Select with PKEY (Adriaan Joubert)
causes a floating point exception. Creating two tables A and B as follows: CREATE TABLE A ( PRIMARY KEY (a), a int4 NOT NULL, b int4 NOT NULL ); INSERT INTO A values (73,2); INSERT INTO