Pelles C forum

Pelles C => Bug reports => Topic started by: JohnF on July 14, 2014, 08:30:36 PM

Title: New Source code
Post by: JohnF on July 14, 2014, 08:30:36 PM
This is not a general bug, meaning, only I seem to have it.

When selecting File/New/Source code the IDE crashes. PellesC for Windows MessageBox pops up and says 'Exception: C0000374'

If it's not easy to fix don't concern yourself, I'll create a file outside the IDE.

John
Title: Re: New Source code
Post by: Pelle on July 15, 2014, 11:25:37 AM
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...
Title: Re: New Source code
Post by: JohnF on July 15, 2014, 12:36:51 PM
Quote from: Pelle on July 15, 2014, 11:25:37 AM
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...

You're right it was an addin. The offending addin is 'Functions list in one tab'.

Thanks, it's fine now.

John
 
Title: Re: New Source code
Post by: Pelle on July 15, 2014, 09:12:31 PM
OK, good news. Thanks.