On 2017-08-20 20:35, Per Jessen wrote:
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's right. I remember this because there was another thread where we commented this, some time ago.
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; }
Thanks - my C is rusty :-) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)