Eduardo Ramos Testillano
Eduardo Ramos Testillano
Forget it, it seemed a synchronization problem (we were using libfaketime and manipulating system time from process). Sorry for the inconvenience.
Probably, this is what I'm looking for: https://gist.github.com/tatsuhiro-t/ba3f7d72d037027ae47b I will test it
Yes I did it following the mentioned gist. My concrete problem is that in my implementation, my threads was using a different io_context but you have to use the one...
Hi, is this still missing in nghttp2 API ? I didn't found it, so I think so. Then, we would need to patch the library ? Any other alternative ?...
Hi, just in case this helps, I have a similar crash, with a nghttp2 server: ``` #0 get_meta (p=p@entry=0xa00000000005 ) at /home/buildozer/aports/main/musl/src/v1.2.3/free.c:131 #1 0x0000000000647eb2 in __libc_free (p=0xa00000000005) at src/malloc/mallocng/atomic_arch.h:105 #2...
This works !! I just tested this on my new raspberry pi 4, just changing to FROM arm32v7/alpine, (because the pi4 has arch 'armv7l') Why mesosphere guys don't buildx the...