You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/31 01:43:34 UTC

[jira] Assigned: (STDCXX-705) [HP-UX/IPF] 0.printf fails 4 assertions due to __rw_memattr()

     [ https://issues.apache.org/jira/browse/STDCXX-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-705:
-----------------------------------

    Assignee: Martin Sebor

> [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
>            Assignee: Martin Sebor
>            Priority: Critical
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.