[Bug 66498] Atlantik closes when game starts

Rob Kaper <[email protected]> 10 Nov 2003 15:57:42 -0000
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=66498     




------- Additional Comments From [email protected]  2003-11-10 16:57 -------
For some reason this error (can) occur when Atlantik::m_selectConfiguration is deleted to be replaced by either the board in Atlantik::showBoard() or the select game widget in Atlantik::showSelectGame(). Removing the "delete m_selectConfiguration" statement(s) should be a work-around. Perhaps this should be deleteLater, although the alarm clock seems to occur in the middle of the delete (the destructor is called succesfully) and not at a later reference of the object.

I can reproduce this with a gcc-2.95.3 compiled Atlantik against HEAD KDE (both with and without -O2), but not with gcc-3.2 which I use at home.