aMule Forum

English => en_Bugs => Topic started by: Nezmer on October 12, 2010, 08:03:55 PM

Title: Assertion failed: must call CalculateSize() first
Post by: Nezmer on October 12, 2010, 08:03:55 PM
Hi,

On FreeBSD with latest svn snapshot.  As you can see, no backtrace is generated. Is this because of an old gdb version?


Assertion failed: ./src/generic/treectlg.cpp:GetTextHeight:201: Assertion m_heightText != -1 failed. must call CalculateSize() first

Backtrace follows:
--== no BACKTRACE for your platform ==--
Title: Re: Assertion failed: must call CalculateSize() first
Post by: Stu Redman on October 12, 2010, 08:43:22 PM
The assertion is inside wxWidgets.
Did you run aMule from gdb?
Title: Re: Assertion failed: must call CalculateSize() first
Post by: Nezmer on October 12, 2010, 09:14:19 PM
Did you run aMule from gdb?
yes
Title: Re: Assertion failed: must call CalculateSize() first
Post by: Stu Redman on October 12, 2010, 09:44:20 PM
What version of wxWidgets?
Title: Re: Assertion failed: must call CalculateSize() first
Post by: Nezmer on October 12, 2010, 10:30:21 PM
What version of wxWidgets?

wxgtk 2.8.11
Title: Re: Assertion failed: must call CalculateSize() first
Post by: Stu Redman on October 12, 2010, 11:29:44 PM
Please build wx without debug option to see if the problem goes away then.