SIGHUP in UTF-8 locale tests
----------------------------
Key: STDCXX-855
URL: https://issues.apache.org/jira/browse/STDCXX-855
Project: C++ Standard Library
Issue Type: Bug
Components: Utilities
Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2
Reporter: Martin Sebor
Priority: Critical
Fix For: 4.2.2
Tests that exercise locales encoded in UTF-8 are timing out (and are being
killed with {{SIGHUP}}) in nightly builds on many platforms. See the list below
for examples of the affected platforms and build types.
* with IBM XLC++ (all versions) in most debug and some optimizied builds
* with HP aCC 3 in all build types
* with HP aCC 6 in debug builds
* with Intel C++ on Linux in some (mostly wide) debug builds
* with gcc 3 on FreeBSD, Linux, and Solaris in debug builds
* with SGI MIPSpro on IRIX in all builds
* with Sun C++ (all versions) in debug builds
The run times for the currently scheduled UTF-8 locale tests in a 15D gcc 4.1.1
build on a Fedora 8 running on 2.40GHz Dual Core Intel 6600 processor:
{noformat}
NAME STATUS WARN ASSERTS FAILED PERCNT USER SYS REAL
sanity_test.sh 0 0 742 42 94% 0.570 1.440 2.210
ar_IN.UTF-8.sh 0 0 16 0 100% 196.400 13.880 219.260
de_DE.UTF-8.sh 0 0 16 0 100% 197.010 13.950 214.950
en_IN.UTF-8.sh 0 0 16 0 100% 196.080 14.160 213.580
en_US.UTF-8.sh 0 0 16 0 100% 195.870 14.050 212.700
fa_IR.UTF-8.sh 0 0 16 0 100% 195.260 14.030 210.880
fr_FR.UTF-8.sh 0 0 16 0 100% 194.940 13.880 210.160
hi_IN.UTF-8.sh 0 0 16 0 100% 195.510 13.710 210.830
ja_JP.UTF-8.sh 0 0 16 0 100% 199.630 14.660 216.910
ko_KR.UTF-8.sh 0 0 16 0 100% 199.100 14.220 215.790
mr_IN.UTF-8.sh 0 0 16 0 100% 195.490 14.050 211.500
ru_RU.UTF-8.sh 0 0 16 0 100% 195.290 13.990 211.430
ta_IN.UTF-8.sh 0 0 16 0 100% 195.540 13.890 211.500
te_IN.UTF-8.sh 0 0 16 0 100% 195.580 13.790 211.120
ur_PK.UTF-8.sh 0 0 16 0 100% 195.880 13.970 212.560
vi_VN.UTF-8.sh 0 0 16 0 100% 196.430 14.010 214.220
zh_CN.UTF-8.sh 0 0 16 0 100% 195.630 14.070 213.960
PROGRAM SUMMARY:
Programs: 17
Non-zero exit status: 0
Signalled: 0
Compiler warnings: 0
Linker warnings: 0
Runtime warnings: 0
Assertions: 998
Failed assertions: 42
Cumulative times:
Real 3413.560s
User 3140.210s
Sys 225.750s
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.