This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Segfault on arm64 #88
Copy link
Copy link
Open
Description
On arm64/aarch64, precisely on a Rpi3 B, just after sending a message to the team from the cli, the ca server segfaults with:
Started CA bot...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x68a60]
goroutine 38 [running]:
github.com/keybase/go-keybase-chat-bot/kbchat.(*API).Listen.func1(0x4000124280)
/go/pkg/mod/github.com/keybase/[email protected]/kbchat/kbchat.go:626 +0x2f8
created by github.com/keybase/go-keybase-chat-bot/kbchat.(*API).Listen.func2
/go/pkg/mod/github.com/keybase/[email protected]/kbchat/kbchat.go:679 +0x28c
Message:
keybase chat send team.ssh.stage "This message kills the auth bot"
Used image: registry.gitlab.com/jitesoft/dockerfiles/keybase-sshca/alpine:latest
It is not consistent, after 5 test 4 in 5 messages killed the bot.
Metadata
Metadata
Assignees
Labels
No labels