From owner-freebsd-chromium@FreeBSD.ORG Fri Jul 26 16:46:59 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85C6B6E9 for ; Fri, 26 Jul 2013 16:46:59 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from www.rawbandwidth.com (www.rawbandwidth.com [198.144.193.1]) by mx1.freebsd.org (Postfix) with ESMTP id 6C41425F6 for ; Fri, 26 Jul 2013 16:46:59 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by www.rawbandwidth.com (8.14.4/8.14.4) with ESMTP id r6QGkq0q014154; Fri, 26 Jul 2013 09:46:52 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <51F2A7FC.70606@rawbw.com> Date: Fri, 26 Jul 2013 09:46:52 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130628 Thunderbird/17.0.7 MIME-Version: 1.0 To: chromium@freebsd.org Subject: Re: confirmation: links not clickable in Chromium 28.0.1500.71 on 9.1-RELEASE References: <51F03C75.80802@cs.ucl.ac.uk> <51F2A5A4.5010805@rawbw.com> In-Reply-To: <51F2A5A4.5010805@rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brad Karp X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 16:46:59 -0000 On 07/26/2013 09:36, Yuri wrote: > On 07/24/2013 16:18, George Liaskos wrote: >> Unfortunately i can't reproduce this, I am on 9.1-STABLE r253102 amd64. >> >> Are you on amd64 or i386? You can try to enable logging and see if >> there's >> any hint, >> start chrome with --enable-logging=stderr and optionally --v=1 >> _______________________________________________ > > I just built this version in VirtualBox amd64 and doesn't even display > any page. Status bar shows that some URLs are accessed but the main > browser area remains blank. Therev is somethi g very wrong with this > version. > > I can let you download this vbox image as appliance file if you still > can't reproduce this yourself. > > Yuri > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to > "freebsd-chromium-unsubscribe@freebsd.org" > > Never mind, this is because of sysctl kern.ipc.shm_allow_removed=1 wasn't set. You should place this check and warning at runtime and possibly at build time, because people can't remember every such obscure detail. Yuri