Run lantern error with ThreadSanitizer after build with custom go fork

Hi, all
I have followed the instruction to build the lantern success. But failed with ThreadSanitizer error when running the application on PC. Could someone give me a hand?It seems error on Go race detector.
But don’t know how to fix that.
USER@USER-X555YI:~/Downloads/lantern$ ./lantern
==18852==ERROR: ThreadSanitizer failed to allocate 0x4220000 (69337088) bytes at address 175666cc50080 (errno: 12)
unexpected fault address 0x0
fatal error: fault
[signal 0x7 code=0x80 addr=0x0 pc=0x55599aba3fc5]

goroutine 1 [running, locked to thread]:
runtime.throw(0x0, 0x55599a5c6238)
/home/USER/Downloads/go-lantern/src/runtime/panic.go:547 +0x90 fp=0x7ffd9c4dd940 sp=0x7ffd9c4dd928

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/home/USER/Downloads/go-lantern/src/runtime/asm_amd64.s:1998 +0x1

Still not work after try this way:
golang/go#9358

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.