Bhushan Verma wrote:
>> The core file is generated in the data directory. I believe the default
>> location on Fedora is /var/lib/pgsql/dat
> 
> Yes I also think the same.
> But there is no core file in /var/lib/pgsql/dat on my system.
> I am trying to find out why this is not generating core while log message
> "LOG:  server process (PID 14255) was terminated by signal 11: Segmentation
> fault" is wriiten in the log file.

Perhaps the ulimit is not in effect after all? Try starting postmaster
directly, without pg_ctl:

ulimit -c unlimited
postmaster -D /var/lib/pgsql/data

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to