heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.36k stars 381 forks source link

heroku login fails on OS X #2036

Open malafeev opened 7 years ago

malafeev commented 7 years ago
heroku login
fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x30845f, 0x21)
    /usr/local/go/src/runtime/panic.go:566 +0x95 fp=0x7fff5fbffa30 sp=0x7fff5fbffa10
runtime.goenvs()
    /usr/local/go/src/runtime/os_darwin.go:88 +0xa0 fp=0x7fff5fbffa60 sp=0x7fff5fbffa30
runtime.schedinit()
    /usr/local/go/src/runtime/proc.go:450 +0x9c fp=0x7fff5fbffaa0 sp=0x7fff5fbffa60
runtime.rt0_go(0x7fff5fbffad0, 0x2, 0x7fff5fbffad0, 0x0, 0x2, 0x7fff5fbffc10, 0x7fff5fbffc43, 0x0, 0x7fff5fbffc4b, 0x7fff5fbffc67, ...)
    /usr/local/go/src/runtime/asm_amd64.s:145 +0x14f fp=0x7fff5fbffaa8 sp=0x7fff5fbffaa0
fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x30845f, 0x21)
    /usr/local/go/src/runtime/panic.go:566 +0x95 fp=0x7fff5fbffa20 sp=0x7fff5fbffa00
runtime.goenvs()
    /usr/local/go/src/runtime/os_darwin.go:88 +0xa0 fp=0x7fff5fbffa50 sp=0x7fff5fbffa20
runtime.schedinit()
    /usr/local/go/src/runtime/proc.go:450 +0x9c fp=0x7fff5fbffa90 sp=0x7fff5fbffa50
runtime.rt0_go(0x7fff5fbffac0, 0x3, 0x7fff5fbffac0, 0x0, 0x3, 0x7fff5fbffc08, 0x7fff5fbffc3b, 0x7fff5fbffc44, 0x0, 0x7fff5fbffc4b, ...)
    /usr/local/go/src/runtime/asm_amd64.s:145 +0x14f fp=0x7fff5fbffa98 sp=0x7fff5fbffa90
 !    error getting commands pid 12706 exit 2

OS X 10.11.6

ransombriggs commented 7 years ago

@malafeev is the environment variable $DYLD_INSERT_LIBRARIES set, or do you have a product called Websense installed?

malafeev commented 7 years ago

I have installed

But $DYLD_INSERT_LIBRARIES is not set and Websense is not installed

tfortune-ag commented 7 years ago

I getting this exact error too