Svante Signell, le Thu 14 Apr 2011 13:38:16 +0200, a écrit : > On Wed, 2011-04-13 at 19:22 +0200, Samuel Thibault wrote: > > Svante Signell, le Wed 13 Apr 2011 16:14:54 +0200, a écrit : > ... > > > Failure: The ghc6 build hangs at the same place also as root (and with > > > the timer watchdog disabled). What to do next?? > > > > Run gdb on the pflocal process to check out what's happening (i.e. > > variables, pipe state, etc.) on that end of the calls that holds ghc6. > > I'm sorry, but attaching to the pflocal process with gdb makes qemu/hurd > hang hard!
You probably need to use the non-intrusive option which prevents gdb from stopping the process. (else all pipes & such stop working, yes). Samuel