We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Klayout (v0.27.7) is crashing with the following error message when I execute the following command two times in a row:
pya.Application.instance().main_window().current_view().show_layout(layout, False) pya.Application.instance().main_window().current_view().show_layout(layout, False)
ERROR: ../../../src/laybasic/laybasic/layCellTreeModel.cc,444,! mp_layout->under_construction () && ! (mp_layout->manager () && mp_layout->manager ()->transacting ()) ERROR: Exception caught: Internal error: ../../../src/laybasic/laybasic/layCellTreeModel.cc:444 ! mp_layout->under_construction () && ! (mp_layout->manager () && mp_layout->manager ()->transacting ()) was not true
PS: minor but.. same layers' colors keep changing each time I execute the above command, which becomes troublesome to id the layers in a dense layout
The text was updated successfully, but these errors were encountered:
Please check with the latest version. 0.27.7 is very old.
Sorry, something went wrong.
Fixed issue #1533 (KLayout crashing with two consecutive calls of the…
6e589e2
… same LayoutView::show_layout command)
Also reproducible on 0.28.12 and fixed.
Again, I'd appreciate if a bug report refers to the current version.
I can verify resolution in v0.28.13
No branches or pull requests
Klayout (v0.27.7) is crashing with the following error message when I execute the following command two times in a row:
pya.Application.instance().main_window().current_view().show_layout(layout, False)
pya.Application.instance().main_window().current_view().show_layout(layout, False)
ERROR: ../../../src/laybasic/laybasic/layCellTreeModel.cc,444,! mp_layout->under_construction () && ! (mp_layout->manager () && mp_layout->manager ()->transacting ())
ERROR: Exception caught: Internal error: ../../../src/laybasic/laybasic/layCellTreeModel.cc:444 ! mp_layout->under_construction () && ! (mp_layout->manager () && mp_layout->manager ()->transacting ()) was not true
PS: minor but.. same layers' colors keep changing each time I execute the above command, which becomes troublesome to id the layers in a dense layout
The text was updated successfully, but these errors were encountered: