Re: VACUUM ANALYZE - with debug
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-08-06T14:20:06Z
Lists: pgsql-general
"Ben-Nes Michael" <miki@canaan.co.il> writes: > [root@www he_IL]# gdb --core ./base/18729/core Try mentioning the postgres executable too: gdb /path/to/postgres /path/to/core Until you can get us a backtrace that shows some names, not numbers, there's not a lot we can do. FWIW, I still think you need to update your glibc, per the thread at http://fts.postgresql.org/db/mw/msg.html?mid=1021209 regards, tom lane