From owner-freebsd-chromium@FreeBSD.ORG Mon Jul 22 19:27:33 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 430A0978 for ; Mon, 22 Jul 2013 19:27:33 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 086542FF0 for ; Mon, 22 Jul 2013 19:27:32 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id f14so842617qak.9 for ; Mon, 22 Jul 2013 12:27:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=jQrH0jqZuC+MQp/Yq6lAJpBNYM0B7qvpkXnNV9xBsAg=; b=CA+7JQWNYcalt1qav73AwSXmJg6zdErgz/CCIm9n+HY7twpaw5ll09B1NA2wzTADjF owXCHHCrtzJSYFLUj+KLUrKGMuJYDDRmaTx28mB0J0+1OGPSQ1rbUUfJiJznYneme66u W9VsuhP2na3+wnJbt4Egc57BS6Pf/nguw19vqMuhF3HfHnGAvXhhpx57k1xdgVq6uoop lvlIjqlcnO8Q0LYQxruxRIWLzfJcF0YCvC4DKO5q4CXgTqTy69kWH8hYqnZSXRIzp1FF wAOARS/e48MElA+9VMrrXmW+VMiqCM6MKbKelxIpyzsSTXX46W5hJRQA1DZL99Cbqy1u Xtuw== MIME-Version: 1.0 X-Received: by 10.49.71.14 with SMTP id q14mr33875046qeu.90.1374520897285; Mon, 22 Jul 2013 12:21:37 -0700 (PDT) Received: by 10.49.61.97 with HTTP; Mon, 22 Jul 2013 12:21:37 -0700 (PDT) X-Originating-IP: [203.99.129.1] In-Reply-To: <2134917558.51385593.1374336600814.JavaMail.root@k-state.edu> References: <51E9CE72.9050800@FreeBSD.org> <2134917558.51385593.1374336600814.JavaMail.root@k-state.edu> Date: Tue, 23 Jul 2013 07:21:37 +1200 Message-ID: Subject: Re: FreeBSD Port: www/chromium From: Jonathan Chen To: "Lawrence K. Chen, P.Eng." Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkzhre1UH9JXDLHZ9JK26ifMrrfHz/2IGfS4VHP25zAxWk2CswQ6zVfEBWSEGsJT6T87A6y Cc: ports@freebsd.org, chromium@freebsd.org, Mike Jakubik , Jung-uk Kim 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: Mon, 22 Jul 2013 19:27:33 -0000 On 21 July 2013 04:10, Lawrence K. Chen, P.Eng. wrote: > While it compiles....it doesn't run very well... > > Certain pages/sites....some or all of the links will be unclickable. > > For example....in Zimbra web interface, I could not reply to this message until I reverted back to previous version of chromium. While I could navigate folders and such, the message bar buttons would work....reply button wouldn't work. > > In nagios....none of the links could be clicked at all (made it hard to acknowledge a downed service....) The behaviour you're seeing is because you've run out of shared-memory. Chromium doesn't reliably release the IPC resources when it exits or dies. If you log out and do a "ipcs", you'll see shared-memory segments still assigned to you. Removing the segments will restore chromium's ability to display web-pages. Cheers. -- Jonathan Chen