bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH hurd 2/5] proc: register for new task notifications


From: Samuel Thibault
Subject: Re: [PATCH hurd 2/5] proc: register for new task notifications
Date: Tue, 10 Feb 2015 22:25:41 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]