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

--- Comment #11 from Ed Maste <[email protected]> ---
> Forgive me, but https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200617 is
> lost on me. I'm not experienced enough at this stage to understand what's 
> going
> on there.

Sorry about that - the issue I encountered in PR 200617 is that building the
Chromium port with the DEBUG option resulted in a binary with a .text segment
(i.e., the program's code) larger than the default maximum set by the kernel.
That is, by default the kernel refuses to load a binary containing over 128MB
of code by default, and the DEBUG build of Chromium is too large. I raised PR
200617 because there's no useful user-facing error message for this case --
just something like "abort".

You can increase kern.maxtsiz and try running the DEBUG Chromium.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to