View Single Post

   
  #5 (permalink)  
Old 04-12-2008, 06:04 AM
Philip Yarra
 
Posts: n/a
Default Re: psql: core dumped

Mario wrote:
> Even if you get a core dumped every time you press CTRL+\ ? why?


Try ulimit -c 0, then run it (you should get no core dump)
Then ulimit -c 500000, then run it (you should get a core dump)

SIGQUIT is supposed to dump core. Ulimit settings can suppress
generation of core files. The difference between your machine and your
friend's is likely just the ulimit settings.

Regards, Philip.

--
Philip Yarra
Senior Software Engineer, Utiba Pty Ltd
philip@utiba.com

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote