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 -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -