From owner-freebsd-hackers@freebsd.org Thu Aug 24 09:15:01 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E7F6DDA6B5 for ; Thu, 24 Aug 2017 09:15:01 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00C8470B4F; Thu, 24 Aug 2017 09:15:01 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-lf0-x231.google.com with SMTP id r2so194129lff.3; Thu, 24 Aug 2017 02:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ccDXt2fqj3CmS+6TFCFK/lUEAahX9lvOi26JLHk3NwM=; b=Okja2TKryhUDG2EHPk8XSPR045fmNfZ8hgvn2BMxjVHU+VGKCjDsJRyiLMp1+QAW0f EKPYco8qMrsgPtVQoF5ZDd6cbEs5IXiSxWgyR3AVvupn3QBSgvbkbMUiMxEV8YO1heco HnOb4eTm7dmD95SO5UTruvhdyGH9/L156r8kpgMQKX3L1tY196ufsRVlUeorZOsZDXgo rB8rmrQUQ+LEO/6uucxV1d98QV1XRmfeWXQueN6p84I12ThdE7wNz26gMbsam4ohm81f QLU+zQN08ReQyHSHjuav1cYyhKV5FY7loYNj+ZrElABJeJS09GVQT2pTBT8bMzDfyymL kNkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ccDXt2fqj3CmS+6TFCFK/lUEAahX9lvOi26JLHk3NwM=; b=eROAThubXN19IPcJtMcLQZCiPuj0lNehcV2RwwTGI0VYKJFvJ4gz4NIbw7blsbtELm Lz63IXi7zCnq1clhnuUUtS5WaSWE4C1BP865CY6FqEVOw6JfUcJAi6N1sOoD4JOg21rZ QFHQlrtLi6C2klzr/sigtmNeW4sSiwY5aa9BCVsprkj9AiTh9zCUEUqDQ0WxQF3EbyyB QZWkV1Cj7/6njEAJo6W1sYKxMrkNDjsMiVw/O8YCO49MpuJ0tfdSUZFEWza/96TODElV fnP1mIt/Siq9i0wn3TytqaEavGsVcuKeE+sX+QGJOJMWx8ikxhgxuYV779vxivUMdv9d DYOw== X-Gm-Message-State: AHYfb5jsHw8d5PxuzokW+Hkb+OvWI4n33ccBNeYZZG8mSaF+zXqUqbgb kMVZNkmgangISr83BXf+9ndYtNWW+g== X-Received: by 10.46.5.67 with SMTP id 64mr1888741ljf.157.1503566098607; Thu, 24 Aug 2017 02:14:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.21.225 with HTTP; Thu, 24 Aug 2017 02:14:57 -0700 (PDT) Received: by 10.25.21.225 with HTTP; Thu, 24 Aug 2017 02:14:57 -0700 (PDT) In-Reply-To: References: <71697463-4E52-4B46-B60B-00BDD87D8A2C@FreeBSD.org> From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Thu, 24 Aug 2017 11:14:57 +0200 Message-ID: Subject: Re: Runaway process in -CURRENT To: Dimitry Andric Cc: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 09:15:01 -0000 El 24 ago. 2017 10:58, "Dimitry Andric" escribi=C3=B3: On 23 Aug 2017, at 23:29, Fernando Apestegu=C3=ADa wrote: > > cad/stepcode is reported as runaway in -CURRENT. Where is this report? In the mail that was sent to me it says it's here: http://beefy11.nyi.freebsd.org/data/head-i386-default/p448504_s322776/logs/= stepcode-0.8_1.log But I can't access that url > It seems to take > forever to compile chemas/sdai_wip210e3/SdaiAll.cc. (it uses clang > 5.0.0) Not for me, it compiles in slightly more than 2 seconds: clang-4.0.0 2.20 real 2.11 user 0.08 sys clang-5.0.0-r311219 2.16 real 2.00 user 0.15 sys Are you using any special CFLAGS or CPUTYPE settings? Sorry, I should have started this clearly: I'm receiving this reports from the project ports builders, but I can reproduce it in my machine with -CURRENT in VirtualBox. No special flags on my setup though > What strikes me is that it compiles in my machine in about 10 minutes > in 11.1 with clang4.0 Are you talking about the build of the entire port, or just that one source file? The whole port takes quite a while to build, but it does finish for me. The entire port. -Dimitry