Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxWidgets 3.1.2 Released

<< < (3/11) > >>

gd_on:

--- Quote ---There is a segmentation fault with wx3.1.2, see ticket 773

--- End quote ---
Problem reproduced with gcc 4.9.2 on Windows 7 64 bits. (C::B compiled in 32 or 64 bits)
Does not happen with wxWidgets 3.1.1 (same C::B svn version 11520 !).
Apparently some incompatibilities (or bug) within Code Completion (With wxWidgets 3.1.2, no problems if code completion is disabled !)

So, I'll stay with 3.1.1 version. :-[

gd_on

oBFusCATed:
I suggest to switch to mingw-w64 and something like 7.x or 8.x release!  GCC 4.9 and 5.1 are getting too old.

BlueHazzard:

--- Quote from: oBFusCATed on December 13, 2018, 07:06:33 am ---I think we should have an easy way to switch the version. So we have a single set of 3.x files for windows as is done on linux. (another set is possible for 64bit builds of course)

--- End quote ---
The old discussion ;)
http://forums.codeblocks.org/index.php/topic,21696.0.html

[Edit:] I try to create a feature, where the global variables have default values, and a descriptive text to give it an dialog something like in CMake with a list where you can enter the values, see the project default values and a descriptive text... But this all does not come together nicely. If i have some kind of idea i will open a topic...

ollydbg:

--- Quote from: Miguel Gimenez on December 12, 2018, 08:46:30 pm ---There is a segmentation fault with wx3.1.2, see ticket 773

https://sourceforge.net/p/codeblocks/tickets/773/

--- End quote ---
I can confirm this bug on my Win7(64bit), wx3.1.2 32bit and MinGW-w64's gcc 7.2, C::B trunk.

ollydbg:

--- Quote from: ollydbg on December 13, 2018, 04:25:28 pm ---
--- Quote from: Miguel Gimenez on December 12, 2018, 08:46:30 pm ---There is a segmentation fault with wx3.1.2, see ticket 773

https://sourceforge.net/p/codeblocks/tickets/773/

--- End quote ---
I can confirm this bug on my Win7(64bit), wx3.1.2 32bit and MinGW-w64's gcc 7.2, C::B trunk.

--- End quote ---

If you set a breakpoint in PlatWX.cpp line 1883, you will see the window get destroyed when you hit the "#", later you will get the crash because wid is zero.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version