Bug#429245: libguichan0: Segfaults when destroying dropdown widgets

2007-06-18 Thread Patrick Matthäi
Thank you very much, I included the patch and the update will come soon. I posted it to the guichan forum, too: http://guichan.sourceforge.net/forum/read.php?2,1805 It will be included with a little change in the next upstream release. Regards, Patrick Matthäi

Bug#429245: libguichan0: Segfaults when destroying dropdown widgets

2007-06-17 Thread Guillaume Melquiond
Le dimanche 17 juin 2007 à 12:08 +0200, Patrick Matthäi a écrit : > thanks for your patch! I will test it around these days. Do you have > maybe another system with 32bit and can try to reproduce this crash with > it? Because on my 32bit architecture it's running well. No, sorry. But this does

Bug#429245: libguichan0: Segfaults when destroying dropdown widgets

2007-06-17 Thread Patrick Matthäi
Guillaume Melquiond schrieb: I have hit another segfault while destroying dropdown widgets. This time, it is due to the internal focus handler being automatically destroyed by DropDown::~DropDrow yet still used later by the inherited destructors. So I attach a new patch. In addition to the bugfix

Bug#429245: libguichan0: Segfaults when destroying dropdown widgets

2007-06-16 Thread Guillaume Melquiond
I have hit another segfault while destroying dropdown widgets. This time, it is due to the internal focus handler being automatically destroyed by DropDown::~DropDrow yet still used later by the inherited destructors. So I attach a new patch. In addition to the bugfix contained in the previous patc

Bug#429245: libguichan0: Segfaults when destroying dropdown widgets

2007-06-16 Thread Guillaume Melquiond
Package: libguichan0 Version: 0.6.1-2 Severity: important Tags: patch In DropDown::~DropDown, listener are removed from objets, after these objects have already been destroyed. It induces a segfault at the startup of The Mana World when it tries to delete the server selection dropbox. The attached