Bug 226793 - www/chromium: Workaround description for the hanging tabs problem
Summary: www/chromium: Workaround description for the hanging tabs problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 212812 226720
  Show dependency treegraph
 
Reported: 2018-03-19 22:25 UTC by Yuri Victorovich
Modified: 2018-03-20 02:46 UTC (History)
1 user (show)

See Also:
cpm: maintainer-feedback+


Attachments
patch (702 bytes, patch)
2018-03-19 22:25 UTC, Yuri Victorovich
cpm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2018-03-19 22:25:16 UTC
Created attachment 191648 [details]
patch

Thanks to the solution suggested by Dmitri Goutnik's in this comment https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212812#c55 , chromium can be run without hanging now.

Please apply the patch adding the description to pkg-message.
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-03-19 22:41:05 UTC
Comment on attachment 191648 [details]
patch

Approved!
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-19 22:41:13 UTC
I'll test it one more day to make sure it fixes the problem at times of high load. So far it appears like it does fix it.
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-03-19 22:45:52 UTC
(In reply to Yuri Victorovich from comment #2)

OK, feel free to commit the patch.

Thanks
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-03-20 02:46:42 UTC
A commit references this bug:

Author: yuri
Date: Tue Mar 20 02:46:16 UTC 2018
New revision: 465058
URL: https://svnweb.freebsd.org/changeset/ports/465058

Log:
  www/chromium: Workaround description for the hanging tabs problem

  Thanks to the solution suggested by Dmitri Goutnik, I am amending
  pkg-message with the workaround for the hanging tabs problem.

  Putting ~/.cache/chromium on memory-fs solved the problem for me.
  Now chromium doesn't hang even on a heavily loaded machine.

  PR:		226793
  Reported by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	Carlos J. Puga Medina <cpm@freebsd.org> (maintainer)

Changes:
  head/www/chromium/Makefile
  head/www/chromium/pkg-message
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-20 02:46:58 UTC
Committed.