From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55477 invoked by alias); 5 Sep 2018 03:51:56 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 55468 invoked by uid 89); 5 Sep 2018 03:51:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=nos, wood, H*F:D*uk, H*F:D*co.uk X-HELO: sonic311-32.consmr.mail.ir2.yahoo.com Received: from sonic311-32.consmr.mail.ir2.yahoo.com (HELO sonic311-32.consmr.mail.ir2.yahoo.com) (77.238.176.164) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Sep 2018 03:51:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1536119512; bh=tiYSxVbfaFYl3/QEhNCqDgvkfYYGBO1gKDIa634f4Os=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=WL4ceSPKYAieaSrPOSvlVxHd9UJ1kTdwJVS4FvTWNhxJzZ1oZTINH39cJlXz6EnIaPxxSarZn3/laG4XdFk5TV7tgwbcvQwrVKC763CeFeEXWBEzWkju6SoAlAeVl+/H2UZxRbzfpplpGVFN5/5OnolQr6CQgTjN610qrUpMBFkU2wT/t2RQuVFdoFE5BcMC8dX+1aW51705JHJNXjtj8Zpu3EykyqkN46zE0FS6puPNIj6ISiaOdvH6NUJ3JZwI+7MuN66f3FhR/bpXywVMULM8CSEeRtiMZ5lEMCaG4yV2Z/0BDm9PpxSJgo/lc/DYdNWEiELbJRfb21xQZszfbw== Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.ir2.yahoo.com with HTTP; Wed, 5 Sep 2018 03:51:52 +0000 Date: Wed, 05 Sep 2018 03:51:00 -0000 From: "Lloyd Wood via cygwin" Reply-To: Lloyd Wood Reply-To: Lloyd Wood To: "cygwin@cygwin.com" Message-ID: <1559804146.2444595.1536119497417@mail.yahoo.com> Subject: cygwin Tcl oddity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <1559804146.2444595.1536119497417.ref@mail.yahoo.com> X-SW-Source: 2018-09/txt/msg00084.txt.bz2 $ tclsh % puts [expr 2+2] 4 % puts [expr 2.0+2.0] (hangs, should return 4.0) $ which tclsh /usr/bin/tclsh info tclversion returns 8.6, of course (8.6.8-1) Linux tclsh doesn't have this issue. This is on 32-bit cygwin; 64-bit cygwin seems a bit more robust, but if you keep asking it to sum and print floating point nos at the command line, it seems to hang eventually as well. Ideas? thanks Lloyd Wood http://savi.sf.net/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple