We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing Osmium and running a script using PyOsmium on Windows, the execution never terminates. The script runs but does not exit as expected.
Steps to reproduce:
import osmium for obj in osmium.FileProcessor('test.osm'): print(obj)
Expected behavior The script should process the input file, print the result and exit.
Actual behavior The script prints the result and does not terminate.
OS: Windows 10 22H2 (build 19045.5371) Python version: 3.12.8 PyOsmium version: 4.0.2 Installation method: Installed via pip in a standard venv
The text was updated successfully, but these errors were encountered:
Already discussed at length in #233.
This needs somebody with access to a Windows machine to find the root cause.
Sorry, something went wrong.
What I see is that CPU cycles burning in the kernel ntdll.NtWaitForAlertByThreadId+14 process. Probably a deadlock?
ntdll.NtWaitForAlertByThreadId+14
Btw I usually develop in a virtual machine, OS type is not a concern.
No branches or pull requests
After installing Osmium and running a script using PyOsmium on Windows, the execution never terminates. The script runs but does not exit as expected.
Steps to reproduce:
Expected behavior
The script should process the input file, print the result and exit.
Actual behavior
The script prints the result and does not terminate.
OS: Windows 10 22H2 (build 19045.5371)
Python version: 3.12.8
PyOsmium version: 4.0.2
Installation method: Installed via pip in a standard venv
The text was updated successfully, but these errors were encountered: