Hello, so recently I updated my OpenRoad and now, it doesn't work when it get the "report_power -corner $power_corner" line. it returns this error:
report_power -corner $power_corner
Signal 11 received
Stack trace:
0# 0x000055E3931560EB in openroad
1# 0x00007FCCB1EB6520 in /lib/x86_64-linux-gnu/libc.so.6
2# sta:Network:findPin(sta::Instance const*, sta::LibertyPort const*) const in openroad
3# sta:Power:seedRegOutputActivities(sta::Instance const*, sta::Sequential*, sta::LibertyPort*, bool) in openroad
4# sta:Power:seedRegOutputActivities(sta::Instance const*, sta::BfsFwdIterator&) in openroad
5# sta:Power:ensureActivities() in openroad
6# sta:Power:power(sta::Corner const*, sta::PowerResult&, sta::PowerResult&, sta::PowerResult&, sta::PowerResult&, sta::PowerResult&, sta::PowerResult&) in openroad
7# design_power(sta::Corner const*) in openroad
8# 0x000055E3933A33BD in openroad
9# TclNRRunCallbacks in /lib/x86_64-linux-gnu/libtcl8.6.so
10# 0x00007FCCB637D028 in /lib/x86_64-linux-gnu/libtcl8.6.so
11# Tcl_EvalEx in /lib/x86_64-linux-gnu/libtcl8.6.so
12# Tcl_Eval in /lib/x86_64-linux-gnu/libtcl8.6.so
13# sta::sourceTclFile(char const*, bool, bool, Tcl_Interp*) in openroad
14# ord::tclAppInit(Tcl_Interp*) in openroad
15# Tcl_MainEx in /lib/x86_64-linux-gnu/libtcl8.6.so
16# main in openroad
17# 0x00007FCCB1E9DD90 in /lib/x86_64-linux-gnu/libc.so.6
18# __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
19# _start in openroad
Segmentation fault
How to fix it?