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
The error appears whenever: the cell layer name L <name>; is changed to a new layer name not yet present in the file (while opened) and reloading it in KLayout.
The error does not occur when closing and re-opening the file.
Tested in KLayout Viewer and Editor 0.25.8 and 0.25.9
Internal error: ../../src/db/db/dbLayout.cc:1616 m_layer_states [index] == Free was not true (line=2, Cell=C1)
The error appears whenever: the cell layer name
L <name>;
is changed to a new layer name not yet present in the file (while opened) and reloading it in KLayout.The error does not occur when closing and re-opening the file.
Tested in KLayout Viewer and Editor 0.25.8 and 0.25.9
Minimum working example
LayerTest.zip
Steps to reproduce
L L0;
to something else (exampleL L1;
)The text was updated successfully, but these errors were encountered: