Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 07:21:37 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        "Lawrence K. Chen, P.Eng." <lkchen@ksu.edu>
Cc:        ports@freebsd.org, chromium@freebsd.org, Mike Jakubik <mike.jakubik@intertainservices.com>, Jung-uk Kim <jkim@freebsd.org>
Subject:   Re: FreeBSD Port: www/chromium
Message-ID:  <CAJuc1zP%2BTyAPcr%2BC3-jPAWrhBHHb9aL9Y_ONjWMgZXNqmrYo2A@mail.gmail.com>
In-Reply-To: <2134917558.51385593.1374336600814.JavaMail.root@k-state.edu>
References:  <51E9CE72.9050800@FreeBSD.org> <2134917558.51385593.1374336600814.JavaMail.root@k-state.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21 July 2013 04:10, Lawrence K. Chen, P.Eng. <lkchen@ksu.edu> 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 <jonc@chen.org.nz>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJuc1zP%2BTyAPcr%2BC3-jPAWrhBHHb9aL9Y_ONjWMgZXNqmrYo2A>