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
No comments:
Post a Comment