PostgreSQL trap, and assertion failed - Mailing list pgsql-general

From Radosław Smogura
Subject PostgreSQL trap, and assertion failed
Date
Msg-id 201104140806.47013.rsmogura@softperience.eu
Whole thread Raw
Responses Re: PostgreSQL trap, and assertion failed
List pgsql-general
Hello,

I have small crash reporting code, which I use during mmap-ing database. After
last merge with master I got

TRAP: FailedAssertion("!(slot > 0 && slot <= PMSignalState->num_child_flags)",
File: "pmsignal.c", Line: 227)
LOG:  server process (PID 5128) was terminated by signal 6: Aborted
LOG:  terminating any other active server processes
TRAP: FailedAssertion("!(slot > 0 && slot <= PMSignalState->num_child_flags)",
File: "pmsignal.c", Line: 189)

I've installed crash reports on sigbus and sigseg signals. May I ask what may
be wrong, and how to prevent this?

Regards,
Radek.


pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: updating rows which have a common value forconsecutive dates
Next
From: John R Pierce
Date:
Subject: Re: SSDs with Postgresql?