From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29302 invoked by alias); 22 Oct 2002 22:00:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 29254 invoked from network); 22 Oct 2002 22:00:03 -0000 Received: from unknown (HELO mx3.cape.com) (204.107.252.50) by sources.redhat.com with SMTP; 22 Oct 2002 22:00:03 -0000 Received: from sfdev3 (tsc-116.cape.com [140.186.55.116]) by mx3.cape.com (8.12.3/8.12.3) with SMTP id g9MLxwVJ010894 for ; Tue, 22 Oct 2002 17:59:58 -0400 Message-ID: <006801c27a16$757f2050$7437ba8c@sfdev3> Reply-To: "Norman Vine" From: "Norman Vine" To: References: <20021017181218.GA320@cisco.com> <20021017182952.GA7865@redhat.com> <20021018122321.GA1768@tishler.net> <20021018142340.GA8353@redhat.com> <20021018151318.GB1060@tishler.net> <20021018193439.GB13377@redhat.com> <20021018202746.GA2336@tishler.net> <20021021011719.GA9819@redhat.com> <09b701c27934$8233fa60$0636ba8c@sfdev3> <20021021193525.GB19051@redhat.com> Subject: Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems) Date: Tue, 22 Oct 2002 18:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: Cape.Com VirusScan, no known virus found X-SW-Source: 2002-10/txt/msg01386.txt.bz2 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 valuable prizes. > > >rxvt seems to have a problem with this dll > > >make[1]: Leaving directory `/src/cygwin2/obj/libiberty' > > 2194 [main] ? 2076 open_shared: relocating shared object shared(3) from > >0xA000000 to 0xC5D0000 on Windows NT > >Signal 11 > > The above message is a warning. The signal 11 is a problem. There should > be a stackdump file. Please decode the addresses with addr2line and report > them here. It appears as if todays patch < see below > fixes this problem Thanks ! Norman 2002-10-22 Christopher Faylor * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. (init_cheap): Ditto for declaration. * fork.cc (fork_parent): Use user_heap element in cygheap. * heap.h (inheap): Ditto. * heap.cc (sbrk): Ditto. (heap_init): Ditto. Reorganize to shrink heap chunk as required and record new value in cygheap. * dcrt0.cc (dll_crt0_1): More "move the cygthread init" games. * shared.cc (open_shared): Rework memory protection to properly deal with relocated shared segment. (shared_info::heap_chunk_size): Rename element to 'heap_chunk'. * shared_info.h (shared_info): Ditto for declaration. * strace.cc (strace::hello): Report on heap chunk size from cygheap since it may shrink. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/