After using Pelles IDE for about a month without any problems i stumbled upon this. ( using windows 7 pro)
When running a console application that reads user input ( getc,fgetc,getchar,scanf,fgets...) of any kind the program crashes after return key was pressed 58 times, in other words after 58 times the input was send( in total program lifespan) from console.
When i compile the >same< program and run it via running .exe everything is ok. No crash. Other IDEs work normally, this only occurs with Pelles.
Crash description: Debug shows nothing, only notification is the windows msgbox: Console Window Host has stopped working, after clicking close the program the program runs in the background with 100% cpu utilization and has to be forcefully closed. Note using console programs with other IDEs works normal.
Obviously this is some kind of weird interaction of pelles and windows.( .h and .lib files were not touched) ( it definitely isn't malware, windows defender or administrator access issue )
If anyone has any idea what could be causing that please let me know.
UPDATE: Reinstall of the same version(7.00.355) solved the problem. I'm still posting this, if anyone knows what happened please answer it may be useful for somebody,
(if admins disagree -> delete the post )