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

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

[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
            Reporter: Travis Vitek
             Fix For: 4.2.1



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.


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

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

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

    Affects Version/s: 4.2.1
        Fix Version/s:     (was: 4.3.0)
                       4.2.2

Rescheduled for 4.2.2.

> [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, 4.2.1
>            Reporter: Travis Vitek
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>   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.


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

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


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

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

Martin Sebor reassigned STDCXX-707:
-----------------------------------

    Assignee: Eric Lemings  (was: Travis Vitek)

Reassigned to Brad since he's already got STDCXX-806 and STDCXX-931.

> [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, 4.2.1
>            Reporter: Travis Vitek
>            Assignee: Eric Lemings
>             Fix For: 4.2.2
>
>   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.


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

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

Martin Sebor reassigned STDCXX-707:
-----------------------------------

    Assignee: Travis Vitek

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


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

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

Travis Vitek updated STDCXX-707:
--------------------------------

    Fix Version/s:     (was: 4.2.1)
                   4.3

Postponed to 4.3

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