From owner-freebsd-chromium@FreeBSD.ORG Fri Nov 21 06:56:45 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7383C639 for ; Fri, 21 Nov 2014 06:56:45 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0811DF8B for ; Fri, 21 Nov 2014 06:56:45 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id bs8so10974535wib.16 for ; Thu, 20 Nov 2014 22:56:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yC6awqGxLOokg1dlPxECMVR9A/xuQa57DVDzkOj2Ad0=; b=mxugH6YAw//R1VJVZUdCtpm8m5swpuMBQf664coABaisGCloTYeheTOEI6N9L00oc6 E1zKz6beGYPq8E9DtEC6EDD0jojtYOecUd7NjVoPZ3NxQ5FssvwGgKX97LHJF38NFLyc nMU3cE/GS6K8zzeTV176RR1apPJIpkHxXOVrghMLIk43iMXGsnhv0pS98G78kvWafSif U7frcKze6S1lE23TLxxxlqc6tKqfDWrIQJjkIZ4vjQD7IUMyjLEZnlXJEr8pwlvAT83H Ler58IQJD2X7VmdlKsxOylQc6G2/X7gKFdjF3/30XyEkHjrU9qEU90RBKIb8c/kkOnes 539Q== X-Received: by 10.194.193.38 with SMTP id hl6mr4354276wjc.38.1416553003466; Thu, 20 Nov 2014 22:56:43 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:b4ec:e001:49fe:edd1? ([2001:980:d7ed:1:b4ec:e001:49fe:edd1]) by mx.google.com with ESMTPSA id vy7sm6718921wjc.27.2014.11.20.22.56.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Nov 2014 22:56:42 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <546EE229.1080407@freebsd.org> Date: Fri, 21 Nov 2014 07:56:41 +0100 From: =?windows-1252?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-chromium@freebsd.org Subject: Re: Chrome 39.0.2171.65 starts with black screen References: <546ED3CD.8090506@rawbw.com> In-Reply-To: <546ED3CD.8090506@rawbw.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 06:56:45 -0000 On 21-11-2014 06:55, Yuri wrote: > Completely unusable. > Previous version 38.0.2125.122 worked fine. > System uses NVidia binary driver, if this matters. > It runs fine here, also with the binary NVidia driver (version 340.24_1). What is your FreeBSD version/architecture? (here 10.0 amd64). One thing I can think of is the removal of the -fno-stack-protector flag in Makefile, but I would expect a crash if that is the cause. René