Open jrdeng opened 1 year ago
after setting ulimit -c unlimited, if you still don't get the core file in the workding dir. try to run this:
ulimit -c unlimited
core
cat /proc/sys/kernel/core_pattern
to get the path of the core dump files.
test env: Ubuntu 20.04 (WSL), you may get:
/mnt/wslg/dumps/core.%e
after setting
ulimit -c unlimited
, if you still don't get thecore
file in the workding dir. try to run this:to get the path of the core dump files.
test env: Ubuntu 20.04 (WSL), you may get: