Re: [HACKERS] Assert Failure with current CVS

2000-11-21 Thread Philip Warner
FWIW, I can freely reproduce this from a database dump and a short script which defines indexes and does a vacuum. They total about 600k, if anyone wants me to send them... At 22:38 20/11/00 -0500, Tom Lane wrote: >Philip Warner <[EMAIL PROTECTED]> writes: >> TRAP: Failed Assertion("!(((fil

Re: [HACKERS] Assert Failure with current CVS

2000-11-20 Thread Philip Warner
At 22:38 20/11/00 -0500, Tom Lane wrote: >Philip Warner <[EMAIL PROTECTED]> writes: >> TRAP: Failed Assertion("!(((file) > 0 && (file) < (int) SizeVfdCache && >> VfdCache[file].fileName != ((void *)0))):", File: "fd.c", Line: 967) >> !(((file) > 0 && (file) < (int) SizeVfdCache && VfdCache[file].f

Re: [HACKERS] Assert Failure with current CVS

2000-11-20 Thread Philip Warner
At 22:38 20/11/00 -0500, Tom Lane wrote: >Philip Warner <[EMAIL PROTECTED]> writes: >> TRAP: Failed Assertion("!(((file) > 0 && (file) < (int) SizeVfdCache && >> VfdCache[file].fileName != ((void *)0))):", File: "fd.c", Line: 967) >> !(((file) > 0 && (file) < (int) SizeVfdCache && VfdCache[file].f

Re: [HACKERS] Assert Failure with current CVS

2000-11-20 Thread Tom Lane
Philip Warner <[EMAIL PROTECTED]> writes: > TRAP: Failed Assertion("!(((file) > 0 && (file) < (int) SizeVfdCache && > VfdCache[file].fileName != ((void *)0))):", File: "fd.c", Line: 967) > !(((file) > 0 && (file) < (int) SizeVfdCache && VfdCache[file].fileName != > ((void *)0))) (0) > Server proce

[HACKERS] Assert Failure with current CVS

2000-11-20 Thread Philip Warner
Got the following errors when using very recent CVS build: On client (psql): 1: psql:./indexes_1.sql:12: pqReadData() -- backend closed the channel unexpectedly. 2: This probably means the backend terminated abnormally 3: before or while processing the request. 4: psql:./indexes_1.sql