Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 25 Jun 2002 00:37:03 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: malloc debug message: "memory not allocated" Message-ID: <20020625043703.GB21436@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3D17698B DOT 9060304 AT hekimian DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D17698B.9060304@hekimian.com> User-Agent: Mutt/1.3.23.1i On Mon, Jun 24, 2002 at 02:48:43PM -0400, Joe Buehler wrote: >I had posted previously about a hang problem I am having. > >To attempt to track down what is going on, I built the latest >cvs core code (1.3.11) with debugging on, and malloc debugging also. >When I install and run the newly built code I get thousands >of messages of the form: > >/usr/local/cygwin-src/src/winsup/cygwin/dtable.cc:478: memory not allocated > >This happens when I telnet in to the NT box, or ssh in. It also happens >whenever I run a command from the shell prompt. Though it is not >always at dtable.cc:478. > >This appears to be coming out of dlmalloc.c. It looks like this message >implies >that a block of memory is in use but the allocator does not think >it should be. > >Is that the correct interpretation of this message? Possibly. I think you have to compile dlmalloc with a higher level of debugging to get it to tell you more. cgf -- Please do not send me personal email with cygwin questions. Use the resources at http://cygwin.com/ . -- 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/