Browse Source
Fix a wxRecursionGuard crash when library symbol is missing.
Fix a wxRecursionGuard crash when library symbol is missing.
The various wxCHECKs in the SCH_PIN object where being raised inside the SCH_SYMBOL object which would also raise it's own wxCHECK that would cause a recursion guard failure and segfault. The offending wxCHECKs were replaced with null pointer checks. Missing library symbol links will be shown with the missing library symbol. Fixes https://gitlab.com/kicad/code/kicad/-/issues/171468.0
2 changed files with 21 additions and 13 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue