Bug 89841 - nice_agent_attach_recv with NULL callback results in endless loop
Summary: nice_agent_attach_recv with NULL callback results in endless loop
Status: RESOLVED MOVED
Alias: None
Product: nice
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Olivier Crête
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 14:36 UTC by Ilya Konstantinov
Modified: 2015-06-26 14:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.