Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: size of core dumps
- X-seq: zsh-users 10629
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: size of core dumps
- Date: Sun, 20 Aug 2006 09:21:34 -0700
- In-reply-to: <ec9a1i$74q$1@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <ec9a1i$74q$1@xxxxxxxxxxxxx>
On Aug 20, 11:29am, pol wrote:
}
} I using the following zsh system wide configuration (/etc/zsh/zshrc):
Usually it's just /etc/zshrc. Has your zsh been compiled in such a way
as to move it elsewhere?
} limit core 0
}
} Yet some (kde) applications often crash dumping a large core file.
Most likely the kde apps are being started by the window manager,
which is run by the login display manager before any interactive
shells are run. Try moving the limit command to /etc/zsh/zshenv
(or /etc/zshenv). If that doesn't work, maybe the display manager
isn't using zsh to launch the window manager, and you need to put
the limit commands in /etc/profile or some such.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author