Hey there,
my CodeBlocks Nightly 10528 keeps crashing when I close a certain project file (or close CB while the project is open).
Just to check I tried an older nightly (10074), but the problem persists.
I tracked the problem down to the layout file (deleting the layout file, opening the project on an empty layout and closing it will not crash!).
It is not a big deal, since I can just create a new layout, but I thought I would still try to help tracking this bug down.
I attached a RPT file which contains three crashes when closing the project, followed by three for closing CodeBlocks while the project is opened with the problematic layout file (looks slightly different) and the problematic layout file.
I am trying to narrow down what file or combination of open files causes this problem. Let me know if you need any other info.
EDIT: It seems like the file "SimpleJoy.h" is causing this. Closing this file will also immediately crash CodeBlocks. Closing all other files, leaving only SimpleJoy.h open and then closing the project will lead to the same result.
You can find the file here:
https://github.com/foxblock/penjin/blob/master/SimpleJoy.hEDIT2: Oh, I just noticed the file is opened two times in the same view, which probably should not be the case and could cause this issue. Looks wacky lol
http://imgur.com/Sebs3tk (notice both tabs are highlighted, the other file I opened got automatically placed between them)
I honestly have no idea how I managed to do that though :/