Front page | perl.perl5.porters |
Postings from August 2001
HPUX 10.20
Thread Next
From:
Arthur Bergman
Date:
August 31, 2001 00:34
Subject:
HPUX 10.20
Message ID:
B7B50A9E.36F9%arthur@contiller.se
I think the problem is that we should not do
SAVEI32 at regcomp.c:4738
PL_reg_sv_utf8 is a bool indicating wheter or not there is UTF8.
It apperently bus errors doing a SAVEI32 on HP-UX 10.20.
One idea might just be to try
SAVEI8
SAVEI16
SAVEIINT
SAVEIV
or whatever bool is on HP-UX 10.20 ?
--
Arthur
Thread Next
-
HPUX 10.20
by Arthur Bergman