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 Message-ID: <3F33CBFD.E2C954C2@acm.org> Date: Fri, 08 Aug 2003 09:12:45 -0700 From: David Rothenberger Reply-To: cygwin AT cygwin DOT com X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: What is the minimum needed to run gtar? References: <3D5E0EA708C5DD44B7575859D366728C2DC29D AT svr-orw-exc-02 DOT wv DOT mentorg DOT com> <3F3150CF DOT 1F053532 AT acm DOT org> <16178 DOT 40732 DOT 673704 DOT 456513 AT phish DOT entomo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit David Rothenberger wrote: > > David Rothenberger writes: > > "Biederman, Steve" wrote: > > > > > > I want to allow the users I support to be able to run Cygwin tar on their Windows machines. > > > These machines have not had any Cygwin installed; they're just bare Windows machines. > > > > > > I provided them tar.exe and cygwin1.dll and assumed that with these, they could run > > > Cygwin tar sucessfully. It appears that that isn't the case: machines without Cygwin > > > installed see different behavior than machines which have it installed. (Running tar > > > on machines without Cygwin installed creates incorrect tar archives.) > > > [snip] > > Through experimentation, I discovered that the problem went away if I > > created an /etc mount. > > I did a little debugging on this. It turns out that when tar > "hangs", the process is in an infinite loop in malloc_consolidate(). Some googling uncovered that loops in malloc_consolidate() are usually a sign of heap corruption. More googling suggested that compiling the cygwin dll with --enable-malloc-debugging would be helpful for finding heap corruption. But, I'm have quite a bit of trouble getting the dll to compile with that configure switch. I'm hacking and slashing my way through the compilation, but I'm wondering whether it's worth it. Should I expect the malloc debugging to work at all? Or is this something that worked in the past but hasn't been tried in a long time and is probably no longer working? Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/