Re: PostgreSQL crash on Freebsd 7 - Mailing list pgsql-bugs

From Michael
Subject Re: PostgreSQL crash on Freebsd 7
Date
Msg-id 1983190064.20071101232354@gameservice.ru
Whole thread Raw
In response to Re: PostgreSQL crash on Freebsd 7  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL crash on Freebsd 7  ("Larry Rosenman" <ler@lerctr.org>)
Re: PostgreSQL crash on Freebsd 7  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
TL> How repeatable is this --- does it happen on every connection attempt,
TL> or only sometimes?  Can you start and stop the postmaster without
TL> any problems being logged?
Only sometimes, 1-4 times per day under high load. Postmaster starts
and stops without problems.

Backtraces are a bit different from time to time, here is last:

(gdb) bt
#0  0x485d8277 in kill () from /lib/libc.so.7
#1  0x485d81d6 in raise () from /lib/libc.so.7
#2  0x485d6dda in abort () from /lib/libc.so.7
#3  0x0824694e in errfinish ()
#4  0x08247a43 in elog_finish ()
#5  0x081c565e in s_lock ()
#6  0x081c522e in LWLockAcquire ()
#7  0x081c15ff in LockRelease ()
#8  0x081c03d3 in UnlockRelationId ()
#9  0x08096824 in index_close ()
#10 0x08095afe in systable_endscan ()
#11 0x08131a88 in RelationBuildTriggers ()
#12 0x08241bc8 in RelationCacheInitializePhase2 ()
#13 0x08251afd in InitPostgres ()
#14 0x081cc789 in PostgresMain ()
#15 0x081a5270 in ClosePostmasterPorts ()
#16 0x081a6741 in PostmasterMain ()
#17 0x081650f2 in main ()


Michael

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL crash on Freebsd 7
Next
From: "Larry Rosenman"
Date:
Subject: Re: PostgreSQL crash on Freebsd 7