cli icon indicating copy to clipboard operation
cli copied to clipboard

Binary installed via brew on Ubuntu is unusable

Open hakunin opened this issue 5 years ago • 2 comments

It can't be run. But if I download a linux binary it runs fine.

hakunin avatar Oct 14 '19 08:10 hakunin

Doesn't run on Mac OS either. Results in a segmentation fault–haven't tried manually installing a binary yet.

Edit: looks like manually adding the binary from the latest release doesn't work, either. Same problem.

fish: Job 1, 'pusher channels apps subscribe…' terminated by signal SIGSEGV (Address boundary error)

joeyfigaro avatar Jan 08 '22 03:01 joeyfigaro

I also have a problem running the brew version on Mac. Installed from brew with no problems:

$ brew install pusher/brew/pusher

Getting an error anytime I run pusher:

$ pusher login
fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x14d9406, 0x21)
	/usr/lib/go-1.10/src/runtime/panic.go:616 +0x81 fp=0x7ff7bfeff4c8 sp=0x7ff7bfeff4a8 pc=0x1028f11
runtime.goenvs()
	/usr/lib/go-1.10/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff4f8 sp=0x7ff7bfeff4c8 pc=0x1026a93
runtime.schedinit()
	/usr/lib/go-1.10/src/runtime/proc.go:501 +0xd6 fp=0x7ff7bfeff560 sp=0x7ff7bfeff4f8 pc=0x102b806
runtime.rt0_go(0x7ff7bfeff590, 0x1, 0x7ff7bfeff590, 0x1000000, 0x1, 0x7ff7bfeff7e8, 0x0, 0x7ff7bfeff7ef, 0x7ff7bfeff817, 0x7ff7bfeff850, ...)
	/usr/lib/go-1.10/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff568 sp=0x7ff7bfeff560 pc=0x1051374

Mac OS: Monterey v12.4 MacBook Pro (2018) CPU: Intel Core i7

ne0fite avatar Jul 26 '22 17:07 ne0fite