k3rnL

Results 9 comments of k3rnL

Ohh okay, you load your default conf like this, but Akka also is doing so. I understand now. I'm not used to use Hooch like this. Usually I default the...

So, the problems effectively happens in the switch case of CURLOPT_ACCEPT_ENCODING ```c case CURLOPT_ACCEPT_ENCODING: /* * String to use at the value of Accept-Encoding header. * * If the encoding...

All the call to setopt actually segfaults... I commented out the one that was problematic in sttp source code and rebuilt the library, then the next one segfault. And so...

Sorry for this answering to myself topic, but I again found some more information. Still in the theory of a call convention problem. Or at least, a compilation problem. I...

After morning routine: I read the source code, very interesting indeed ! Also, [apple provide](https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#:~:text=Round%20up%20the,byte%20stack%20slots.) a clear explanation on the call convention for arm64. The code in nativelib seems fine...

First, in my previous comment I said that it works, this was a wrong statement. It just does not segfault. @LeeTibbert is correct. The problem comes to the fact that...

It is possible through a wrapper to pass the parameter to as a pointer from SN to C, convert the pointer in a var arg inside the wrapper and then...

@Pask423 I've tried to run them both on my macOS and on Linux, on the master branch it never go to the end. I have an infinite loop. ``` ......