Carlos E. R. wrote:
On 2017-08-20 18:50, Per Jessen wrote:
office36:~ # coredumpctl TIME PID UID GID SIG PRESENT EXE Sun 2017-08-20 18:41:36 CEST 9394 1000 100 11 * /home/per/dump Sun 2017-08-20 18:44:41 CEST 9420 1000 100 11 * /home/per/dump
For one thing, 'ulimit' indeed seems to be ignored, for another why can't I see my own coredumps?
The second one I know: they are stored under a root owned directory, /var/lib/systemd/coredump.
Hmm, that rings a bell, but it sounds silly - a developer cannot access his own core dumps??
That code of yours, could you post it? So as not to wait days for another fault and see if my modification works ;-)
Sure - int main( int argc, char **argv ) { int *p; p=0; *p=99; } -- Per Jessen, Zürich (17.8°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org