Sta::tcl_interp_ is not initialized in the constructor, so tclInterp() returns garbage before setTclInterp() is called. The assertion `before == nullptr` fails in Release builds where memory is not zero-initialized. Remove the read of uninitialized tcl_interp_ and the assertion. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestSearchClasses.cc | ||
| TestSearchIncremental.cc | ||
| TestSearchStaDesign.cc | ||
| TestSearchStaDesignB.cc | ||
| TestSearchStaInit.cc | ||
| TestSearchStaInitB.cc | ||