You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after starting caplet_geo, loading a *.geo File results in this crash:
This is caused by gdsgeometry.cpp method RectangleList::decompose():
While iterating std::maprectMap in 2 cascaded loops, you're at the same time mutating it (rectMap.erase(itemJit++)), which seems to cause the crash.