-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
🐛 Bug
Observed that cpu (ubuntu-18.04, 3.9, oldest, stable) quite often fails with segmentation fault after the actual tests had passed as the following:
=== 2218 passed, 532 skipped, 7 xfailed, 1470 warnings in 634.06s (0:10:34) ====
/home/runner/work/_temp/50029d2b-e6ee-470c-bd34-b5acf8834c42.sh: line 2: 3747 Segmentation fault (core dumped) coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50 --junitxml=junit/test-results-Linux-py3.9-oldest-stable.xml
To Reproduce
- https://github.com/PyTorchLightning/pytorch-lightning/runs/4587925567?check_suite_focus=true#step:16:2825
- https://github.com/PyTorchLightning/pytorch-lightning/runs/4587519066?check_suite_focus=true#step:16:2825
- https://github.com/PyTorchLightning/pytorch-lightning/runs/4587417079?check_suite_focus=true#step:16:2825
- https://github.com/PyTorchLightning/pytorch-lightning/runs/4559402636?check_suite_focus=true#step:16:2821
Expected behavior
No segmentation fault 🍏
Environment
- PyTorch Lightning Version (e.g., 1.5.0):
- PyTorch Version (e.g., 1.10):
- Python version (e.g., 3.9):
- OS (e.g., Linux):
- CUDA/cuDNN version:
- GPU models and configuration:
- How you installed PyTorch (
conda,pip, source): - If compiling from source, the output of
torch.__config__.show(): - Any other relevant information:
Additional context
awaelchli and daniellepintz