Changes between Initial Version and Version 1 of Ticket #2974, comment 8


Ignore:
Timestamp:
03/16/2015 07:46:41 (9 years ago)
Author:
quozl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2974, comment 8

    initial v1  
    33At the expiry of the timeout, ''_check_activity_launched'' is called; if the activity has been closed already, nothing is done.  But if there is a launcher for the same activity id (which will happen if it is a resume from journal), then a launch failure will be reported spuriously.
    44
    5 A fix could be to delete the timeout if another instance is being started, or detect the process exit status, and delete the timeout.
     5A fix could be to delete the timeout if another instance is being started (see [https://github.com/sugarlabs/sugar/pull/481 pr 481]), or detect the process exit status and delete the timeout.