Hi :) Quoting Thomas Schwinge (2016-02-23 11:37:58) > 68<--72(pid-1)-> 2400 (rpctrace: ../../utils/rpctrace.c:863: > print_contents: Assertion `inp->msgh_bits & 0x80000000U' failed. > Aborted > > (Yay, another rpctrace issue.) ;-)
Actually, that is not an rpctrace issue. rpctrace is rightfully complaining about the fact that a message carrying rights is not marked as complex. I believe the kernel strips that away, and it is my fault :( Fwiw, 2400 is the mach kernel sending an exception. Justus