keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

CLI - Segfault while encrypting #1698

Open glennr opened 9 years ago

glennr commented 9 years ago

Getting "segmentation fault" when encrypting with the CLI

% keybase encrypt -m "Yo: " drnic
info: ...checking identity proofs
✔ public key fingerprint: 579B 1C80 9EDB CBED 8B86 9BDC 0B92 A265 A092 1641
✔ "drnic" on twitter: https://twitter.com/drnic/status/621374157616480256
✔ "drnic" on github: https://gist.github.com/df629668a531b193985a
[1]    9110 segmentation fault  keybase encrypt -m "Yo: " drnic

Same happens when using here documents

% keybase encrypt drnic << EOF                                             <<<
heredoc> Yo
heredoc> EOF
info: ...checking identity proofs
✔ public key fingerprint: 579B 1C80 9EDB CBED 8B86 9BDC 0B92 A265 A092 1641
✔ "drnic" on twitter: https://twitter.com/drnic/status/621374157616480256
✔ "drnic" on github: https://gist.github.com/df629668a531b193985a
[1]    9993 segmentation fault  keybase encrypt drnic <<<'Yo'

% keybase --version 0.7.9

% gpg --version gpg (GnuPG) 1.4.19

% node -v v0.12.4

maxtaco commented 9 years ago

Haven't seen this one before. Can you run the same command with -d? keybase -d encrypt -m "Yo:" drnic