From: Diego Nieto Cid <[email protected]> Hello,
Here's the latest revision of the GNU Mach patch for implementing virtual address space limits. I still have some problems when running under rpctrace. What I managed to find out is that when running as the root user (to increase the max limit) the rpctrace output shows the vm_set_size_limit call preceeded by the proc_getprivports_request in both test cases (direct RPC call and through setrlimit). However, the non-root user calls (i.e. when lowering the current limit), also fail in both mentioned test cases. So it seems to be some issue when using the port returned by the call to mach_host_self (). Non rpctraced executions work fine in both cases. Regards, Diego -- 2.51.0
