<#2060 Segmentation violation at placement resizer...
# openlane-development
g
#2060 Segmentation violation at placement resizer design optimizations Issue created by yunuseryilmaz18 Description Hello, I'm using the gfmpw-1b tagged version of the caravel-user-project to harden my macro. I got these crash errors in the Placement Resizer Design Optimizations step:
Copy code
[STEP 12]
[INFO]: Running Placement Resizer Design Optimizations (log: ../home/yunus/caravel_user_project/openlane/fpga_core_v2/runs/23_11_30_12_02/logs/placement/12-resizer.log)...
[ERROR]: during executing openroad script /openlane/scripts/openroad/resizer.tcl
[ERROR]: Log: ../home/yunus/caravel_user_project/openlane/fpga_core_v2/runs/23_11_30_12_02/logs/placement/12-resizer.log
[ERROR]: Last 10 lines:
41# 0x00007F01CD268F1E in /lib64/libtcl8.5.so
42# Tcl_EvalEx in /lib64/libtcl8.5.so
43# Tcl_Eval in /lib64/libtcl8.5.so
44# sta::sourceTclFile(char const*, bool, bool, Tcl_Interp*) in openroad
45# ord::tclAppInit(Tcl_Interp*) in openroad
46# Tcl_Main in /lib64/libtcl8.5.so
47# main in openroad
48# __libc_start_main in /lib64/libc.so.6
49# 0x0000000000D3DC77 in openroad
child killed: segmentation violation
Expected Behavior I was expecting to finish the flow without errors. Environment report
Copy code
Kernel: Linux v6.2.0-37-generic
Distribution: ubuntu 22.04
Python: v3.10.12 (OK)
Container Engine: docker v24.0.7 (OK)
OpenLane Git Version: 7ea7a2aeef4bea5445d133c26ca2b3e9f0d0c78f
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: FAILED
/home/yunus/caravel_user_project/dependencies/openlane_src/pdks/sky130A not found.
Traceback (most recent call last):
  File "/home/yunus/caravel_user_project/dependencies/openlane_src/dependencies/verify_versions.py", line 75, in verify_versions
    raise Exception(f"{pdk_dir} not found.")
Exception: /home/yunus/caravel_user_project/dependencies/openlane_src/pdks/sky130A not found.

Failed to verify sky130A.
---
Git Log (Last 3 Commits)

7ea7a2a 2023-10-15T17:01:59+03:00 Fix `FP_PIN_ORDER_CFG` being overriden (#2017) - Kareem Farid -  (grafted, HEAD, tag: 2023.10.16)
---
Git Remotes

origin	<https://github.com/The-OpenROAD-Project/OpenLane> (fetch)
origin	<https://github.com/The-OpenROAD-Project/OpenLane> (push)
Reproduction material issue_reproducible.zip Relevant log output
Copy code
[STEP 12]
[INFO]: Running Placement Resizer Design Optimizations (log: ../home/yunus/caravel_user_project/openlane/fpga_core_v2/runs/23_11_30_12_02/logs/placement/12-resizer.log)...
[ERROR]: during executing openroad script /openlane/scripts/openroad/resizer.tcl
[ERROR]: Log: ../home/yunus/caravel_user_project/openlane/fpga_core_v2/runs/23_11_30_12_02/logs/placement/12-resizer.log
[ERROR]: Last 10 lines:
41# 0x00007F01CD268F1E in /lib64/libtcl8.5.so
42# Tcl_EvalEx in /lib64/libtcl8.5.so
43# Tcl_Eval in /lib64/libtcl8.5.so
44# sta::sourceTclFile(char const*, bool, bool, Tcl_Interp*) in openroad
45# ord::tclAppInit(Tcl_Interp*) in openroad
46# Tcl_Main in /lib64/libtcl8.5.so
47# main in openroad
48# __libc_start_main in /lib64/libc.so.6
49# 0x0000000000D3DC77 in openroad
child killed: segmentation violation
The-OpenROAD-Project/OpenLane