Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-developers-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Subject: _cygheap_start
X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0
Date: Fri, 14 Sep 2001 17:07:21 +1000
Message-ID: <EA18B9FA0FE4194AA2B4CDB91F73C0EF7A2A@itdomain002.itdomain.net.au>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: _cygheap_start
Thread-Index: AcE86+Wf322C9bbnTNSz4GwQ+FoCPQ==
From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au>
To: <cygwin-developers AT cygwin DOT com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id DAA27521

Why would threads that exit the daemon seem to be jumping to
_cygheap_start ?

when it's shutting down, the threads all happily call ExitThread (I'm
using native win32 calls for efficiency), but the threads don't get
cleaned up - they sit in _cygheap_start.

However that looks like data not code space to me...? Any suggestions?

Rob