"otisg" <[EMAIL PROTECTED]> writes:
> What gets logged in syslog log file are things like this:

The messages you quoted are no help, because none of them directly
show the crashing backend.

What I'd recommend doing is gdb'ing the core dump file to get a stack
trace; that would give us some clue what's wrong.  And you could do
"p debug_query_string" to see what query made it crash.

If you do not find a core file in the database subdirectory
($PGDATA/base/yourdbnumber/core) then you are probably running the
postmaster with "ulimit -c 0" which disables core dumps.  Restart
it with environment "ulimit -c unlimited".

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to