From issues-return-1029-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Apr 02 00:23:52 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 19539 invoked from network); 2 Apr 2008 00:23:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 00:23:52 -0000 Received: (qmail 87215 invoked by uid 500); 2 Apr 2008 00:23:52 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 87189 invoked by uid 500); 2 Apr 2008 00:23:52 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 87180 invoked by uid 99); 2 Apr 2008 00:23:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 17:23:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 00:23:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5237F234C0B3 for ; Tue, 1 Apr 2008 17:21:24 -0700 (PDT) Message-ID: <142332596.1207095684335.JavaMail.jira@brutus> Date: Tue, 1 Apr 2008 17:21:24 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-812) [HP aCC 6] timeouts in thread safety tests in wide (LP64) builds In-Reply-To: <2036386658.1206922104496.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-812: -------------------------------- Summary: [HP aCC 6] timeouts in thread safety tests in wide (LP64) builds (was: [HP aCC 6] timeouts in thread safety tests in non-reentrant builds) A closer examination of the latest test results reveals that it's just *wide* builds that are timing out. > [HP aCC 6] timeouts in thread safety tests in wide (LP64) builds > ---------------------------------------------------------------- > > Key: STDCXX-812 > URL: https://issues.apache.org/jira/browse/STDCXX-812 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Environment: HP aCC 6/HP-UX/IPF > Reporter: Martin Sebor > Fix For: 4.2.1 > > Original Estimate: 4h > Remaining Estimate: 4h > > A good number (but not all) of the locale thread safety tests are being killed with SIGHUP in nightly runs due to timeouts. That's odd since the thread safety tests typically sometimes time out in thread-safe builds but rarely (never?) in non-reentrant ones. This doesn't look like a regression since some of the same tests were timing out in 4.2.0 builds back in September 2007. We should at least try to figure out what's going on for 4.2.1 even if we can't take the time to fix it. Here's the relevant portion of the [hpux-11.31-ia64-acc-6.16-8S-642653-log.gz.txt|http://people.apache.org/~sebor/stdcxx/results/hpux-11.31-ia64-acc-6.16-8S-642653-log.gz.txt] run log with the head of trunk: > {noformat} > 22.locale.codecvt.length 0 0 408 0 100% 0.180 0.250 0.640 > 22.locale.codecvt.mt ABRT 0 3.660 3.210 7.800 > 22.locale.codecvt.out 0 0 1494 0 100% 0.120 0.160 0.390 > 22.locale.codecvt.stdcxx-435 NOUT 0 0.000 0.010 0.040 > 22.locale.cons.mt 0 0 0 0 100% 19.750 13.990 33.950 > 22.locale.cons.stdcxx-485 0 0 128 0 100% 0.070 0.090 0.250 > 22.locale.ctype.is 0 0 243880 0 100% 12.310 0.630 13.090 > 22.locale.ctype.mt HUP 0 181.550 117.320 300.020 > 22.locale.ctype.narrow 0 0 94062 0 100% 8.260 0.310 8.870 > 22.locale.ctype 0 0 876000 0 100% 26.980 1.360 28.550 > 22.locale.ctype.scan 0 0 164724 0 100% 1.110 0.430 1.630 > 22.locale.ctype.tolower 0 0 186668 0 100% 2.690 0.440 3.330 > 22.locale.ctype.toupper 0 0 186668 0 100% 2.680 0.430 3.220 > 22.locale.globals.mt 0 1 0 0 100% 51.020 29.220 80.670 > 22.locale.messages.mt 0 0 0 0 100% 2.570 4.970 7.770 > 22.locale.messages 0 0 366 0 100% 0.250 0.480 0.890 > 22.locale.messages.stdcxx-542 0 0 0 0 100% 0.010 0.010 0.100 > 22.locale.money.get.mt HUP 0 166.890 131.930 300.010 > 22.locale.money.get 0 0 3880 16 99% 0.030 0.020 0.140 > 22.locale.money.put.mt HUP 0 169.820 128.840 300.010 > 22.locale.money.put 0 0 1328 0 100% 0.010 0.010 0.090 > 22.locale.moneypunct.mt 0 0 0 0 100% 0.170 0.200 0.640 > 22.locale.moneypunct 0 0 12088 12 99% 0.370 0.370 0.820 > 22.locale.num.get.mt ABRT 0 0.110 0.150 0.760 > 22.locale.num.get 0 0 65412 96 99% 0.660 0.320 1.120 > 22.locale.num.put.mt HUP 0 169.090 129.710 300.010 > 22.locale.num.put 0 2 1671 0 100% 0.100 0.120 0.520 > 22.locale.num.put.stdcxx-2 NOUT 0 0.000 0.010 0.050 > 22.locale.numpunct.mt HUP 0 161.200 137.640 300.010 > 22.locale.statics.mt 0 0 0 0 100% 20.060 13.650 33.970 > 22.locale.stdcxx-554 NOUT 0 0.010 0.000 0.040 > 22.locale.time.get.mt 0 0 0 0 100% 144.670 93.470 239.160 > 22.locale.time.get 0 16 2092 46 97% 0.160 0.270 0.880 > 22.locale.time.put.mt HUP 0 161.430 137.530 300.020 > 22.locale.time.put 0 147 1854 13 99% 0.120 0.180 0.650 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.