Mail Archives: cygwin/2010/06/08/03:49:51
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
MIME-Version: | 1.0
|
In-Reply-To: | <AANLkTilt8j_pFoDy9ttJzk4CUVRGQcjwAVIoP5ZCZDYC@mail.gmail.com>
|
References: | <20100604083653 DOT GA6401 AT calimero DOT vinschen DOT de> <4C08CAE9 DOT 2000507 AT 12000 DOT org> <4C08D2B8 DOT 8090609 AT 12000 DOT org> <4C0C685A DOT 1010803 AT x-ray DOT at> <4C0C83D5 DOT 3070705 AT 12000 DOT org> <AANLkTilfLX5QpbvWAg3zqOOthsRGgLF3N0ganwgzkEa9 AT mail DOT gmail DOT com> <4C0CB1AE DOT 8030902 AT 12000 DOT org> <4C0D3F16 DOT 6090307 AT 12000 DOT org> <20100607194146 DOT GA31697 AT ednor DOT casa DOT cgf DOT cx> <4C0D4FB7 DOT 7060307 AT 12000 DOT org> <20100607201507 DOT GA5183 AT ednor DOT casa DOT cgf DOT cx> <4C0D57CD DOT 1030908 AT 12000 DOT org> <4C0D60DE DOT 4040101 AT cygwin DOT com> <4C0D9381 DOT 3080506 AT 12000 DOT org> <4C0DA501 DOT 8050402 AT cwilson DOT fastmail DOT fm> <4C0DAD7C DOT 2090007 AT 12000 DOT org> <AANLkTilt8j_pFoDy9ttJzk4CUVRGQcjwAVIoP5ZCZDYC AT mail DOT gmail DOT com>
|
Date: | Tue, 8 Jun 2010 09:49:34 +0200
|
Message-ID: | <AANLkTinKRw4eAzSUf9mJ2My06jMs8RsqMV-nPmJCMGg4@mail.gmail.com>
|
Subject: | Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal
|
From: | Alexander T <mittspamkonto AT gmail DOT com>
|
To: | nma AT 12000 DOT org, cygwin AT cygwin DOT com
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
Err, 'very deep' was a bit misleading, the error seemed to show up at
2-3 levels according to the last post in that thread.
On 6/8/10, Alexander T <mittspamkonto AT gmail DOT com> wrote:
> There is a similar post from 2009 where the conclusion is that this
> can be caused by very deep forking
> (http://readlist.com/lists/cygwin.com/cygwin/6/34359.html). Is it
> possible that the make script does very deep, or is stuck in infinite,
> recursion?
>
> On 6/8/10, Nasser M. Abbasi <nma AT 12000 DOT org> wrote:
>> On 6/7/2010 7:03 PM, Charles Wilson wrote:
>>> On 6/7/2010 8:49 PM, Nasser M. Abbasi wrote:
>>>>
>>>> $ make test
>>>> ....
>>>> 0 [main] perl 5308 C:\cygwin\bin\perl.exe: *** fatal error -
>>>> Internal error: TP_NUM_W_BUFS too small.
>>>>
>>>> Error while converting image: No such file or directory
>>>>
>>>> Error: Cannot read 'img2.png': No such file or directory
>>>> Converting image #1
>>>> 0 [main] perl 4824 C:\cygwin\bin\perl.exe: *** fatal error -
>>>> Internal error: TP_NUM_W_BUFS too small.
>>>
>>
>>
>>> I wonder if the 'test' procedure for latex2hmtl sets the $PATH to your
>>> installed LaTeX implementation.
>>>
>>> Or worse, somehow sets a PERL5_INCPATH variable to point at the
>>> perl/lib/ directory under G:\LATEX\. If THAT happened, then your
>>> cygwin-perl would be trying to use native-perl's libraries (including
>>> binary extensions)...
>>>
>>> Try, temporarily, moving G:/LATEX/perl out of the way.
>>>
>>> --
>>> Chuck
>>>
>>
>> Ok, I did. I renamed my windows perl folder, but I still get the same
>> error.
>>
>> May be someone can try to install Latex2html on their cygwin as I did
>> and try this? May be this has nothing to do with windows 64 bit or
>> windows 7, so any windows version might show this problem as well?
>>
>> Installation of l2h is easy on cygwin, just need to download l2h and
>> untar and type ./configure, make, make install, make test
>>
>> Instructions how to install l2h on cygwin are on my page below:
>>
>> http://12000.org/my_notes/l2hwin/index.htm
>>
>> (need to edit one file, to make sure to tell l2h is under Unix)
>>
>> Not many people use l2h under cygwin, may be I am the first to try to do
>> this on cygwin 1.7?
>>
>> ==============================
>>
>> $ ls /cygdrive/G/LATEX | grep -i perl
>> perl_NOT_USED_FOR_MINUTE
>>
>> $ echo $PATH
>> /usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem
>>
>> $ which perl
>> /usr/bin/perl
>>
>> $ perl -v
>>
>> This is perl, v5.10.1 (*) built for i686-cygwin-thread-multi-64int
>> (with 12 registered patches, see perl -V for more detail)
>>
>> $ make test
>> ....
>> Converting image #2
>> 0 [main] perl 4396 C:\cygwin\bin\perl.exe: *** fatal error -
>> Internal error: TP_NUM_W_BUFS too small.
>>
>> Error while converting image: No such file or directory
>>
>> Error: Cannot read 'img2.png': No such file or directory
>> Converting image #1
>> 0 [main] perl 712 C:\cygwin\bin\perl.exe: *** fatal error -
>> Internal error: TP_NUM_W_BUFS too small.
>>
>> ======================
>>
>> --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
>>
>>
>
--
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
- Raw text -