Jan M Ientile

Results 5 comments of Jan M Ientile

I confirm I am also experiencing this error: ``` Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at...

Should we maintain any hopes that this issue will be addressed anytime soon?

> @jgmarcel we can not fix the issue we can not reproduce. Does your scenario prohibit use of `malloc` allocator as suggested [above](https://github.com/pythonnet/pythonnet/issues/1977#issuecomment-1339701885)? Unfortunately it did not work: ``` Failed...

The error above was preceded by this one: ``` Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at...

@filmor Sure thing. The C# code I am calling from Python is distributed in a DLL shipped with a commercial product, so I am afraid I cannot include it in...