Open gadfort opened 1 month ago
do you have the commit ids from the last passing to the first failing?
81b5450638aeb466300435c6d9caf365aa7ef863 -> 4ee14b488230e046c2e52d9094df85ccf299ac80 Since it's intermittent when I run it on (4ee14b488230e046c2e52d9094df85ccf299ac80) it's not clear that the issue is specific to these commits.
Try TSAN and ASAN
I tried multiple times to reproduce the crash but wasn't able to. I am going to check TSAN and ASAN for any thread issues.
Describe the bug
Last night this error was triggered on our CI when updating OpenROAD:
The error occurred in
repair_timing -setup
. This is likely due to some thread safety issues.Expected Behavior
No segfault
Environment
To Reproduce
sc_issue_jpeg_job0_freepdk45_nangate45_cts0_20241007-012707.tar.gz
This issue appears intermittent, so when I ran it again it went away.
Relevant log output
Screenshots
No response
Additional Context
No response