[
https://issues.apache.org/jira/browse/STDCXX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Vitek updated STDCXX-842:
--------------------------------
Regression: [Regression]
Description:
On AIX, when compiled with XLC++ in 64-bit mode with optimization on, the test
[22.locale.codecvt.out.cpp|http://svn.apache.org/viewvc/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp?view=markup]
fails with {{SIGSEGV}}.
Since this test is actually being compiled for the first time in 4.2.1, its
failure is a regression.
was:
On AIX, when compiled with XLC++ in 64-bit mode with optimization on, the test
[22.locale.codecvt.out.cpp|http://svn.apache.org/viewvc/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp?view=markup]
fails with {{SIGSEGV}}.
Since this test is actually being compiled for the first time in 4.2.1, its
failure is a regression.
Fix Version/s: 4.2.1
{noformat}
$ dbx 22.locale.messages.mt
# INFO (S1) (10 lines):
# TEXT:
# COMPILER: IBM VisualAge C++, __IBMCPP__ = 900
# ENVIRONMENT: powerpc/LP64 running aix-5.3
# FILE: 22.locale.messages.mt.cpp
# COMPILED: Apr 9 2008, 16:38:10
# COMMENT: thread safety
############################################################
# CLAUSE: lib.locale.messages
# NOTE (S2) (5 lines):
# TEXT: executing "gencat rwstdmessages.cat rwstdmessages.msg"
# CLAUSE: lib.locale.messages
# FILE: process.cpp
# LINE: 279
# INFO (S1) (3 lines):
# TEXT: testing std::messages<charT> with 8 threads, 100000 iterations each
# CLAUSE: lib.locale.messages
# INFO (S1) (3 lines):
# TEXT: exercising std::messages<char>
# CLAUSE: lib.locale.messages
Segmentation fault (core dumped)
$ dbx 22.locale.messages.mt
Type 'help' for help.
[using memory image in core]
reading symbolic information ...
Segmentation fault in strchr.strchr at 0x900000000048ec0 ($t2)
0x900000000048ec0 (strchr+0x140) 8d230001 lbzu r9,0x1(r3)
(dbx) where
strchr.strchr() at 0x900000000048ec0
_C_get_std_facet(__rw::__rw_facet::_C_facet_type,__rw::__rw_facet*(*)(unsigned
long,const char*)) const() at 0x100027970
[EMAIL PROTECTED]() at 0x100070e54
do_get__Q2_3std8messagesXTc_CFiN21RCQ2_3std12basic_stringXTcTQ2_3std11char_traitsXTc_TQ2_3std9allocatorXTc__()
at 0x1000373ec
get__Q2_3std8messagesXTc_CFiN21RCQ2_3std12basic_stringXTcTQ2_3std11char_traitsXTc_TQ2_3std9allocatorXTc__()
at 0x100037178
22.locale.messages.mt.void test_get<char>(const
std::messages<char>&,int,int,int,const
std::basic_string<char,std::char_traits<char>,std::allocator<char> >&)(msgs =
&(...), cat = 0, set = 4, msgid = 4, dflt = &(...)), line 153 in
"22.locale.messages.mt.cpp"
unnamed block in thread_func(void*)( = 0x0ffffffffffff2e0), line 189 in
"22.locale.messages.mt.cpp"
thread_func(void*)( = 0x0ffffffffffff2e0), line 189 in
"22.locale.messages.mt.cpp"
(dbx) quit
{noformat}
> [XLC++ 7.0, 8.0] SEGV in 22.locale.codecvt.out
> ----------------------------------------------
>
> Key: STDCXX-842
> URL: https://issues.apache.org/jira/browse/STDCXX-842
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Tests
> Affects Versions: 4.2.1
> Environment: AIX 5.3 PowerPC IBM XLC++ 9.0
> AIX 5.3 PowerPC IBM XLC++ 8.0
> AIX 5.3 PowerPC IBM XLC++ 7.0
> Reporter: Travis Vitek
> Fix For: 4.2.1
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> On AIX, when compiled with XLC++ in 64-bit mode with optimization on, the
> test
> [22.locale.codecvt.out.cpp|http://svn.apache.org/viewvc/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp?view=markup]
> fails with {{SIGSEGV}}.
> Since this test is actually being compiled for the first time in 4.2.1, its
> failure is a regression.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.