driazati opened a new issue, #11552:
URL: https://github.com/apache/tvm/issues/11552

   Right now segfaults usually crash pytest and don't get included in JUnits 
(see #10681) (however if running under `pytest-xdist` then only the worker 
crashes and it is processed like a normal test failure, but running xdist with 
`-n 1` everywhere adds some runtime overhead, though this might be worth 
investigating more). We should:
   1. Fix tlcpack/ci packer builds to correctly set `kernel.core_pattern` and 
`ulimit -c` to collect core dumps
   2. Look for these at the end of CI runs in `pytest_wrapper.py`
   3. If they are found, run them through `gdb` to get a stack trace and print 
it out in the CI logs
   4. Include a message about the segfault in the summary


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to