dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

"Debug Assertion Failed!" when compiling method #1190

Closed jgfoster closed 1 year ago

jgfoster commented 1 year ago

Compiling or viewing this method causes a Microsoft Visual C++ Runtime Library error. I am running Windows 11 on Arm, so this might be an issue with the i386 emulation.

Screenshot 2023-08-28 at 7 25 15 AM
blairmcg commented 1 year ago

This is probably another case of #533, or is at least strongly related. There are some longstanding issues with the generation of the text maps used to remap from optimised method IPs to debug method IPs. As such it may potentially affect debugging, but otherwise can be ignored as it is not involved in normal execution.

jgfoster commented 1 year ago

As mentioned, I was using a debug version. Thanks again for your help.