Neil Horman

Results 475 comments of Neil Horman

@quarckster I apologize, but the merging of your other commits has created some noise here, and its significant enough, that I don't feel comfortable just trying to fix it up...

merged to master, thank you!

can you run this under a debugger with debug symbols enabled, so that we can see what line the function crashed on?

Not with this stack trace alone. What might help would be if you can enable core dumps in your production environment, and load the core file into a debugger after...

interesting things to check might be: 1) The stack traces of any other thread in the process (thread apply all backtrace) 2) The exact line that the process crashed on...

ugh, yes. in your stack trace the impl parameter is NULL, which suggests to me that the alg->impls was mutated between the time the stack of algorithms was cloned in...

Can you try this patch please? I really don't like it, but I don't see a way around it at the moment: ``` diff --git a/crypto/property/property.c b/crypto/property/property.c index 75615d39af..92d6e6be26 100644...

we can try, but I can't promise it will be accepted.

merged to labeled branches, thank you!

The CI failure seems relevant, but I can't clearly see whats going on there. Does the feature branch need a rebase perhaps?