Re: Segmentation fault in 7.3
Frank van Vugt <ftm.van.vugt@foxi.nl>
From: Frank van Vugt <ftm.van.vugt@foxi.nl>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-general@postgresql.org
Date: 2002-12-04T09:01:23Z
Lists: pgsql-hackers, pgsql-general
I encountered a reproducable backend crash in the following situation: - while running a conversion tool written in TrollTech's Qt that uses libpq - apart from the tool, only one inactive psql-client is connected to the same database (for extra monitoring) - during the conversion session this tool creates a number of temporary tables The backend crashes when at the end of the conversion a 'vacuum full analyse' is started, more specifically it dies upon doing work on one of these temporary tables.... Obviously, no problem is encountered when vacuuming *after* the tool has finished. Is this known behaviour? Otherwise, I'd be glad to assist with a backtrace. Regards, Frank.