On 21 July 2013 04:10, Lawrence K. Chen, P.Eng. <[email protected]> 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 <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
