Martin Sustrik
Martin Sustrik
Depends on what your coroutines are doing. If they are doing blocking operations such as reading writing to socket/channel or sleeping, then the context switching will happen transparently within those...
> The documentation for [hquery](http://libdill.org/hquery.html) mentions a second type parameter, but it is otherwise absent from synopsis and description. Fixed in the head. Thanks for spotting that.
Yep, it's only available via http://. I'll add a certificate once I have some free time.
As for the ERR_get_error, it's in libcrypto.so. You'll have to link with that as well.
Ok, fixed. CMake build system now works for me. Please, try again.
It works on my machine. What are the backtraces? What version of TLS are you using? Is there a difference between automake and cmake build command line?
Looks like stack corruption. You can step through the test to find out where exactly it happens. However, you mentioned that the test compiled by autoconf works. It may be...
These are compile flags that may be relevant: AUTOCONF -DDILL_THREADS=1 -DDILL_PTHREAD=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MPROTECT=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_EPOLL_CREATE=1 -DHAVE_EPOLL=1 -O2 CMAKE -DDILL_THREADS -DHAVE_MPROTECT -DHAVE_POSIX_MEMALIGN -O3 I would start with the optimization level. CMake...
Do you submit this patch under MIT/X11 license?
Ping! Are you OK with submitting this under MIT/X11 license? Can I merge it in?