Hi, I've built the latest repo but in gdb, it looks like Malt is hanging in loadCurrentStack. looking at backtrace in gdb, I see
#0 0x00001554da17c4cd in __lll_lock_wait () from /lib64/libpthread.so.0
#1 0x00001554da175ac9 in pthread_mutex_lock () from /lib64/libpthread.so.0
so it looks like it's hanging on a pthread lock. is it possible to build without using pthread?
Hi, I've built the latest repo but in gdb, it looks like Malt is hanging in loadCurrentStack. looking at backtrace in gdb, I see
#0 0x00001554da17c4cd in __lll_lock_wait () from /lib64/libpthread.so.0
#1 0x00001554da175ac9 in pthread_mutex_lock () from /lib64/libpthread.so.0
so it looks like it's hanging on a pthread lock. is it possible to build without using pthread?