[Bug 863] Today should not close itself with all applications

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Thu Oct 4 18:44:56 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=863





------- Additional Comments From abraxa at dar-clan.de  2007-10-04 18:44 -------
This is caused by a race condition that occurs when an application has already 
received a close request and still gets enumerated in 
today_task_manager_populate_tasks() to update the task list. When the function 
then iterates over the enumerated windows the application might already have 
finished shutting down, thereby making the window handle invalid.
For this reason, X reports a BadWindow error on the gdk_window_get_type_hint() 
call for such a window.

Proposed bugfix follows :)

-Soeren



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list