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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 7 Mar 2002 10:31:11 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: xdvi runtime error Message-ID: <20020307103111.O13590@cygbert.vinschen.de> Mail-Followup-To: cygwin 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.22.1i On Wed, Mar 06, 2002 at 10:32:38PM -0500, Nicolae Santean wrote: > > I believe that the 128 megabyte realloc failure is a consequence > (memory leak - maybe) of the other errors: > > "xdvi: fcntl F_SETOWN: Invalid argument", "setsid: Not owner" > > I am getting these errors first, and then I watch the memory being > slowly flooded. By no means xdvi should go to 128Mb. I suspect that > I have used wrong config/makefile settings during the make/install > and now xdvi is calling what it shouldn't. If xdvi is irritated by the result of fcntl(F_SETOWN) then you should tweak xdvi to not use it. F_SETOWN isn't supported by Cygwin. It always returns -1, errno = EINVAL. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/