bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #38310] GSAvahiNetServices crashes when removing a service


From: Richard Frith-Macdonald
Subject: [bug #38310] GSAvahiNetServices crashes when removing a service
Date: Sat, 16 Feb 2013 08:18:31 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]