Paul Wilson
Paul Wilson
It sounds like something is corrupting the heap and you're seeing the symptoms after the fact, as is commonly the case in unsafe languages like Delphi, C++, etc. This is...
Thanks, Arnaud. I figured that was likely the case. We're only using a selected few pieces of mORMot v1 so I'll look at what is involved in switching those to...
I've forked Mormot and pushed up my SynCrypto.pas changes for inspection. I've adapted my changes to be even closer to the Mormot2 changes but I'm 16-byte aligning the stack so...
Hi César Sure, I'll give that a try. If that doesn't work, I might also try debugging Delphi in Delphi to see if I can give you some actual stack...
Hi César No, it's not DDevExtensions that is conflicting. If it's any help, here are the 3 startup stack traces and 1 shutdown stack traces: On startup: Access violation at...
All good. Just so you know, the main thing I was interested in testing was the VS Code integration for Co-pilot. I know we can't use Delphi DSP with 10.4.2...