From owner-freebsd-current@FreeBSD.ORG Thu May 17 12:20:20 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE47106564A for ; Thu, 17 May 2012 12:20:20 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id A46EE8FC12 for ; Thu, 17 May 2012 12:20:20 +0000 (UTC) Received: by yenl8 with SMTP id l8so2145192yen.13 for ; Thu, 17 May 2012 05:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=aRCEFEuKocSxjuJ2wACXAc7d5PsKGZ+Xha1WXmrARmY=; b=NEaEU9CTjOvFUg2o1CcXUAGl2L3cei3vKoYbBqCWlCvZ9KRYbFBcLv+BE5/8v+FLVD GYDoUa40/wzky7TfdUytYzn4nsOI2TqdD+QJIicbY7P8kTrxvgyjaomQh2ajzpciyPMw 68hChE7lvI6fXrJ5IQZz7BNQoI6j3fhA76cDh6yaJQrP6nVLtRcbmNrTojVCCLfR18of Z/rH//6nvSffRMX1flVyGs+uF4NGzLFfXVRO0/CQd1O4SOHNk/1OZCb9q47HdDoF5Pke pPqqJg4wJhRA8FYL6ZaCr3dFO6AT3FyL37nUVBjFhyr7IjPvEPvgFZs04cfOiuCGcP9V kNng== Received: by 10.236.185.10 with SMTP id t10mr7681652yhm.112.1337257219745; Thu, 17 May 2012 05:20:19 -0700 (PDT) Received: from [192.168.0.2] (173-17-108-234.client.mchsi.com. [173.17.108.234]) by mx.google.com with ESMTPS id u2sm23163189yhe.8.2012.05.17.05.20.18 (version=SSLv3 cipher=OTHER); Thu, 17 May 2012 05:20:19 -0700 (PDT) Message-ID: <4FB4ED23.2040603@gmail.com> Date: Thu, 17 May 2012 07:20:51 -0500 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20120517011554.5d16067e@serene.no-ip.org> <20120517071141.GL2701@thinkbsd.divinix.org> In-Reply-To: <20120517071141.GL2701@thinkbsd.divinix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Chrome crashing system (amd64-10.0-CURRENT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 12:20:21 -0000 On 5/17/2012 2:11 AM, John Hixson wrote: > On Thu, May 17, 2012 at 01:15:54AM -0500, Conrad J. Sabatier wrote: >> For the last week or so, I've been unable to run chrome. Any attempt >> to start it up will cause the system either to freeze up or reboot. > > To add to this, I've had the same problem on 10-CURRENT for several months > now. Are you guys building ports with clang? There's a known bug with google-perftools, when it's built with clang, chrome will crash upon launch. chrome itself can be built with any compiler, but if google-perftools is built with clang, crash! http://code.google.com/p/gperftools/issues/detail?id=394 -- Chuck Burns