It looks like you're new here. If you want to get involved, click one of these buttons!
Hi
I'm trying to use klayout 0.26.3 to insert fill using a custom script. When run on a particular design I get a crash with the stack:
from /home/tool/klayout/install/0.26.3/lib64/klayout/libklayout_db.so.0
from /home/tool/klayout/install/0.26.3/lib64/klayout/libklayout_db.so.0
from /home/tool/klayout/install/0.26.3/lib64/klayout/libklayout_db.so.0
from /home/tool/klayout/install/0.26.3/lib64/klayout/libklayout_db.so.0
from /home/tool/klayout/install/0.26.3/lib64/klayout/libklayout_db.so.0
I'm not sure if I can release the design data. The script itself is available at https://github.com/The-OpenROAD-Project/OpenROAD-flow/blob/openroad/flow/util/gdsFill.py. Do you have any suggestions on possible causes of this problem?
I will try with the latest klayout once I can get it installed. I'm only two dot releases behind so I don't know that it will change much.
Thanks,
Matt
Comments
With the latest klayout the crash is resolved
Very good
I tried to correlate your problem with some fixes I made in between. There are some general bug fixes which might explain the problem, but it's hard to say if the issue is really solved.
Let me know if you encounter the problem again.
Best regards,
Matthias