Hi
I'm having a sudden crash while running or_replace.py. Does anyone have a solution or cause?
m
Matt Liberty
10/26/2021, 1:26 AM
Its best to file an issue with a test case
v
Vijayan Krishnan
10/26/2021, 4:53 AM
@User what is ur core util and pl_density?
c
Cra2yPierr0t
10/26/2021, 5:00 AM
@User pl_density is 0.80 and DIE_AREA is 2500x2500
v
Vijayan Krishnan
10/26/2021, 5:03 AM
Die area is absolute or relative? Asking about core utilization value
segmentation fault mostly due to memory issue.
As Matt suggests share your test case
c
Cra2yPierr0t
10/26/2021, 5:47 PM
This is a very personal project, so I can't share any test cases. Thanks for the advice.
👍 1
e
Ed H
10/28/2021, 7:49 AM
You can also look at increasing the thread stack limits of your operating system if this is still an issue for you. It may not be related but will help resolving any issues around function callback stack depth, as a general software bug for massive function chains