latest snapshot crashes backend

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: latest snapshot crashes backend
Date: 1998-11-04 13:09:03
Message-ID: 199811041309.NAA08998@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The attached commands crash the backend, which exits with status 11. The
backend log (debug level 255) does not show anything that is meaningful to
me. It shows a query, which seems to relate to the final constraint, and
then terminates without further explanation:

...
query: select 1 from individual where NOT ( surname IS NULL AND forenames IS
NUL
L )
parser outputs:
{ QUERY
...
}
after rewriting:
{ QUERY
...
}
/usr/lib/postgresql/bin/postmaster: reaping dead processes...
/usr/lib/postgresql/bin/postmaster: CleanupProc: pid 8970 exited with status 11
...

I don't know where to start looking. I can trace the backend with the
debugger if you will tell me which routine to break at.

Attachment Content-Type Size
temp audio/basic 635 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message A James Lewis 1998-11-04 13:37:10 Re: [HACKERS] Warning!!
Previous Message D'Arcy J.M. Cain 1998-11-04 13:00:12 Re: [HACKERS] Re: Comparisons on NULLs (was Re: A small problem...)