Re: BUG #3318: PostgreSQL : server process (PID 3480) was terminated by signal 5 - Mailing list pgsql-bugs

From Magnus Hagander
Subject Re: BUG #3318: PostgreSQL : server process (PID 3480) was terminated by signal 5
Date
Msg-id 465C5A75.5070707@hagander.net
Whole thread Raw
In response to Re: BUG #3318: PostgreSQL : server process (PID 3480) was terminated by signal 5  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
Bruce Momjian wrote:
> What is signal 5 in XP?  I looked in the MinGW source used to build
> PostgreSQL 8.1.4 and there is no mention of a signal 5 there.  I see
> signal 5 mentioned here:

Access denied. Most often showed for accessing memory outside the mapped
space, so this similar to SIGSEGV.

//Magnus

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #3318: PostgreSQL : server process (PID 3480) was terminated by signal 5
Next
From: David Fetter
Date:
Subject: Re: BUG #3320: Error when using INSERT...RETURNING as a subquery