NOTICE: SIReadEntryData: cache state reset TRAP: Failed Assertion("!(RelationNameCache->hctl->nkeys == 10):", File: "relcache.c", Line: 1458)

From: Jason Venner <jason(at)idiom(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: NOTICE: SIReadEntryData: cache state reset TRAP: Failed Assertion("!(RelationNameCache->hctl->nkeys == 10):", File: "relcache.c", Line: 1458)
Date: 1999-09-16 00:06:21
Message-ID: 199909160006.RAA15000@idiom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


freebsd 2.2.7 (PII system)
gcc 2.95.1
postgres 6.5.1 no patches

I get these sporadically and I can't trace them to any particular thing other than heavy access.

query: select serverSequence from estoret order by serverSequence
ProcessQuery
NOTICE: SIReadEntryData: cache state reset
TRAP: Failed Assertion("!(RelationNameCache->hctl->nkeys == 10):", File: "relcache.c", Line: 1458)

!(RelationNameCache->hctl->nkeys == 10) (0)

#0 0x20214151 in ?? ()
#1 0x202139c3 in ?? ()
#2 0x109648 in ExcAbort ()
#3 0x1095a7 in ExcUnCaught ()
#4 0x1095fa in ExcRaise ()
#5 0x108e3a in ExceptionalCondition ()
#6 0x105f33 in RelationCacheInvalidate ()
#7 0x1040ef in ResetSystemCaches ()
#8 0xc96c1 in SIReadEntryData ()
#9 0xc8d4b in InvalidateSharedInvalid ()
#10 0x104372 in DiscardInvalid ()
#11 0x2f7b8 in AtStart_Cache ()
#12 0x2f78a in CommandCounterIncrement ()
#13 0xd3754 in pg_exec_query_dest ()
#14 0xd35a4 in pg_exec_query ()
#15 0xd5118 in PostgresMain ()
#16 0xb44a8 in DoBackend ()
#17 0xb3f63 in BackendStartup ()
#18 0xb3246 in ServerLoop ()
#19 0xb2a3f in PostmasterMain ()
#20 0x69aa7 in main ()

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-09-16 00:30:28 postgresql-6.5.2RC.tar.gz
Previous Message Ryan Kirkpatrick 1999-09-15 23:49:16 Re: [HACKERS] Re: HISTORY for 6.5.2