[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: remote debugging stubs (neighbourhurds)
From: |
Greg Buchholz |
Subject: |
Re: remote debugging stubs (neighbourhurds) |
Date: |
Tue, 9 Sep 2003 00:17:56 +0100 (BST) |
On Tue, 9 Sep 2003, Marcus Brinkmann wrote:
> On Mon, Sep 08, 2003 at 11:10:35PM +0200, Marco Gerards wrote:
> >
> > This is weird. Is /hurd/exec on the fs. Is there a /server/* ? Attach
> > gdb to the fs. to see what it its loading.
Yes, there is a /hurd/exec, and I have a /server directory (and
there is a 0 byte exec file in it). In fact I dumped most of my hurd
partition to CD just to see what would happen if I ever got it to boot.
>
> Well, one thing that happens in the boot procedure is that exec is attached
> to the /servers/exec node. This might only work on filesystems with write
> support. In other words: there might be gaps in iso9660fs's support for the
> bootstrap procedure.
Just for reference, when iso9660fs boots for real, it starts to
barf in libstore/open.c after it gets called from store_parsed_open().
Or it probably barfs here -- this is where I got tired of the "debug by
printf" method and started looking towards gdb and "boot". If true, that
probably narrows it down to either file_name_lookup() or store_create()
that fails.
Thanks,
Greg Buchholz
- remote debugging stubs, Greg Buchholz, 2003/09/08
- Re: remote debugging stubs, Marco Gerards, 2003/09/08
- Re: remote debugging stubs, Marcus Brinkmann, 2003/09/08
- Re: remote debugging stubs (neighbourhurds), Greg Buchholz, 2003/09/08
- Re: remote debugging stubs (neighbourhurds), Marco Gerards, 2003/09/08
- Re: remote debugging stubs (neighbourhurds), Marcus Brinkmann, 2003/09/08
- Re: remote debugging stubs (neighbourhurds),
Greg Buchholz <=
- Re: remote debugging stubs (neighbourhurds), Marco Gerards, 2003/09/09
- Re: remote debugging stubs (neighbourhurds), Greg Buchholz, 2003/09/09
- Re: remote debugging stubs (neighbourhurds), Marcus Brinkmann, 2003/09/09
- Re: remote debugging stubs (gdb problems), Greg Buchholz, 2003/09/09
- Re: remote debugging stubs (gdb problems), Marco Gerards, 2003/09/09
- Re: remote debugging stubs (EXC_BAD_ACCESS), Greg Buchholz, 2003/09/10
- Re: remote debugging stubs (EXC_BAD_ACCESS), Marco Gerards, 2003/09/10
- Re: remote debugging stubs (EXC_BAD_ACCESS), Greg Buchholz, 2003/09/10
- Re: remote debugging stubs (EXC_BAD_ACCESS), Marco Gerards, 2003/09/12
- Re: remote debugging stubs (EXC_BAD_ACCESS), Marco Gerards, 2003/09/13