hyc

Results 108 comments of hyc

Looking at this again, the original problem that was reported to us was https://bugs.openldap.org/show_bug.cgi?id=9952 We called SSL_CTX_free() in libldap's destructor, which crashed because OpenSSL's atexit() handler had already run. We...

In the meantime, (again looking at the stack trace in our ITS#9952) would it be acceptable to patch around these crashes? e.g. ```` diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c index ad6c259d92..b6cd0cad23 100644...

Just to note - we faced a similar dilemma in OpenLDAP's libldap, and we fixed this 22 years ago. https://git.openldap.org/openldap/openldap/-/commit/ffa4b2634389ecc129f59a1de05d44f62b6bb871 Use a destructor when the compiler supports it; only use...

> But I think since the providers in 3.0 people run into more problems because of it. Sounds right. The crash that was reported to us only happens when the...

> Use a destructor when the compiler supports it; only use atexit when there's no support for destructors and you're building a static library. It's silly not to use a...

@zhizhongzhiwai it's a hexadecimal string

Thank you very much for reporting your results. But I also need to know your CryptoNight hash rate on the same CPU. Thanks!

Agreed. I've been considering which of the built in libraries to add to the Function selector. Math.xx was my first candidate but there's some concern that accuracy will differ across...

OK. I guess we can only touch stuff like abs, floor, etc that have well defined results.

http://highlandsun.com/hyc/reorgs.txt currently contains 1219 lines, 160KB. All but four reorgs are size 2, four are size 3. But I'd be dubious about using this as a metric in deciding how...