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:47:33 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12564247#action_12564247 ] 

Martin Sebor commented on STDCXX-705:
-------------------------------------

See the thread Re: [\[PATCH\] STDCXX-705|http://www.mail-archive.com/dev@stdcxx.apache.org/msg00085.html] for a discussion of this issue.

> [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.