-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault when id'ing user #201
Comments
I just noticed the debug flag, and this is the end of it (I listed both DNS proofs):
|
Seems like node still had a bug in their DNS resolver. I filed a bug On Monday, July 6, 2015, Tim Besard notifications@github.com wrote:
|
Seems like I missed that, and this bug is duplicate to keybase/keybase-issues#1413 and keybase/keybase-issues#1607. I'll close this issue, while waiting for nodejs/node-v0.x-archive#9300 to land. |
When trying to id myself, I'm getting a segfault using the latest keybase client:
I'm thinking it has something to do with the strange temporary situation I'm currently in concerning my second DNS proof (I already have a file hosted, but also wanted to add a
TXT
record for_keybase.maleadt.net
): the Keybase site hasn't picked-up the TXT record up yet, but it is definitely there and the client should be able to verify it:However, the keybase homepage hasn't picked this up yet.
NINJA EDIT: I just had a look at what the API (more specifically,
lookup.json?usernames=maleadt
returns, and it doesn't contain a reference to my secondary DNS proof at_keybase.maleadt.net
, so my speculation above likely isn't correct.Anyhow, here is the crash:
The segfault seems to happen just before it would verify the DNS proof.
A GDB backtrace (relatively useless because of the lack of debugging symbols):
It also happens when a friend of mine tried to track me (on an identical arch system).
The text was updated successfully, but these errors were encountered: