Giorgi
I have a program that crashes the CLR. How do I go about debugging the root cause?
@eterm https://discord.duckdb.org/
48 replies
I have a program that crashes the CLR. How do I go about debugging the root cause?
You can send a PR for the docs too: https://github.com/Giorgi/DuckDB.NET-Docs
48 replies
I have a program that crashes the CLR. How do I go about debugging the root cause?
@eterm By the way, I created this request for your other issue: https://github.com/duckdb/duckdb/discussions/17532
48 replies
I have a program that crashes the CLR. How do I go about debugging the root cause?
When using the appender I write directly to the underlying memory:
When you call it for long (8 bytes) but the underlying vector is a pointer to uint (4 bytes) you are causing AV
48 replies
I have a program that crashes the CLR. How do I go about debugging the root cause?
@eterm I figured out why it's not working the way you expect it to work. I don't know why the CLR is crashing but the app doesn't work the way you expect because of a type mismatch
48 replies
I have a program that crashes the CLR. How do I go about debugging the root cause?
@Dongle @Petris This is the source for that message: https://github.com/Giorgi/DuckDB.NET/issues/178#issuecomment-2195789680 Can you suggest a fix for that?
48 replies