Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-22 Thread Norman Vine
Christopher Faylor wrote: > On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote: > >Christopher Faylor writes: > > > >> I was able to duplicate Jason's mmap problem with his version of exim > >> and, so, I think I was also able to fix it. > > >> So, try a snapshot. Collect them all. Win

RE: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Gary R. Van Sickle
> On Mon, Oct 21, 2002 at 10:42:45PM -0500, Gary R. Van Sickle wrote: > >>I was able to duplicate Jason's mmap problem with his version of exim > >>and, so, I think I was also able to fix it. > >> > >>The latest snapshot should solve this problem. The hanging problem > >>that I mentioned previousl

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Christopher Faylor
On Mon, Oct 21, 2002 at 10:42:45PM -0500, Gary R. Van Sickle wrote: >>I was able to duplicate Jason's mmap problem with his version of exim >>and, so, I think I was also able to fix it. >> >>The latest snapshot should solve this problem. The hanging problem >>that I mentioned previously seems to b

RE: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Gary R. Van Sickle
> I was able to duplicate Jason's mmap problem with his version of exim > and, so, I think I was also able to fix it. > > The latest snapshot should solve this problem. The hanging problem that > I mentioned previously seems to be gone, too... or, more likely, it > will manifest itself 10 seconds

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Norman Vine wrote: > Christopher Faylor writes: > > The signal 11 is a problem. There should > > be a stackdump file. Please decode the addresses with addr2line and report > > them here. $ addr2line -e /bin/cygwin1.dll -f 0x61088F0F 0x61088ED7 0x61034584 0x61077A1F 0x61007A61 0x61007C47 0x 6

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Christopher Faylor
Try setting the heap_chunk_size back down to 256M. The stack dump is just the result of the abort in fork.cc which was caused by the memory error so it isn't very useful. Thanks for decoding it, though. cgf On Mon, Oct 21, 2002 at 09:41:17PM -0400, Pierre A. Humblet wrote: >WinMe, dll built fro

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Christopher Faylor writes: > On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote: > >Christopher Faylor writes: > > > >> I was able to duplicate Jason's mmap problem with his version of exim > >> and, so, I think I was also able to fix it. > >> > >> The latest snapshot should solve this pr

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Christopher Faylor
On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote: >Christopher Faylor writes: > >> I was able to duplicate Jason's mmap problem with his version of exim >> and, so, I think I was also able to fix it. >> >> The latest snapshot should solve this problem. The hanging problem that >> I ment

Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Christopher Faylor writes: > I was able to duplicate Jason's mmap problem with his version of exim > and, so, I think I was also able to fix it. > > The latest snapshot should solve this problem. The hanging problem that > I mentioned previously seems to be gone, too... or, more likely, it > wil