Issue Details (XML | Word | Printable)

Key: STDCXX-855
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

SIGHUP in UTF-8 locale tests

Created: 11/Apr/08 09:53 PM   Updated: 11/Apr/08 09:53 PM
Return to search
Component/s: Utilities
Affects Version/s: 4.1.2, 4.1.3, 4.1.4, 4.2.0
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 24h
Original Estimate - 24h
Remaining Estimate: 24h
Remaining Estimate - 24h
Time Spent: Not Specified
Remaining Estimate - 24h

Severity: Inefficiency


 Description  « Hide
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:

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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.