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

Occasional STATUS_ACCESS_VIOLATION in Windows tests #462

Open
tkf opened this issue Oct 24, 2021 · 1 comment
Open

Occasional STATUS_ACCESS_VIOLATION in Windows tests #462

tkf opened this issue Oct 24, 2021 · 1 comment

Comments

@tkf
Copy link
Member

tkf commented Oct 24, 2021

STATUS_ACCESS_VIOLATION (3221225477 = 0xC0000005) from test_import_without_setup in Windows:

Command '['D:\\a\\pyjulia\\pyjulia\\.tox\\py\\Scripts\\python.EXE', '-c', 'from julia import Base']' returned non-zero exit status 3221225477.

https://github.com/JuliaPy/pyjulia/runs/3988163688?check_suite_focus=true#step:8:297 (Test windows-latest x64 Python 3.7 Julia ~1.7.0-rc1) #457

Another one from test_utils.py::test_atexit

CompletedProcess(args=['D:\\a\\pyjulia\\pyjulia\\.tox\\py\\Scripts\\python.EXE'], returncode=3221225477, stdout='', st...6.3\\x64\\bin, ...)

https://github.com/JuliaPy/pyjulia/runs/3991167489?check_suite_focus=true#step:8:286 (Test windows-latest x64 Python 3.8 Julia 1) #461

@tkf
Copy link
Member Author

tkf commented Oct 25, 2021

test_compiled_modules_no Test windows-latest x64 Python 3.8 Julia 1 a3d12fd

proc = CompletedProcess(args=['D:\\a\\pyjulia\\pyjulia\\.tox\\py\\Scripts\\python.EXE'], returncode=3221225477, stdout='', st...nknown line)\nin expression starting at C:\\Users\\runneradmin\\.julia\\packages\\PyCall\\ScKXc\\src\\startup.jl:20\n")

https://github.com/JuliaPy/pyjulia/runs/3991321271?check_suite_focus=true#step:8:290

Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff9d1b453e3 -- RtlVirtualUnwind at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
in expression starting at C:\Users\runneradmin\.julia\packages\PyCall\ScKXc\src\startup.jl:20

https://github.com/JuliaPy/pyjulia/runs/3991321271?check_suite_focus=true#step:8:413

The code in question is somewhere here: https://github.com/JuliaPy/PyCall.jl/blob/3c66d9ea6d6c2166e11dece15b12335c24648e59/src/startup.jl#L21-L36

Related? JuliaLang/julia#38385

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

No branches or pull requests

1 participant