From owner-freebsd-chromium@FreeBSD.ORG Sun Feb 19 12:50:04 2012 Return-Path: Delivered-To: freebsd-chromium@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B59B106566C for ; Sun, 19 Feb 2012 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 662E78FC13 for ; Sun, 19 Feb 2012 12:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1JCo4hP086510 for ; Sun, 19 Feb 2012 12:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1JCo4gI086509; Sun, 19 Feb 2012 12:50:04 GMT (envelope-from gnats) Date: Sun, 19 Feb 2012 12:50:04 GMT Message-Id: <201202191250.q1JCo4gI086509@freefall.freebsd.org> To: freebsd-chromium@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/165259: www/chromium inspect doesn't work X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aldis Berjoza List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 12:50:04 -0000 The following reply was made to PR ports/165259; it has been noted by GNATS. From: Aldis Berjoza To: George Liaskos , bug-followup@freebsd.org Cc: Subject: Re: ports/165259: www/chromium inspect doesn't work Date: Sun, 19 Feb 2012 14:39:52 +0200 On Sun, 19 Feb 2012 10:19:13 +0200 Aldis Berjoza wrote: > On Sat, 18 Feb 2012 21:08:34 +0200 > George Liaskos wrote: > > > Hello, > > > > Do you compile all your ports with clang? If so, please try to > > recompile devel/google-perftools with gcc. > > There are some tests that fail when tcmalloc is compiled with clang. > > > > > > Regards, > > George > > No, I only compiled chrome with clang in hope that it would fix the > problem. > > I'll try to recompile chrome with gcc again, first system gcc, then > gcc 4.6. I'll let you know, but most likely I'll have same problem > I found root cause of my problems I've setup dmenu to lauch chrome with these commandline options: --disable-sync --block-reading-third-party-cookies --disk-cache-dir=/tmp/.chrome --lang=en --disable-internal-flash --no-default-browser-check --disable-pepper-3d-for-untrusted-use --disable-session-storage --disable-local-storage Turns out, inspect doesn't work when --disable-local-storage is set I found out about this, when I launched chrome from console and it worked, but when I launched it from dmenu, it didn't. So I suppose this pr can be closed, however I still think that having --disable-local-storage and inspect not working is a bug in chrome. -- Aldis Berjoza