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 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: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: _cygheap_start Thread-Index: AcE86+Wf322C9bbnTNSz4GwQ+FoCPQ== From: "Robert Collins" To: 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