Re: gnumach crashing

2007-10-02 Thread R. Steven Rainwater
On Tue, 2007-10-02 at 05:32, Samuel Thibault wrote: > Thomas Schwinge, le Tue 02 Oct 2007 12:11:16 +0200, a écrit : > > Steven: Sorry for having kept you busy with this issue! Please try a > > ``cvs update -r gnumach-1-branch -D 2007-09-02'', rebuild the kernel and > > confirm that the resulting o

Re: gnumach crashing

2007-10-02 Thread Thomas Schwinge
Hello! On Tue, Oct 02, 2007 at 11:32:06AM +0100, Samuel Thibault wrote: > Thomas Schwinge, le Tue 02 Oct 2007 12:11:16 +0200, a écrit : > > I get a ``panic: zalloc: zone objects exhausted''. > Oops, sorry, I had a pending fix for this and forgot to commit it. It's > done now. Confirmed. Thanks

Re: gnumach crashing

2007-10-02 Thread Samuel Thibault
Thomas Schwinge, le Tue 02 Oct 2007 12:11:16 +0200, a écrit : > #v+ > 2007-09-03 Samuel Thibault <[EMAIL PROTECTED]> > > * kern/zalloc.c (zget_space): Align zalloc_next_space again after > calling kmem_alloc_wired (which may sleep). > #v- > > I get a ``panic: zalloc: zone objects ex

Re: gnumach crashing

2007-10-02 Thread Thomas Schwinge
Hello! On Mon, Oct 01, 2007 at 06:42:50PM -0500, R. Steven Rainwater wrote: > zalloc: zone ipc ports exhausted > My next guess is that there must be a patch applied to the Debian > gnumach source that isn't in the CVS source. I checked. My current GNU Mach source tree working copy was not the

Re: gnumach crashing

2007-10-01 Thread Guillem Jover
On Mon, 2007-10-01 at 18:42:50 -0500, R. Steven Rainwater wrote: > I'm guessing all that's left is a difference in the build process used > by dpkg-buildpackage vs the manual build instructions I'm following. > There's no question that the resulting files differ. The files size of > both the compre

Re: gnumach crashing

2007-10-01 Thread R. Steven Rainwater
I'm still having no luck trying to get a working gnumach compiled from CVS. I'll summarize where am to save reading over the thread again. I'm working on a Debian GNU/Hurd system that works fine as far as I can tell. It was installed from the K14 ISOs and then upgraded to the latest unstable versi

Re: gnumach crashing

2007-09-27 Thread R. Steven Rainwater
On Thu, 2007-09-27 at 16:56, Thomas Schwinge wrote: > > Starting MTA: Panic: zalloc: zone ipc ports exhausted > > Kernel Breakpoint trap, eip 0x1179d7 > > Stopped at 0x1179d6: int $3 > > > > Hurd seems to be crashing at the point when anything that uses the > > network starts up. > > What is your

Re: gnumach crashing

2007-09-27 Thread Thomas Schwinge
Hello! On Wed, Sep 26, 2007 at 01:02:20PM -0500, R. Steven Rainwater wrote: > On Wed, 2007-09-26 at 05:44, Thomas Schwinge wrote: > > On Tue, Sep 25, 2007 at 04:57:15PM -0500, R. Steven Rainwater wrote: > Now I've rebuilt gnumach with --enable-kdb and got slightly different > results. Instead of a

Re: gnumach crashing

2007-09-26 Thread pietro
On Wed, 26 Sep 2007 13:02:20 -0500, "R. Steven Rainwater" <[EMAIL PROTECTED]> wrote: > Hmmm... if I disable the Hurd console, will I still be able to get to > some sort of a prompt where I can re-enable it later? yes. you will get mach terminal instead of the hurd console. just type this command

Re: gnumach crashing

2007-09-26 Thread R. Steven Rainwater
On Wed, 2007-09-26 at 05:44, Thomas Schwinge wrote: > On Tue, Sep 25, 2007 at 04:57:15PM -0500, R. Steven Rainwater wrote: > > I hit my first problem with gnumach, following the instructions at the > > gnumach/building page listed above. I was able to download the source > > from CVS and build it o