Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 14 Sep 2001 11:37:39 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: _cygheap_start Message-ID: <20010914113739.D32343@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i On Fri, Sep 14, 2001 at 05:07:21PM +1000, Robert Collins wrote: >Why would threads that exit the daemon seem to be jumping to >_cygheap_start ? _cygheap_start is the last recognizable symbol in cygwin1.dll. Any address higher than that will be considered to be part of _cygheap_start by gdb. cgf