[tor-bugs] #5690 [Vidalia]: Possible crash in MessageLog widget at Vidalia exit

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Apr 29 09:17:38 UTC 2012


#5690: Possible crash in MessageLog widget at Vidalia exit
---------------------+------------------------------------------------------
 Reporter:  sebb     |          Owner:  sebb                
     Type:  defect   |         Status:  new                 
 Priority:  minor    |      Milestone:                      
Component:  Vidalia  |        Version:  Vidalia: 0.3.1-alpha
 Keywords:           |         Parent:                      
   Points:           |   Actualpoints:                      
---------------------+------------------------------------------------------
 MessageLog widget stores a raw _statusBar pointer. When Vidalia exits, its
 possible that MessageLog will crash when it receives a log message after
 the _statusBar object is deleted, because _statusBar becomes a dangling
 pointer and MessageLog still tries to access it. Changing _statusBar to a
 QPointer<> will solve the problem.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5690>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list