Re: VACUUM ANALYZE
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Ben-Nes Michael" <miki@canaan.co.il>
Cc: "Stephan Szabo" <sszabo@megazone23.bigpanda.com>, pgsql-general@postgresql.org
Date: 2001-07-19T17:13:02Z
Lists: pgsql-general
"Ben-Nes Michael" <miki@canaan.co.il> writes: > Core was generated by `postgres: admin canada-centre.co.il_album [local] > VACUUM '. > Program terminated with signal 11, Segmentation fault. > #0 0x4014d8e0 in ?? () That doesn't look real promising, but try issuing a "bt" (backtrace) command to gdb, and see if you get any routine names rather than just addresses ... regards, tom lane