Closed jay-sridharan closed 1 year ago
I believe this line is the cause for the segfault in malc-smoke
thrd_create
takes a thrd_t
, not a thrd_t*
. The t
argument needs to be dereferenced.
I forgot to write yesterday, but thanks for reporting, this is fixed on https://github.com/RafaGago/mini-async-log-c/commit/67fabe26d1f73ff75b0ee9e22dede4242a1c57c5
It seems that the default GCC version is now updated C11 and that code was wrong. Good catch.
I am trying to build and run tests, but I am getting this list of failures. Seems to be some segfaults.
I have attached the test log as well tests.tar.gz