Pelles C forum

Pelles C => Bug reports => Topic started by: bitcoin on September 02, 2025, 10:50:15 PM

Title: Crash IDE with 'asm' keyword
Post by: bitcoin on September 02, 2025, 10:50:15 PM
Write any code with an asm block, for example __asm{ nop; nop; }. Put the cursor between the word asm and the opening brace { and press Enter. The program will freeze and crash
Title: Re: Crash IDE with 'asm' keyword
Post by: John Z on September 02, 2025, 11:59:27 PM
Hi bitcoin,

Confirming your finding.  On Win 11 23H2 it hangs the IDE.  System shows IDE CPU usage goes to 23% with some ups and downs from other things running.  IDE needed to be killed with TM.

John Z