When stepping through glibc's sunrpc/rpcgen to figure out why stat is
broken, I got this far:
(gdb) step
__io_stat (stat_object=4294967295, stat_info=0x10179e0)
at /disks/7/cvstree/build.glibc/hurd/RPC_io_stat.c:71
71 register Request *InP = &Mess.In;
(gdb)
72 register Reply *OutP = &Mess.Out;
(gdb)
99 InP->Head.msgh_bits =
(gdb)
102 InP->Head.msgh_request_port = stat_object;
(gdb)
103 InP->Head.msgh_reply_port = __mig_get_reply_port();
(gdb)
And then the task appears to hang. Running 'kill' from the other window
hung that window. How do I get more information on what's happening?
This only happened when I stepped through the program. When I run it
completely it runs through this bit fine (minus the fact that stat seems
to be otherwise been broken since glibc-2.3.1 *g*)
Tks,
Jeff Bailey
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd