Wednesday, May 29, 2019

Re: chromium runs only once

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