Author Topic: addr2lineui assertion triggered with wxwidgets 3.14  (Read 6378 times)

Offline reckless

  • Regular
  • ***
  • Posts: 338
addr2lineui assertion triggered with wxwidgets 3.14
« on: January 15, 2021, 01:01:54 pm »
when building cb with wxwidgets 3.14 addr2lineui.exe will throw an assert in ../../src/common/sizer.cpp at line 2112 with wxALIGN_CENTRE_VERTICAL in DoInsert(); With the error being that Vertical alignment flags are ignored in vertical sizers.


Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: addr2lineui assertion triggered with wxwidgets 3.14
« Reply #1 on: January 15, 2021, 04:43:25 pm »
Just opening the wxs is enough for this to get fixed, you can try that or apply the attached patch.

Please report the result.

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: addr2lineui assertion triggered with wxwidgets 3.14
« Reply #2 on: January 16, 2021, 01:26:24 pm »
that seems to have done the trick :D thank you.
Ill see if anything else out of the ordinary crops up, but so far no problems.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: addr2lineui assertion triggered with wxwidgets 3.14
« Reply #3 on: January 16, 2021, 07:34:02 pm »
Thanks for testing. I have created a ticket with the patch:

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