Vampirefreaks.com Opensource Tools - Issue Tracker

[ Download Binary and Source Packages ]

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000074 [VampireFreaks Messenger] Bug Report crash sometimes 2010-03-02 03:37 2010-05-23 23:16
Reporter steph View Status public  
Assigned To steph
Priority high Resolution fixed  
Status resolved   Product Version v1.0 beta 3
Summary 0000074: Crash on closing "You have connected from another location" dialog
Description The above dialog causes the Messenger to crash (or possibly shutdown) when it is closed, but only after a short time. Hard to reproduce exactly, seems fairly random.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000056)
steph (administrator)
2010-04-02 22:15

This also happens with ANY dialogue (Such as 'Wrong Password' popup). It's cause by when the dialogue is the only visible window (ie. when the main window is minimized), so the app thinks it can close. For some reason the close event in these cases by-passes the event handler in the main window (QT bug?)

Two possible ways to fix this:

1) Re-implement QDialogBox to prevent the close event being passes on to the parent.
2) Force the main window to become visible BEFORE the popup.

- Issue History
Date Modified Username Field Change
2010-03-02 03:37 steph New Issue
2010-04-02 22:15 steph Note Added: 0000056
2010-05-23 23:16 steph Status new => resolved
2010-05-23 23:16 steph Fixed in Version => v1.0 rc 1
2010-05-23 23:16 steph Resolution open => fixed
2010-05-23 23:16 steph Assigned To => steph