This is a discussion on Re: Seg fault in postgres 7.4.7? within the Pgsql General forums, part of the PostgreSQL category; --> I looked in the data directory of postgres -- where else should I look for it? Akash On 7/6/05, ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I looked in the data directory of postgres -- where else should I look for it? Akash On 7/6/05, Michael Fuhr <mike@fuhr.org> wrote: > On Wed, Jul 06, 2005 at 06:55:09PM -0700, Akash Garg wrote: > > This is Suse Enterprise 9.0 running on a quad Opteron Newisys machine. > > It has 32 gb of RAM. We didn't do anything to fancy with the setup > > of the OS or postgres. > > > > No core dump is available. > > Where did you look for a core dump? Do you have a resource limit > or other setting that prevents them? > > -- > Michael Fuhr > http://www.fuhr.org/~mfuhr/ > ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| On Mon, Jul 18, 2005 at 09:21:31AM -0700, Akash Garg wrote: > > I looked in the data directory of postgres -- where else should I look for it? Did you look everywhere beneath the data directory, or just in the data directory itself? Released versions of PostgreSQL typically dump core in $PGDATA/base/XXX, where XXX is the database OID. But on some systems you can configure where core dumps go and what name they have, so you might have to check your local settings. If you're sure you didn't get a core dump then you might have a resource limit like "coredumpsize" that prevents them from happening. If so, then it might be useful to adjust that limit so you can get core dumps. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| Thread Tools | |
| Display Modes | |
|
|