Chromium source is too large to my ability.
However, there is a patch for this in Freebsd 12.0-R.
Can't we apply that?
Kenji
2019年5月29日(水) 22:09 Robert Nagy <robert@openbsd.org>:
> On 29/05/19 13:04 +0900, 岡本健二 wrote:
> > I'm using chromium of yesterday's -current source, and facing problem
> which
> > I can run chromium only once.
> >
> > The secnd try to run chromium, I get the error message:
> > process_metirics_openbsd.cc: Not implemented reached in bool base:
> > GetSystemMemoryInfo (base: SystemMemoryInfoKB *)
> >
> > The patch source of 'patch-base_process_process_metrics_openbsd_cc' says:
> >
> > +bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {
> > + NOTIMPLEMENTED_LOG_ONCE(); <====
> > + return false;
> > +}
> >
> > How I can solve this problem.
> >
> > Kenji
> >
>
> You can implement the missing function.
>
No comments:
Post a Comment