Dear all,
I need to simulate a (very) large RC network modeling a circuit equivalent model to simulate thermal distribution, ~12,000 Rs, ~4,000 Cs, ~4,000 nodes).
When I run the simulation, I get a segmentation fault. GDB says that the call is caused by a call to:
sca_core::sca_implementation::sca_conservative_view::move_connected_module(
and, if I look at the call stack, I see that many invocations of these function are recursively done, until the simulation crashes.
I had a look at the code with Valgrind, and got that the seg fault is caused by a stack overflow: