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/02/01 21:19:08 UTC

[jira] Resolved: (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 resolved STDCXX-705.
---------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?rev=616976&view=rev
Merged to branches/4.2.x in http://svn.apache.org/viewvc?rev=617627&view=rev

> [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
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> 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.