-
Notifications
You must be signed in to change notification settings - Fork 9
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
Crash when loading on Windows Server #122
Comments
The above worked for me on Windows 11 so Windows Server might be different enough to warrant its own testing and not great for uncovering Windows 11 issues. |
Does Windows report that the process crashed? If so, it would be really helpful if you could attach a debugger and find where the crash happens. I presume everything works OK if the SQL you run is anything other than |
ps: tried from an other windows 11 computer ... worked fined there ! 🧐 PS: congrat's for this great library, can't wait to use it on a side projet on Montreal's bikeshare data 😎 |
Problem solved 🦆🚀 thanks to Microsoft Visual C++ Redistributable update |
Hi all, this is a variation of this bug: duckdb/duckdb#13848. I tried to write down what happened and how it can be workarounded or fixed at: duckdb/duckdb#13848 (comment) If we had connected the dots earlier that might have saved some bugs report, BUT, good thing is that now we know what happened AND how to fix it. I rebuilt |
This is resolved with v1.1.1, so closing this. |
I ran into a crash when loading H3 on Windows Server 2022, running on an
r6i.4xlarge
EC2 instance (16 Intel Xeon cores, 128 GB RAM). To reproduce, run the DuckDB v1.0.0 CLI client:The output doesn't contain anything but the error code (which is consistently the same).
The text was updated successfully, but these errors were encountered: