sergeycherepanov / homebrew-docker-virtualbox

Docker workaround for Ryzentosh (AMD based Hackintosh)
208 stars 19 forks source link

Fatal Error on Monterey 12.2.1 #30

Open RootProgger opened 2 years ago

RootProgger commented 2 years ago

when I try to execute the "docker run -d -p 8989:80 nginx" I run into an "timeout reached" log:

===> Virtual machine 'docker' already started
[INFO] Configuration:

    - Machine Name: docker 
    - Shared Folder: /Users 
    - Mount Options: noacl,async,nfsvers=3 
    - Force: false 

[INFO] machine presence ...             fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x21240dc, 0x21)
    /usr/local/go/src/runtime/panic.go:596 +0x95 fp=0x7ff7bfeffbb0 sp=0x7ff7bfeffb90
runtime.goenvs()
    /usr/local/go/src/runtime/os_darwin.go:108 +0xa0 fp=0x7ff7bfeffbe0 sp=0x7ff7bfeffbb0
runtime.schedinit()
    /usr/local/go/src/runtime/proc.go:486 +0xa1 fp=0x7ff7bfeffc20 sp=0x7ff7bfeffbe0
runtime.rt0_go(0x7ff7bfeffc58, 0x5, 0x7ff7bfeffc58, 0x0, 0x1000000, 0x5, 0x7ff7bfeffd70, 0x7ff7bfeffd7f, 0x7ff7bfeffd82, 0x7ff7bfeffd8b, ...)
    /usr/local/go/src/runtime/asm_amd64.s:158 +0x183 fp=0x7ff7bfeffc28 sp=0x7ff7bfeffc20

Every command I try e.g.

I got the same error

sergeycherepanov commented 2 years ago

hi, @RootProgger looks like an issue inside one of golang based tool.

Please provide more lines from the stacktrace.

gplayer2 commented 1 year ago

https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue

gplayer2 commented 1 year ago

https://github.com/docker/roadmap/issues/245#issuecomment-964386353

sergeycherepanov commented 1 year ago

@gplayer2 maybe we need to update the formula by this fork