Opened 15 years ago
Closed 15 years ago
#93 closed defect (wontfix)
ASSERT
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | Qt Beta 5 |
Component: | QtGui | Version: | 4.5.1 Beta 3 |
Severity: | Keywords: | ||
Cc: |
Description
openpref card game http://qt-apps.org/content/show.php/OpenPref?content=112900
gives the following problem:
ASSERT: "!activationRecursionGuard" in file wigdet\qmenu.cpp line 961
to reproduce do the following:
start openpref
Menu Game New Game
play a couple of moves
Menu Game
now it quits and gives the above error.
Change History (5)
comment:1 by , 15 years ago
Component: | General → QtGui |
---|
comment:2 by , 15 years ago
Priority: | major → trivial |
---|
comment:3 by , 15 years ago
Milestone: | Qt Beta4 → Qt GA |
---|
comment:4 by , 15 years ago
Milestone: | Qt GA → Qt Beta5 |
---|
comment:5 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I can confirm the assertion. However, I checked this application on Windows and it shows exactly the same behavior there. So it's either a problem of the application or a cross-platform Qt problem that I'm not going to fix now -- it requires investigation while the release build just shuts it up and doesn't demonstrate any visible harm.
Please report this problem to the original authors if you can.
this happens only when the debug version is used. release seems not to have this bug