I was editing my code and moved the mouse wheel. A sudden error requester popped up saying something about wx debug failed. Then CB crashed. Rpt attached.
Maybe it is similar from the .rpt and maybe also related (who knows ?) but since it manifested in a different way I thought it was better to create a separate ticket. To summarize: the crash of 1168 happens always when resuming editing (returning to cb from another program) by clicking in the editor and moving the wheel, and no wx requester ever popped up. This time instead I was already in the editor and the wx failure requester popped up after clicking to change the cursor position and moving the wheel. If you think they are related please feel free to merge the tickets. Hope this helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
See 1168 for info on other crashes similar to this one (I think it's probably 95+% the same from the RPT info).
Last edit: Andrew Cottrell 2022-03-23
Maybe it is similar from the .rpt and maybe also related (who knows ?) but since it manifested in a different way I thought it was better to create a separate ticket. To summarize: the crash of 1168 happens always when resuming editing (returning to cb from another program) by clicking in the editor and moving the wheel, and no wx requester ever popped up. This time instead I was already in the editor and the wx failure requester popped up after clicking to change the cursor position and moving the wheel. If you think they are related please feel free to merge the tickets. Hope this helps
Could you install DrMingw
https://github.com/jrfonseca/drmingw
enable the JIT debugging:
https://github.com/jrfonseca/drmingw#usage
and look if it gives more information on crash?
If not can i give you a from me compiled version of codeblocks, that has more debugging information to test?