On Tue, Jul 04, 2006 at 08:08:50AM +0200, Dr. Werner Pessenhofer wrote: > > After using wmii 3.1 for a while now, I recognised some problems: > > 1. In xmgrace, buttons in dialogs only work, if the dialog box is moved > one time at least. Anybody else recognised this problem ? > > 2. QTIplot ( http://soft.proindependent.com/qtiplot.html ) crashes wmii, > when the "Analyse -> Integrate" dialog is selected. The corresponding > error in a failsave xterm is: > > _________________________________ > > [EMAIL PROTECTED]:~> qtiplot > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (intDialog/intDialog) Negative sizes (32767,-1) > are not possible
Seems qtiplot has a bug, the QWidget error message already tells this, -1 will be casted to unsigned short, thus the client will request too much size..., I think we will add some more boundary checks to not crash if such app makes bogus requests... Regards, -- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361 _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
