Browse Source
The attached patch fixes a segfault due to a race condition. If a user starts eeschema with an empty sheet and clicks the 'cvpcb' button, memory is corrupted and the program segfaults. The issue appears to arise from multiple threads accessing the 3D cache and resolver. This patch makes relevant code thread-safe by using a wxCriticalSection.pull/12/head
committed by
Chris Pavlina
3 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue