Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Alexander T
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 n...@12000.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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Alexander T
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 mittspamko...@gmail.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 n...@12000.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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Nasser M. Abbasi

On 6/8/2010 12:46 AM, Alexander T 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?


Yes, I know, I saw the above, and I did point that message when I first 
reported the problem:


http://readlist.com/lists/cygwin.com/cygwin/8/44577.html

May be then this bug has been there for a year now.

--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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Corinna Vinschen
On Jun  8 00:54, Nasser M. Abbasi wrote:
 On 6/8/2010 12:46 AM, Alexander T 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?
 
 Yes, I know, I saw the above, and I did point that message when I
 first reported the problem:
 
 http://readlist.com/lists/cygwin.com/cygwin/8/44577.html
 
 May be then this bug has been there for a year now.

You missed http://readlist.com/lists/cygwin.com/cygwin/6/34365.html

This bug has been fixed for a year now.  Your bug is something else.
I'm still waiting for some helpful debugging like an strace or, even
better, a simple testcase in plain C.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-08 Thread Nasser M. Abbasi

On 6/8/2010 1:25 AM, Corinna Vinschen wrote:


Your bug is something else.
I'm still waiting for some helpful debugging like an strace or, even
better, a simple testcase in plain C.


Corinna



If someone using windows 7 out there, can install Latex2html with the 
current cygwin, they should be able to reproduce this bug (may be this 
is already done, I do not know).


If they can't reproduce it, then this means there is something else on 
my PC which is causing it.



--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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Christopher Faylor
On Mon, Jun 07, 2010 at 11:48:54AM -0700, Nasser M. Abbasi wrote:

This is a bug report. attached is output of  cygcheck -s -v -r (I get 
some access denited warnings btw):

$ cygcheck -s -v -r cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 
error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': 
Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.
$

This looks suspicious:

Warning: C:\cygwin\bin\perl.exe hides G:\LATEX\perl\bin\perl.exe

That would indicate that you have two versions of perl on your system.

cgf

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi

On 6/7/2010 12:41 PM, Christopher Faylor wrote:

On Mon, Jun 07, 2010 at 11:48:54AM -0700, Nasser M. Abbasi wrote:


This is a bug report. attached is output of  cygcheck -s -v -r (I get
some access denited warnings btw):

$ cygcheck -s -v -r  cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.
$





This looks suspicious:

Warning: C:\cygwin\bin\perl.exe hides G:\LATEX\perl\bin\perl.exe

That would indicate that you have two versions of perl on your system.

cgf




Yes, I have the windows version of perl (Active Perl 5.1) and cygwin own 
perl.


What is wrong with this? I need the windows version to be able to use 
latex2html on windows, since I am not able to use latex2html installed 
on cygwin.


Can't one install different perl on windows if they have cygwin with its 
own perl? cygwin perl comes before windows perl.  windows perl is on 
windows path (defined by using windows, outside cygwin).


