"Campbell, Lance" <[email protected]> wrote:
> From: Kevin Grittner [[email protected]]
 
>> Can you get a core file from psql?
 
> I don't know how to get a core dump.  What do I do?
 
If running this shows a limit (especially zero):
 
ulimit -c
 
then run this in your shell before running psql:
 
ulimit -c unlimited
 
Look for a core file in your current directory after the failure. 
If you get one, try running:
 
gdb --core=YOURCOREFILENAME
 
Once gdb is running, type:
 
bt
 
and post the results.
 
-Kevin

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to