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/24 06:02:33 UTC

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

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


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

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-705.
-------------------------------


Closed as fixed.

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