$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/cygdrive/g/LATEX/MiKTeX2.8/miktex/bin:/cygdrive/g/
LATEX/GnuWin32/bin:/cygdrive/g/LATEX/latex2html/bin:/cygdrive/g/LATEX/perl/bin:/
cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbe
m:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Program 
Files
 (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files 
(x86)/MATL
AB/R2008b Student/bin:/cygdrive/c/Program Files (x86)/MATLAB/R2008b 
Student/bin/

win32:/usr/lib/lapack

m...@me-pc ~
$ which perl
/usr/bin/perl



--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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Christopher Faylor
On Mon, Jun 07, 2010 at 12:59:51PM -0700, Nasser M. Abbasi wrote:
On 6/7/2010 12:41 PM, Christopher Faylor wrote:
 On Mon, Jun 07, 2010 at 11:48:54AM -0700, Nasser M. Abbasi wrote:

 This is a bug report. attached is output of  cygcheck -s -v -r (I get
 some access denited warnings btw):

 $ cygcheck -s -v -r  cygcheck.out
 /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
 error 5
 Access is denied.
 /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
 Access is denied.
 /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
 Access is denied.
 /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
 Win32 error 5
 Access is denied.
 /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
 Access is denied.
 $


 This looks suspicious:

 Warning: C:\cygwin\bin\perl.exe hides G:\LATEX\perl\bin\perl.exe

 That would indicate that you have two versions of perl on your system.

Yes, I have the windows version of perl (Active Perl 5.1) and cygwin own 
perl.

What is wrong with this? I need the windows version to be able to use 
latex2html on windows, since I am not able to use latex2html installed 
on cygwin.

Can't one install different perl on windows if they have cygwin with its 
own perl? cygwin perl comes before windows perl.  windows perl is on 
windows path (defined by using windows, outside cygwin).

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/cygdrive/g/LATEX/MiKTeX2.8/miktex/bin:/cygdrive/g/
LATEX/GnuWin32/bin:/cygdrive/g/LATEX/latex2html/bin:/cygdrive/g/LATEX/perl/bin:/
cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbe
m:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Program 
Files
  (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files 
(x86)/MATL
AB/R2008b Student/bin:/cygdrive/c/Program Files (x86)/MATLAB/R2008b 
Student/bin/
win32:/usr/lib/lapack

Rather than express amazement that I raised the issue why not just prove
that this doesn't mean anything by simplifying your path and trying
again?  I would try just doing something like:

c:\set 
PATH=c:\cygwin\bin;c:\windows;c:\windows\system32;c:\windows\system32\Wbem
bash$ ...

I also meant to mention that you should remove the reference to /usr/bin
since /bin and /usr/bin are the same directory under Cygwin.  This won't
have any effect other than to make things slightly slower but you don't
need to have this in your path.

cgf

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi

On 6/7/2010 1:15 PM, Christopher Faylor wrote:



Rather than express amazement that I raised the issue why not just prove
that this doesn't mean anything by simplifying your path and trying
again?


I am not expressing amazement, I was asking a simple question, if one 
can't install windows perl if they have cygwin also.


btw, I did NOT touch the $PATH. This is how it is out of the box.

cygwin by default post-append windows PATH to /usr/bin:/bin:.

In my $HOME/.barc I only add /usr/loca/bin to PATH



I would try just doing something like:

c:\set 
PATH=c:\cygwin\bin;c:\windows;c:\windows\system32;c:\windows\system32\Wbem
bash$ ...



Ok, I just did, and those warnings are still there:

$ uname -a
CYGWIN_NT-6.1-WOW64 me-PC 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 Cygwin

$ echo $PATH
/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem

$ cygcheck -s -v -r  cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 
error 5

Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': 
Win32 error 5

Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.
$

--Nasser




I also meant to mention that you should remove the reference to /usr/bin
since /bin and /usr/bin are the same directory under Cygwin.  This won't
have any effect other than to make things slightly slower but you don't
need to have this in your path.

cgf

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Larry Hall (Cygwin)

On 6/7/2010 4:34 PM, Nasser M. Abbasi wrote:

On 6/7/2010 1:15 PM, Christopher Faylor wrote:

Rather than express amazement that I raised the issue why not just prove
that this doesn't mean anything by simplifying your path and trying
again?


I am not expressing amazement, I was asking a simple question, if one
can't install windows perl if they have cygwin also.


You can.  But if you're having a problem, it makes sense to eliminate the
possible collision, no?


I would try just doing something like:

c:\set
PATH=c:\cygwin\bin;c:\windows;c:\windows\system32;c:\windows\system32\Wbem

bash$ ...



Ok, I just did, and those warnings are still there:

$ uname -a
CYGWIN_NT-6.1-WOW64 me-PC 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 Cygwin

$ echo $PATH
/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem


$ cygcheck -s -v -r cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
error 5

...

Chris wasn't asking you to try this to see if the cygcheck warnings would
go away.  He was asking you to try this to see if it made any difference
with your original problem.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Christopher Faylor
On Mon, Jun 07, 2010 at 01:34:21PM -0700, Nasser M. Abbasi wrote:
On 6/7/2010 1:15 PM, Christopher Faylor wrote:
 Rather than express amazement that I raised the issue why not just prove
 that this doesn't mean anything by simplifying your path and trying
 again?

I am not expressing amazement, I was asking a simple question, if one 
can't install windows perl if they have cygwin also.

btw, I did NOT touch the $PATH. This is how it is out of the box.

So it is.  I'm pretty dense for never noticing this after all of
these years.

cygwin by default post-append windows PATH to /usr/bin:/bin:.

In my $HOME/.barc I only add /usr/loca/bin to PATH


I would try just doing something like:

 c:\set 
 PATH=c:\cygwin\bin;c:\windows;c:\windows\system32;c:\windows\system32\Wbem
 bash$ ...


Ok, I just did, and those warnings are still there:

$ uname -a
CYGWIN_NT-6.1-WOW64 me-PC 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 Cygwin

$ echo $PATH
/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem

$ cygcheck -s -v -r  cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 
error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': 
Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.
$

As Larry suggests, I wasn't referring to the cygcheck warnings.  I was
referring to your bug report.

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi

On 6/7/2010 2:13 PM, Larry Hall (Cygwin) wrote:



Chris wasn't asking you to try this to see if the cygcheck warnings would
go away.  He was asking you to try this to see if it made any difference
with your original problem.



OK, I just did.  The perl crash is still there.
Please let me know if anything else I can try.


===
$ echo $PATH
/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem

$ ./configure
creating cache ./config.cache
checking for perl... /usr/bin/perl
checking whether #! works in shell scripts... yes
.

$ make
$ make install
/usr/bin/perl config/install.pl
install.pl (Revision 1.12)

Info: Installed /usr/local/share/lib/latex2html/icons/blueball.gif
Info: Installed /usr/local/share/lib/latex2html/icons/blueball.png

mktexlsr: Updating /var/cache/fonts/ls-R...
mktexlsr: Updating /var/lib/texmf/ls-R...
mktexlsr: Done.
Done. Have a lot of fun with LaTeX2HTML!
$

$ 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.

...

===

Also tried with adding sleep(3) as was earlier suggested, and repated 
all the above, same problem.


--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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Charles Wilson
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

--
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



Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-07 Thread Nasser M. Abbasi

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