-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
I got Process finished with exit code -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN when import trio #3091
Comments
What OS (Windows?)? What happens if you |
My working hypothesis is that something is incorrect in your Python installation because to my knowledge trio shouldn't cause that. |
Thank you for answer!I am using windows and I got blow using python -X dev -c "import trio" `python -X dev -c "import trio Current thread 0x0000ea1c (most recent call first): |
I just reinstalled a python to replace the old one, but it seems nothing change. |
Well at least you're getting an access violation rather than an error about the stack here. I think What major version of Windows are you using? (Probably irrelevant because if I had to suspect anything (now that it wasn't Python) it would be something you installed or drivers but...) |
Thank you for reply! It get same output using python -X faulthandler -X dev -c "import trio" Current thread 0x00008714 (most recent call first): I am now using windows 11. |
Alright. Does this happen when you run just Edit: maybe check in Windows safe mode too? |
No, it won’t happen
…---- Replied Message ----
| From | ***@***.***> |
| Date | 09/19/2024 23:23 |
| To | python-trio/trio ***@***.***> |
| Cc | kjdsfbchkadwbcuiwbcfiw ***@***.***>,
Author ***@***.***> |
| Subject | Re: [python-trio/trio] I got Process finished with exit code -1073740791 (0xC0000409) STATUS_STACK_BUFFER_OVERRUN when import trio (Issue #3091) |
Alright. Does this happen when you run just python -X dev? Does it happen if you try python -X dev -c "import cffi"?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Did you ever figure this out or did it fix itself? |
I met a problem when I import trio,it shows Process finished with exit code -1073740791 (0xC0000409) .
I use 3.12 for python and it was unrelated to IDE.
Is there any idea about how it happens ?
The text was updated successfully, but these errors were encountered: