home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!think.com!rpi!usc!news.service.uci.edu!draco.acs.uci.edu!iglesias
- From: iglesias@draco.acs.uci.edu (Mike Iglesias)
- Subject: Re: perl on Alpha AXP
- Nntp-Posting-Host: draco.acs.uci.edu
- Message-ID: <2B0FD451.23389@news.service.uci.edu>
- Newsgroups: comp.lang.perl
- Organization: University of California, Irvine
- Lines: 52
- Date: 22 Nov 92 18:41:21 GMT
- References: <1992Nov20.063505.4001@ulrik.uio.no> <2B0DC2D4.20446@news.service.uci.edu>
-
- In article <2B0DC2D4.20446@news.service.uci.edu> I wrote:
- >I used the hints that Marc Evans posted a couple of months ago to get
- >perl 4.035 to compile and pass the tests. However, it doesn't work
- >quite right. When I try to run Tom Christiansen's makewhatis script
- >(part of his excellent man package), perl seg faults compiling the
- >script (it even dies if I use perl -c makewhatis).
-
- Some more information: perl is dying trying to parse this line in
- the makewhatis script:
-
- if ($filext !~ /^${dirext}.*/ && $mandir ne 'mano') {
-
- I've included the last part of the output of perl -D32767 of makewhatis
- for anyone who understands it.
-
-
- Mike Iglesias Internet: iglesias@draco.acs.uci.edu
- University of California, Irvine BITNET: iglesias@uci
- Office of Academic Computing uucp: ...!ucbvax!ucivax!iglesias
- Distributed Computing Support phone: (714) 856-6926
-
-
- Tokener at if ($filext !~ /^${dirext}.*/ && $mandir ne 'mano') {
- Received token IF
- Reduce by (39) "label : /* empty */"
- State 6, token IF
- State 22, token -none-
- Tokener at ($filext !~ /^${dirext}.*/ && $mandir ne 'mano') {
- Tokener at ($filext !~ /^${dirext}.*/ && $mandir ne 'mano') {
- Received token (
- State 92, token -none-
- Tokener at $filext !~ /^${dirext}.*/ && $mandir ne 'mano') {
- Received token REG
- State 40, token -none-
- Tokener at !~ /^${dirext}.*/ && $mandir ne 'mano') {
- Received token NMATCH
- Reduce by (94) "term : REG"
- 0x4003f750: (01634) malloc 32 bytes
- State 29, token NMATCH
- Reduce by (77) "sexpr : term"
- State 27, token NMATCH
- State 121, token -none-
- Tokener at /^${dirext}.*/ && $mandir ne 'mano') {
- Tokener at /^${dirext}.*/ && $mandir ne 'mano') {
- 0x40045a10: (01635) malloc 56 bytes
- 0x4003f950: (01636) malloc 48 bytes
- 0x4003f990: (01637) malloc 39 bytes
- 0x4003f9d0: (01638) malloc 32 bytes
- 0x40045a90: (01639) malloc 56 bytes
- 0x40045b10: (01640) malloc 56 bytes
- 0x4003fa10: (01641) malloc 40 bytes
- Segmentation fault (core dumped)
-