Dumping only stack trace in linux core dumps -


is there way create minidumps process crash [like in windows] in linux. usual core dumps large in size wish stack trace dumped. possible dump stack trace?

i'm guessing setting ulimit value maximum size wouldn't me since don't care size, don't need full memory dump.

also, read google breakpad breakpad make me have delve code set up. don't wish modify code.

you can set /proc/$pid/coredump_filter 0x10.

see http://man7.org/linux/man-pages/man5/core.5.html


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -