jaymzh / pius

PGP Individual User Signer
Other
97 stars 25 forks source link

Crash with ed25519/gpg 2.0 #50

Open ankon opened 7 years ago

ankon commented 7 years ago

gpg 2.1 introduced support for ed25519. When using pius with gpg 2.0(.30, mac) and trying to sign such keys pius crashes, rather than reporting that it cannot handle this key type.

jaymzh commented 7 years ago

Can you provide the stacktrace?

jaymzh commented 5 years ago

@ankon ?

ankon commented 5 years ago

I'm sorry, I missed this notification, and I haven't been using pius since then. I guess best to close this, and see whether it pops up again?

Out of interest, what would be the sensible steps to get a stack trace that would be useful for you?

jaymzh commented 5 years ago

You said it crashed, so whenever a python app crashes it prints a stacktrace, so just doing whatever you did before.

However, running it with debug mode (-d) would be even more useful.

In short, something like:

pius -r <partykeyring> -s <yourkeyid> -d <keyidthatcausesthecrash>

Aught to do it.