Update of bug #38310 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for that excellent demonstration code.
The problem was that the client object was not remogving its run-loop watcher
from the run loop before deallocating it (so an incoming end of file event was
sent to a deallocated watcher).
I changed the code to remove it from the loop on dealloc, which seems to fix
it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38310>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to