Using the current head of EventDisplay it segvs when 'nextevent' is pressed. This happens with nominal_example and extracted. Gdb says the segv happens when the main thread is waiting for mutex to return, which means the actual crash is probably in a subthread, but there are 14 (!) threads active at the time of the crash so it's difficult to debug. Also give #268 ED currently doesn't initialize when compiled in debug mode, which also makes debugging hard.
Using the current head of EventDisplay it segvs when 'nextevent' is pressed. This happens with nominal_example and extracted. Gdb says the segv happens when the main thread is waiting for mutex to return, which means the actual crash is probably in a subthread, but there are 14 (!) threads active at the time of the crash so it's difficult to debug. Also give #268 ED currently doesn't initialize when compiled in debug mode, which also makes debugging hard.