Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: reckless on January 15, 2021, 01:01:54 pm

Title: addr2lineui assertion triggered with wxwidgets 3.14
Post by: reckless 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.

Title: Re: addr2lineui assertion triggered with wxwidgets 3.14
Post by: Miguel Gimenez 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.
Title: Re: addr2lineui assertion triggered with wxwidgets 3.14
Post by: reckless 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.
Title: Re: addr2lineui assertion triggered with wxwidgets 3.14
Post by: Miguel Gimenez 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/ (https://sourceforge.net/p/codeblocks/tickets/1059/)