Hello, Samuel Thibault, le Wed 10 Dec 2014 01:42:09 +0100, a écrit : > Justus Winter, le Thu 13 Nov 2014 13:26:16 +0100, a écrit : > > * proc/Makefile (MIGSTUBS): Add `gnumachServer.o'. > > * proc/main.c (message_demuxer): Handle the `task_notify' protocol. > > (main): Register for new task notificatinos. > > * proc/mgt.c (S_mach_notify_new_task): Add server function. > > Ack.
This seems to be leaking the task port: while true ; do cat /proc/slabinfo ; done shows that ipc_port keeps increasing, I checked in the kernel, it is the task port, and disabling the register_new_task_notification() call in proc fixes the issue (I'm uploading that to Debian now, for now). Samuel