[Bug 201543] www/chromium: chrome processes stuck at 100% cpu

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 24 18:23:24 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201543

--- Comment #13 from pete at nomadlogic.org ---
(In reply to Tony Narlock from comment #12)

Hey there - this is the method I'm using to generate a build of chromium with
usable debug symbols.  n.b. - enabling DEBUG in make config does not work, I
have not been able to fix that yet.  The following method should work though:

> uname -ar
FreeBSD pop.rubicorp.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed May
13 06:54:13 UTC 2015    
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

> cd /usr/ports/www/chromium
> sudo make WITH_DEBUG=yes STRIP=

I let this chug along for a day or so on my 8 core box, then I can run chromium
via gdb like so:
> work/stage/usr/local/share/chromium/chrome-wrapper --gdb

I do not do the "make install" step as I still need to have a non-debug version
on my system.  I'll go ahead and put this info in 196770 as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-chromium mailing list