﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
487	ipc_cleanup() may get new slammed phones that will prevent its completion	Jakub Jermář	Jakub Jermář	`ipc_cleanup()` first hangs up all slammed or connected phones, but lets connecting phones to finish the connect transaction, i.e. IPC_M_CONNECT_ME_TO. The idea is that it will hangup these connecting phones later, as soon as they get connected or freed. Now, in theory, the problem is that they can also get slammed by the other side just after the connection is established. In this case, `ipc_cleanup()` will be still waiting for those to become free or connected, but that will never happen, thus preventing `ipc_cleanup()` from ever finishing.	defect	closed	major	0.6.0	helenos/kernel/generic	mainline	fixed	ipc				
