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

[jira] Updated: (STDCXX-707) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails 4 assertions due to __rw_memattr()

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

Martin Sebor updated STDCXX-707:
--------------------------------

          Description: 
On the head of trunk the test fails 4 assertions:

{noformat}
$ uname -srm && xlC -qversion && ./0.printf 2>&1 | grep -i assertion
AIX 3 00CBEE9E4C00
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000
# Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address 0x00000020)", got ""
# Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address 0x00000020)", got ""
# Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address 0x00000020)", got """"
# Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address 0x00000020)", got "{ tm_mday=0 [1,31] }"
{noformat}

  was:

On the head of trunk the test fails 4 assertions:

{noformat}
$ uname -srm && xlC -qversion && ./0.printf 2>&1 | grep -i assertion
AIX 3 00CBEE9E4C00
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000
# Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address 0x00000020)", got ""
# Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address 0x00000020)", got ""
# Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address 0x00000020)", got """"
# Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address 0x00000020)", got "{ tm_mday=0 [1,31] }"
{noformat}

    Affects Version/s: 4.2.0

Set Affects Version/s to 4.2.0.

> [IBM XLC++ 9.0/AIX 5.3] 0.printf fails 4 assertions due to __rw_memattr()
> -------------------------------------------------------------------------
>
>                 Key: STDCXX-707
>                 URL: https://issues.apache.org/jira/browse/STDCXX-707
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> On the head of trunk the test fails 4 assertions:
> {noformat}
> $ uname -srm && xlC -qversion && ./0.printf 2>&1 | grep -i assertion
> AIX 3 00CBEE9E4C00
> IBM XL C/C++ Enterprise Edition for AIX, V9.0
> Version: 09.00.0000.0000
> # Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address 0x00000020)", got ""
> # Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address 0x00000020)", got ""
> # Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address 0x00000020)", got """"
> # Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address 0x00000020)", got "{ tm_mday=0 [1,31] }"
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.