Author Topic: Strange crash  (Read 12132 times)

Offline nenin

  • Almost regular
  • **
  • Posts: 228
Re: Strange crash
« Reply #15 on: June 09, 2024, 12:37:13 pm »
I will try other mingw-w64 versions; I've used winlibs' and nixman's build of version 13 before, they also  have the similar problems and, even other problems like -pipe errors. Maybe I should change the compiler's version.
I suggest to control Mingw-w64 version as well.  Mingw-w64 interact with OS, and may call inappropriate system functions. Typically gcc and Mingw-w64 are from the same generation, but at least at Winlibs sometimes older  Mingw-w64  may be coupled with more fresh gcc.

Offline Grit Clef

  • Multiple posting newcomer
  • *
  • Posts: 93
  • Where there is a will, there is a way.
Re: Strange crash
« Reply #16 on: June 17, 2024, 11:47:10 am »
Hmm... I'm now using GCC 10.5 + MinGW-w64 6.0.1, and I used that toolchain to rebuild CB. Also, I set that compiler as the default compiler for building programs, but CB still crashed today... The RPT file contains the same content as above.

There's another thing that is worth mentioning. When I opened a project, CB suddenly gave me a debugging check failure, shown as the attached picture.
« Last Edit: June 17, 2024, 11:54:26 am by Grit Clef »
-Windows 7, 32-bit
-CodeBlocks r13542, gcc 14.2.0, debug version

Offline nenin

  • Almost regular
  • **
  • Posts: 228
Re: Strange crash
« Reply #17 on: June 18, 2024, 12:30:37 pm »