[HP-UX/IPF] 0.printf fails 4 assertions due to __rw_memattr()
-------------------------------------------------------------
Key: STDCXX-705
URL: https://issues.apache.org/jira/browse/STDCXX-705
Project: C++ Standard Library
Issue Type: Bug
Components: Test Driver
Reporter: Martin Sebor
Priority: Critical
Fix For: 4.2.1
In 4.2.0, the 0.printf test hangs on HP-UX 11.31/IPF.
On the head of trunk the test fails 4 assertions:
{noformat}
$ uname -srm && aCC -V && ./0.printf 2>&1 | grep -i assertion
HP-UX B.11.31 ia64
aCC: HP C/aC++ B3910B A.06.14 [Feb 22 2007]
# Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address
0x7fff4090)", got ""
# Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address
0x7fff4090)", got ""
# Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address
0x7fff4090)", got """"
# Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address
0x7fff4090)", got "{ tm_sec=855638016 [0,60], tm_mday=0 [1,31] }"
Failed 4 out of 1588 assertions.
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.