-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @leezu , Thanks for submitting the PR
CI supported jobs: [miscellaneous, clang, website, unix-gpu, windows-gpu, edge, unix-cpu, centos-gpu, windows-cpu, sanity, centos-cpu] Note: |
@mxnet-bot run ci [unix-cpu, centos-cpu] |
Jenkins CI successfully triggered : [unix-cpu, centos-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu, centos-cpu] |
Jenkins CI successfully triggered : [centos-cpu, unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu, centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu] |
Fix MXNet trapping the segfault signal and preventing coredumps being generated.
Edit: Comparison of user experience during segfault with and without this PR:
ipython crashed and user is back to shell. With this PR
After this PR, if the user set
ulimit -c unlimited
prior to running the segfault inducing program, they will get a coredump for analysis in gdb.