Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: stahta01 on March 30, 2020, 10:01:43 pm

Title: CB 20.03 possible bugs
Post by: stahta01 on March 30, 2020, 10:01:43 pm
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.
Title: Re: CB 20.03 possible bugs
Post by: Miguel Gimenez on March 30, 2020, 10:21:04 pm
The crash was fixed last week in trunk but the fix was not applied to the 20.03 branch
Title: Re: CB 20.03 possible bugs
Post by: GodOfProgramming on March 30, 2020, 10:53:46 pm
It looks like in newer MinGW releases names of binaries have changed causing problems for C::B compiler auto detection.
Title: Re: CB 20.03 possible bugs
Post by: 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?
Title: Re: CB 20.03 possible bugs
Post by: stahta01 on March 30, 2020, 11:38:42 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.
Title: Re: CB 20.03 possible bugs
Post by: oBFusCATed on March 31, 2020, 12:18:57 am
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?
Title: Re: CB 20.03 possible bugs
Post by: GodOfProgramming on March 31, 2020, 10:24:44 am
@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.
Title: Re: CB 20.03 possible bugs
Post by: oBFusCATed on March 31, 2020, 11:21:15 am
Thank you for the information. We'll look at it...