Bugs item #3027352, was opened at 2010-07-09 14:55
Message generated for change (Comment added) made by mzabaluev
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=3027352&group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Scorp (scorpfa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable nua_destroy(), since nua_r_shutdown never arrives

Initial Comment:
Following Code for shutting down UA and Root is not working, because  
nua_r_shutdown event never comes through the event handler.

nua_shutdown(m_nua);

// <-- Here: endless waiting for nua_r_shutdown

su_root_break(getRoot());
nua_destroy(m_nua); // <-- This would fail, since shutdown was not completed

Cheers

----------------------------------------------------------------------

Comment By: Mikhail Zabaluev (mzabaluev)
Date: 2011-01-18 15:29

Message:
Do you use the glib mainloop integration?

There is a problem in either nua_shutdown or nua_destroy where the event
loop is iterated inside the function (which is a pretty daft idea), and
glib event source processing does not allow this by default.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=3027352&group_id=143636

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to