Re: minor bug in glibc

2016-10-31 Thread Justus Winter
"Brent W. Baccala" writes: > task337(pid1240)->mach_port_deallocate (pn{ 0}) = 0xf ((os/kern) invalid > name) We talked about this briefly on the list, and I remember we agreed that this should be a nop. This needs to be documented and changed in GNU Mach, of course. Thoughts? Justus sign

minor bug in glibc

2016-10-30 Thread Brent W. Baccala
Hi - I'm using my newly enhanced rpctrace to hunt down a few bugs. Here's a minor one in glibc that shows up like this on "rpctrace /bin/true": task337(pid1240)->mach_port_deallocate (pn{ 0}) = 0xf ((os/kern) invalid name) The trick is to get rpctrace to halt the process when it encounters som