X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4C08CAE9.2000507@12000.org> Date: Fri, 04 Jun 2010 02:44:09 -0700 From: "Nasser M. Abbasi" Reply-To: nma AT 12000 DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal References: <20100603004331 DOT eehneofq8kos4ccw AT webmail DOT 12000 DOT org> <4C07FC62 DOT 90207 AT 12000 DOT org> <20100604083653 DOT GA6401 AT calimero DOT vinschen DOT de> In-Reply-To: <20100604083653.GA6401@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 6/4/2010 1:36 AM, Corinna Vinschen wrote: >> >> Error: Cannot read 'img2.png': No such file or directory >> Converting image #1 >> 0 [main] perl 3400 C:\cygwin\bin\perl.exe: *** fatal error - >> Internal error: TP_NUM_W_BUFS too small." > > This looks like an internal error in Cygwin which runs out of TLS > filename buffers. For a start, could you please strace the perl > process? This may help to figure out the function in which the problem > occurs. > > > Corinna > I tried doing strace -o logfile make test but the output was too large, and the make seems to become slower and slower, after the file got to be over 2 GB and still growing, I killed everything. So, I tried this next: edited the Makefile and added "-d" to the perl command in the Makefile, then typed $ export PERLDB_OPTS="NonStop frame=2" make test This below is a small part of the screen output around the perl crash, may be this will help? again, i am not familar with perl or debugging it, but will be happy to help, if you have some specific instructions I can try. ==== screen output===== entering L2hos::Unix::syswait This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2010.06.04:0234' -> /cygdrive/G/LATEX/TMP/l2h2264/image (-> /cygdrive/G/LATEX/TMP/l2h2264/image001) [1] (-> /cygdrive/G/LATEX/TMP/l2h2264/image002) [2] exited L2hos::Unix::syswait entering L2hos::Unix::Rename exited L2hos::Unix::Rename entering L2hos::Unix::Rename exited L2hos::Unix::Rename entering L2hos::Unix::Unlink exited L2hos::Unix::Unlink entering main::extract_image entering NDBM_File::FETCH exited NDBM_File::FETCH entering NDBM_File::FETCH exited NDBM_File::FETCH entering L2hos::Unix::Unlink exited L2hos::Unix::Unlink Converting image #2 entering L2hos::Unix::syswait 0 [main] perl 1312 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. exited L2hos::Unix::syswait Error while converting image entering main::write_warnings exited main::write_warnings entering main::embed_image entering main::get_image_size exited main::get_image_size === screen output ==== --Nasser -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple