Bug 89841

Summary: nice_agent_attach_recv with NULL callback results in endless loop
Product: nice Reporter: Ilya Konstantinov <ilya.konstantinov>
Component: GeneralAssignee: Olivier CrĂȘte <olivier.crete>
Status: RESOLVED MOVED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Ilya Konstantinov 2015-03-31 14:36:57 UTC
nice_agent_attach_recv(agent, stream_id, component, context, NULL, data) results in libnice repeatedly and endlessly entering component_io_cb (in a busy loop).

I suspect this is due to the fact that if neither a callback is registered nor recv_messages is pending, messages are never read from the socket, and somehow the notification keeps coming again and again (why?).
Comment 1 Philip Withnall 2015-06-26 14:07:26 UTC
Migrated to Phabricator: http://phabricator.freedesktop.org/T112

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.