FUTURE POSTS
- Using AI agents in long-lived software projects - 48 minutes from now
- Expertise in the age of AI, or: Matt's Claude'll handle this - 2 days from now
- 15+ years of working with coding agents - 6 days from now
- Putting Claude up against our test suite - 8 days from now
- The GPU Is the New Bangalore - 10 days from now
And 1 more posts are pending...
There are posts all the way to May 05, 2026
Comments
That's a good thing.
Error code, address and thread are useful hint's to start diagnosing, a full dump might have been better and perhaps the EE should try to create one upon blowing up (but that might be impossible).
Try to go in detail .you will find the exact cause of error.
Can be easy if you did only corrupt the stack and this is reproducible. But if you get this AccessViolation during a GC then it can become quite hard to get down to the root cause.
In any case you need to check what did trigger the Exception. It can also be invalid IL generated by a Buggy code generator.
Comment preview