On Mon, Nov 16, 2009 at 12:25:00PM -0600, Adam Majer <[email protected]> was heard to say: > Hi Jonathan, > > This is regarding your bug you've filed against aptitude. > http://bugs.debian.org/556185 > > Can you please provide your terminal size? > > Also, can you install libcwidget3-dbg and provide another backtrace? > I've had this error occur for me once, but I've not been able to > replicate it.
The problem is that the column fragment's formatting loop wasn't being careful enough about having no space left (or not enough space available). There are three places where that method divides; the first one obviously can never divide by zero, I'm not sure about the second one, and the third one definitely can. I've tweaked the code so that the latter two cases won't cause a crash. (I'm not sure why the column fragment was being laid out with a width of zero; probably just a temporary figment of the widget being set up) Daniel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

