Can I set the Linux coredump file format for current current process only? -


some file introduce use sysctl, changed format globally , need admin permission do, there api or way change dump format current process in code?

no. core format not specified in process table, , hence not possible change per-process. use pipe core handler filter cores , handle them desired. see core(5) man page details.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -