Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Enable faulthandler to show details when 0xC0000005 error occurs #7771

Merged
merged 3 commits into from Mar 31, 2022

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Mar 30, 2022

From https://xgboost-ci.net/blue/organizations/jenkins/xgboost-win64/detail/release_1.6.0/2/pipeline:

=========================== short test summary info ===========================
SKIPPED [1] tests\python\test_tracker.py:9: Skipping dask tests on Windows
SKIPPED [1] tests\python\test_with_dask.py:28: Skipping dask tests on Windows
SKIPPED [1] tests\python\test_demos.py:160: Test requires sh execution.
SKIPPED [1] tests\python\test_dt.py:21: Datatable is not installed. or Pandas is not installed.
SKIPPED [1] tests\python\test_with_shap.py:16: Requires shap package
========== 277 passed, 5 skipped, 144 warnings in 411.14s (0:06:51) ===========

script returned exit code -1073741819

To show more details, enable the faulthandler in Python (see pytest-dev/pytest#7634).

@hcho3 hcho3 changed the title Enable faulthandler to show details when 0xC0000005 error occurs [CI] Enable faulthandler to show details when 0xC0000005 error occurs Mar 30, 2022
@hcho3
Copy link
Collaborator Author

hcho3 commented Mar 30, 2022

@trivialfis Here is the traceback for exit code -1073741819:

 Thread 0x000016e8 (most recent call first):
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\subprocess.py", line 1361 in _wait
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\subprocess.py", line 1083 in wait
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\site-packages\ray\node.py", line 1039 in _kill_process_impl
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\site-packages\ray\node.py", line 983 in _kill_process_type
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\site-packages\ray\node.py", line 1165 in kill_all_processes
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\site-packages\ray\worker.py", line 1031 in shutdown
   File "C:\tools\miniconda3\envs\win64_368556972f29458898d86d03f5f0fbdc\lib\site-packages\ray\_private\client_mode_hook.py", line 105 in wrapper

script returned exit code -1073741819

https://xgboost-ci.net/blue/organizations/jenkins/xgboost-win64/detail/PR-7771/2/pipeline/

@hcho3
Copy link
Collaborator Author

hcho3 commented Mar 30, 2022

The error is probably coming from Modin. Maybe we should remove it from the Windows pipeline?

@hcho3 hcho3 requested a review from trivialfis March 30, 2022 23:37
@trivialfis
Copy link
Member

The error is probably coming from Modin. Maybe we should remove it from the Windows pipeline?

Thank you for investigating this. Sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants