Author Topic: Codeblocks 25.03 crashes when I use Hex editor  (Read 58297 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1776
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #15 on: August 25, 2025, 08:06:04 pm »
I have applied part of the changes suggested by Cppcheck (thanks blauzahn) in r13719.

I am unable to reproduce the crashes with the new or old versions, running alone or in GDB.

Offline blauzahn

  • Almost regular
  • **
  • Posts: 211
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #16 on: August 26, 2025, 06:56:46 am »
Thanks for applying the changes to the plugin.

FYI: I have started to rework the infopane plugin with focus on the indexing, just the 2 files. Will try to continue next weekend.

Offline AntonyF

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #17 on: Yesterday at 07:02:33 pm »
Hi guys,
I wanted to know if the Hex Editor bug fix has been corrected and, if so, where I can download the new version.

Best regards and thanks.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1776
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #18 on: Yesterday at 07:26:32 pm »
I have not been able to reproduce the issue, if you find a consistent way to reproduce it please post the steps.

Offline AntonyF

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #19 on: Yesterday at 08:24:50 pm »
Hello Miguel,

As already described in previous posts, the problem is present on all my PCs. I have also posted my configurations.

If there is any other information or test I can provide to help you, I am available.

I noticed from one of your previous posts that you had changed something that blauzahn had reported, but I don't know if he managed to make any further changes.

I hope the issue can be resolved.

Thank you anyway for your interest and help.
« Last Edit: Yesterday at 08:29:51 pm by AntonyF »

Offline blauzahn

  • Almost regular
  • **
  • Posts: 211
Re: Codeblocks 25.03 crashes when I use Hex editor
« Reply #20 on: Today at 07:41:26 am »
No, I haven't changed the plugin. Apart from that, I do not use Windows. Sorry.

OTOH, I have worked on the infopane.h/.cpp but that is not yet ready to be shared. The sorting is somewhat annoying. At least, it does not crash cb anymore in normal use. When I have time, I will try to finish it.