News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

CB 20.03 possible bugs

Started by stahta01, March 30, 2020, 10:01:43 PM

Previous topic - Next topic

stahta01

I just tried to disable ThreadSearch and it still crashed CB in 20.03.

But, a self build of SVN rev 12002 [ThreadSearch] disables without a crash.

What are other people seeing?

Edit2: OS: Windows 7 64 bit

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Miguel Gimenez

The crash was fixed last week in trunk but the fix was not applied to the 20.03 branch

GodOfProgramming

It looks like in newer MinGW releases names of binaries have changed causing problems for C::B compiler auto detection.

oBFusCATed

@stahta01: What is the goal of the topic? Obviously we know that thread search crashes and it is fixed in trunk/master.

@GodOfProgramming: Can you share the details?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Quote from: oBFusCATed on March 30, 2020, 11:36:15 PM
@stahta01: What is the goal of the topic? Obviously we know that thread search crashes and it is fixed in trunk/master.

@GodOfProgramming: Can you share the details?

It was clearly obvious to me that releasing CB with a crashing plugin was too stupid to believe that it would be done on purpose. What is obvious to me was not to you!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

This bug is logged for a long time, also there are several other bugs about crashes.
Should we fix them all before releasing? Yes, but can we? No.
What about the hundreds of improvements that are actually in the release and might be useful to someone or improve his/her daily life with the software.
And thank you for calling me stupid. Can we have some constructive discussions now?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

GodOfProgramming

@oBFusCATed

After installing Code::Blocks with MinGW compiler is not detected. Binaries set in Toolchain executables are mingw32-gcc.exe and mingw32-g++.exe while the correct ones are x86_64-w64-mingw32-gcc.exe and x86_64-w64-mingw32-g++.exe.

oBFusCATed

Thank you for the information. We'll look at it...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]