bug-hurd
[Top][All Lists]
Advanced

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

Hang while tracking sunrpc bug


From: Jeff Bailey
Subject: Hang while tracking sunrpc bug
Date: Sun, 19 Jan 2003 11:22:04 -0800
User-agent: Mutt/1.3.28i

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




reply via email to

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