You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/12/10 10:52:44 UTC

[jira] Assigned: (STDCXX-850) signal in 23.list.cons

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

Farid Zaripov reassigned STDCXX-850:
------------------------------------

    Assignee: Farid Zaripov

> signal in 23.list.cons
> ----------------------
>
>                 Key: STDCXX-850
>                 URL: https://issues.apache.org/jira/browse/STDCXX-850
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: HP aCC 3.73
> Sun C++ 5.8
>            Reporter: Martin Sebor
>            Assignee: Farid Zaripov
>             Fix For: 4.2.2
>
>   Original Estimate: 4h
>          Time Spent: 1h
>  Remaining Estimate: 3h
>
> The test [23.list.cons|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/containers/23.list.cons.cpp] fails with a signal on the following platforms:
>  * when compiled with HP aCC 3.73 on HP-UX/PA-RISC, it fails either with {{SIGBUS}} or {{SIGSEGV}} depending on the build type
>  * when compiled with Sun C++ 5.8 (but not 5.9) on Solaris 10 (both AMD64 and SPARC) it fails with {{SIGABRT}} in 8{d,D,s,S} and {12,d,D} build modes
> It's interesting that it runs successfully to completion when compiled with HP aCC 6.16 on HP-UX/IPF and gcc 4.1.1 on Solaris/SPARC.
> We had the same problem in 4.2.0 so this is not a regression.

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