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
Fix For: 4.2.2
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.