简体   繁体   中英

How to provide Coredump support in ARM Linux Kernel

We have appilication running on top of ARM processor and layer of Linux arm in between ,We have requirement to provide Coredump support when a process at application crahes,We have idea like to provide ulimit unlimited option somewhere but not sure where in kernel

We have Yocto as our build environment .

Would like to know how and where we can provide this Coredump support .

Start with reading core manual page , you are probably just looking for /proc/sys/kernel/core_pattern .

If your shell does not have ulimit support , you may need to call setrlimit(RLIMIT_CORE) .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM