Author Topic: CB 20.03 possible bugs  (Read 4217 times)

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
CB 20.03 possible bugs
« 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.
« Last Edit: March 30, 2020, 10:05:11 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: CB 20.03 possible bugs
« Reply #1 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

GodOfProgramming

  • Guest
Re: CB 20.03 possible bugs
« Reply #2 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: CB 20.03 possible bugs
« Reply #3 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?
(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!]

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: CB 20.03 possible bugs
« Reply #4 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: CB 20.03 possible bugs
« Reply #5 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?
(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

  • Guest
Re: CB 20.03 possible bugs
« Reply #6 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: CB 20.03 possible bugs
« Reply #7 on: March 31, 2020, 11:21:15 am »
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!]