Comment 58 for bug 1835296

Revision history for this message
Holger Vogt (h+vogt) wrote :

We have:

Thread 10 Crashed:
0 libngspice.0.dylib 0x000000011f6d4c5d MIFsetup + 109
1 libngspice.0.dylib 0x000000012b3da3d6 CKTsetup + 214
2 libngspice.0.dylib 0x000000012b3d41b1 CKTdoJob + 961

What I will do next to figure out where exactly in function MIFsetup of file mifsetup.c the crash is happening:

Start eeschema
load sallen-key project
Select Tools-->Simulator

*start debugger in terminal

lldb

*attach debugger lldb to process

process attach --name eeschema

* in eeschema simulator window
Start Simulation

*in terminal watch debugger output
Hopefully it crashes and tells me where the crash happened and what is causing the crash.