User forums > Nightly builds
The 22 March 2014 build (9744) is out.
Alpha:
--- Quote from: White-Tiger on April 01, 2014, 07:17:07 pm ---I still wonder why it seems like you guys never got a crash.. my CB is crashing since the CC changes... and it crashes just after a few minutes running... Crashes while writing code, while scrolling, while compiling... actually at every single moment a crash can happen...
--- End quote ---
Bugs seem to magically not occur whenever the writer of the piece of code is present :-\.
I am in the process of recompiling everything with MinGW 4.7 (I normally use TDM 4.8) to see if that enables me to reproduce these crashes.
Edit: wxWidgets has build errors with my new 4.7 installation; this might take a bit longer than expected.
White-Tiger:
--- Quote from: Alpha on April 01, 2014, 09:46:45 pm ---[...]
I am in the process of recompiling everything with MinGW 4.7 (I normally use TDM 4.8) to see if that enables me to reproduce these crashes.
[...]
--- End quote ---
That's one of the reasons I didn't look to much into it... Since I've updated my compiler as well when the problem started to occur, I can't be sure it's not a compiler problem... (MinGW-builds 4.8.2 rev3 SJLJ posix-threads, but DWARF had the same problem. And before that, I used the older MinGW-builds (same GCC, older MinGW64) from sourceforge.. but they are now part of MinGW64 directly)
It shouldn't be the compiler since my current Code::Blocks backup uses my rebuild wxWidgets and runs stable without any new crash so far..
As I said... it's just sad that debugging under Windows is a pain xD Even with WinSDK thus VC compiler and Code::Blocks... some symbols are just missing from time to time... not sure if Visual Studio is any better... (since it also uses cdb or WinDBG, I guess symbols will be missing from time to time anyway)
Is debugging under GNU/Linux reliable? So that symbols are never missing and a back trace is complete? I guess so... but don't know for sure.
vwdvaan:
--- Quote from: Alpha on April 01, 2014, 09:46:45 pm ---
--- Quote from: White-Tiger on April 01, 2014, 07:17:07 pm ---I still wonder why it seems like you guys never got a crash.. my CB is crashing since the CC changes... and it crashes just after a few minutes running... Crashes while writing code, while scrolling, while compiling... actually at every single moment a crash can happen...
--- End quote ---
Bugs seem to magically not occur whenever the writer of the piece of code is present :-\.
I am in the process of recompiling everything with MinGW 4.7 (I normally use TDM 4.8) to see if that enables me to reproduce these crashes.
Edit: wxWidgets has build errors with my new 4.7 installation; this might take a bit longer than expected.
--- End quote ---
TDM-GCC 4.7.1, wxWidgets 2.8.12
// Debug
mingw32-make -j3 -f makefile.gcc CXXFLAGS="-fno-keep-inline-dllexport" SHARED=1 BUILD=debug UNICODE=1 DEBUG_INFO=1 DEBUG_FLAG=1 MONOLITHIC=1
mingw32-make -j3 -f makefile.gcc CXXFLAGS="-fno-keep-inline-dllexport" SHARED=0 BUILD=debug UNICODE=1 DEBUG_INFO=1 DEBUG_FLAG=1 MONOLITHIC=1
// Release
mingw32-make -j3 -f makefile.gcc CXXFLAGS="-Os -fno-keep-inline-dllexport" LDFLAGS=-s SHARED=1 BUILD=release UNICODE=1 DEBUG_INFO=0 DEBUG_FLAG=0 MONOLITHIC=1
mingw32-make -j3 -f makefile.gcc CXXFLAGS="-Os -fno-keep-inline-dllexport" LDFLAGS=-s SHARED=0 BUILD=release UNICODE=1 DEBUG_INFO=0 DEBUG_FLAG=0 MONOLITHIC=1
Attached is modified config.gcc and makefile.gcc to remove VENDOR and GCC version from dll names.
[attachment deleted by admin]
ollydbg:
--- Quote from: White-Tiger on April 01, 2014, 07:17:07 pm ---I still wonder why it seems like you guys never got a crash.. my CB is crashing since the CC changes... and it crashes just after a few minutes running... Crashes while writing code, while scrolling, while compiling... actually at every single moment a crash can happen...
That's why I'm using my stable #9673 :P
--- End quote ---
I can't see the crash issue in my system, so I have no idea how to hunt such bug. Sorry.
oBFusCATed:
No crash on linux, too.
Can you describe the exact steps in greater detail?
How do you change between apps?
Can you reproduce it with a simple hello world projec or using codeblocks.cbp file?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version