-
Notifications
You must be signed in to change notification settings - Fork 22
hang at end in loadCurrentStack #185
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working