From owner-freebsd-chromium@FreeBSD.ORG Thu May 17 15:55:51 2012 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00AF21065673 for ; Thu, 17 May 2012 15:55:51 +0000 (UTC) (envelope-from evanm@google.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 9C9218FC08 for ; Thu, 17 May 2012 15:55:50 +0000 (UTC) Received: by yenl8 with SMTP id l8so2438074yen.13 for ; Thu, 17 May 2012 08:55:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-system-of-record; bh=Jq9sS4phQMpUx+Yf9kxsBqJiYU93L+te6GTn2UbMUFA=; b=Pjmjn4umC2UFhvhDDonawrZ4fSVx3ddr5WUUPUiKONZcmesvRu592rG4pZC/kHSQXE zmeiQ+Lr9Z2gA3WCg63g+P7gZ02kqOaz85S9v3LmaO7F6O1rORKfb+kaa5AwJdNOKK3k rV60nleadwqTznGFGCa4+R83jLVa7+dMUcefuPGHIMTNvs1ovyi5g/CJduXsTzSwCdLy wgcGwZ7NGFHCvxgb3FzDGcWb6VO/GiSF2XnSO4qR/j7/RZNqHAMbfu9yRtw+BVmnA3o2 2Au1urcK6clazG3VSU+uTi0YPTjLd6Y/5Vpy5f6JDi73ugJzrYqa649sOEVB07Bjmme6 GNMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-system-of-record:x-gm-message-state; bh=Jq9sS4phQMpUx+Yf9kxsBqJiYU93L+te6GTn2UbMUFA=; b=YChw1RjCfitM8Gs2UjkbByojhqtf6BXO6BMy2Of2QLdR4lVXIbNfWIx6CTNofkQFsq ToJElp/sHwTt/yFE0N3vzt/CxxKobb461tJQZj30KwsKAV4DnlJ3IOBzTjcE7l8cOd0j 4EjJrGNuJyWezuXZ/MpsyRsrHIlYQv+iYNYI6RGtSvrAPSELi0FvJhVnlD5JHbSSeX5Q Z2Z/tS56bSBolwpU888I5rXJkv3BiC/ZKLd8ls3OpolAmrk5ibn/cvq8h/4zvgjJjpMM XXth15OwX8b9wpINjrzNbIe7irOw4GjG9YavQCJ3d0T5M9qA4zWCotoexG+bjDw3RG2Y bwRg== Received: by 10.236.114.161 with SMTP id c21mr8711197yhh.51.1337270150157; Thu, 17 May 2012 08:55:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.114.161 with SMTP id c21mr8711163yhh.51.1337270149848; Thu, 17 May 2012 08:55:49 -0700 (PDT) Sender: evanm@google.com Received: by 10.101.156.21 with HTTP; Thu, 17 May 2012 08:55:49 -0700 (PDT) In-Reply-To: <20120517011554.5d16067e@serene.no-ip.org> References: <20120517011554.5d16067e@serene.no-ip.org> Date: Thu, 17 May 2012 08:55:49 -0700 X-Google-Sender-Auth: XfLA5WyS5Ad7RuYOFBeleNv3m6o Message-ID: From: Evan Martin To: "Conrad J. Sabatier" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQljZble6fvU4jAMNYrdM6318fm8h2HDTfsDYx+6ralvSiD/8ZHXBZhxo8OcJgUPu2zEb8zAxHgeEGVfPoiMiTkV4GCwjeZQw2bQDUUSGXW0JqPIw8RX1iG7AdtnRQD+UgfHN67+WdxkllMvWU1blLUNVFA2xA== Cc: freebsd-chromium@freebsd.org, freebsd-current@freebsd.org Subject: Re: Chrome crashing system (amd64-10.0-CURRENT) X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 15:55:51 -0000 These kinds of hard locks often point at graphics driver problems, but normally Chrome relies on a driver whitelist that likely doesn't include any FreeBSD drivers. Did you perhaps set a flag somewhere to bypass a blacklist? You could try some command line flags like --blacklist-accelerated-compositing --blacklist-webgl to see if they help. (I found those on http://peter.sh/experiments/chromium-command-line-switches/ , not certain if they do what you need.) Another idea is to use strace/ktrace/truss into a log file to see what it was doing around the time of dying. On Wed, May 16, 2012 at 11:15 PM, Conrad J. Sabatier wrot= e: > For the last week or so, I've been unable to run chrome. =A0Any attempt > to start it up will cause the system either to freeze up or reboot. > > To make matters worse, no trace of what's happening is anywhere to be > found. =A0Nothing in any log files. =A0The system doesn't drop into the > kernel debugger, either. =A0It's either a hard freeze or sudden reboot. > > I've tried rebuilding the chromium port, with both clang and gcc 4.6, > to no avail. =A0I've also updated the system sources several times this > week and remade world/kernel. =A0Nothing seems to help. > > I'm totally stumped as to how to determine what's going on here. =A0Any > suggestions as to how to obtain some useful info? > > Thanks! > > -- > Conrad J. Sabatier > conrads@cox.net > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.or= g"