| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| 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 |
| Message-ID: | <4194AC4C.1020603@x-ray.at> |
| Date: | Fri, 12 Nov 2004 13:27:56 +0100 |
| From: | Reini Urban <rurban AT x-ray DOT at> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8a4) Gecko/20040927 |
| MIME-Version: | 1.0 |
| To: | cygwin <cygwin AT cygwin DOT com> |
| CC: | pod-people AT perl DOT org |
| Subject: | Re: perl-5.8.5-3 Pod::Simple::HTMLBatch coredump |
| References: | <41949DE6 DOT 8040405 AT x-ray DOT at> |
| In-Reply-To: | <41949DE6.8040405@x-ray.at> |
| X-IsSubscribed: | yes |
| Note-from-DJ: | This may be spam |
Reini Urban schrieb:
> Gerrit, or someone else
> Could you please try to run this with perl-5.8.5-3
>
> cpan Pod::Simple::HTMLBatch
> perl -mPod::Simple::HTMLBatch -ePod::Simple::HTMLBatch::go \
> @INC /www/docs/perl/pod2html
>
> For me it always dumps core at the same place.
> When writing pods/perltoc.html:
>
> ...
> <script type="text/javascript" src="../_podly.js"></script>
>
> </head>
> <body c
>
> I tried it without heap_chunk_in_mb (i.e. 256mb)
> and with the same result with
> regtool -i set \
> '/HKLM/Software/Cygnus Solutions/Cygwin/heap_chunk_in_mb' 1024
>
> Of course I restarted the dll.
> If you can reproduce it, I have to file a perlbug report.
And it is not an error on parsing the problematic file.
perltoc.pod is by far the largest file with the most links.
perl -mPod::Simple::HTML -ePod::Simple::HTML::go \
/usr/lib/perl5/5.8.5/pods/perltoc.pod > perltoc.html
works fine.
And after renaming /usr/lib/perl5/5.8.5/pods/perltoc.pod to
/usr/lib/perl5/5.8.5/pods/perltoc.pod~
it also works fine.
So it's clearly a cygwin or perl specific memory issue.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |