At 07:58 AM 4/3/2001 -0500, Jarkko Hietaniemi wrote:
>> Building foolperl using DEC C V5.2-003 on OpenVMS Alpha V7.1,
>> Multinet V4.2 Rev A-X, I get all tests successful except:
>> 
>> [.lib]socket.t..........FAILED on test 9

>> The patch attached here makes the failure go away and changes only the 
>> printing out of a '#' comment to keep it on one line.

>Sarathy seems to have applied this patch.

Great, thanks.

>> [.op]utf8decode.........FAILED on test 53

>> # 4.2.2: Malformed UTF-8 character (3 byte(null), need 2) in unpack 
>> at [.op]utf8decode.t line 142.
>
>This comes from utf8.c:Perl_utf8_to_uv():387..388:

Thanks for the pointer.  I built a version for the VMS debugger (thus 
turning off compiler optimizations) in order to step through this, but the 
problem did not manifest itself in the debug version.  I think the best 
answer is to get a compiler released in the last five years.  Alternately 
one can just compile with /NOOPTIMIZE or experiment with lower levels of 
optimization.

Reply via email to