Random seg faults at running setup.sh #3062
-
Hello gang, I am trying to build the flow script locally on ubuntu 22.04. Similar to the post I have made in here, I am trying to re-build the flow script, and running into some random segmentation faults in the process:
I thought this has something do with my hardware, specifically my ram, so I tried everything - undervolting, underclocking, running memtest86 every time I modified the ram behaviour (total time running mem86 would be around 10-15 hours), and didn't find anything wrong with my ram. I also have tried turning off the Intel XMP overclocking on my cpu, as well as undervolting it a bit, but still no result. Any insights on where this could be coming from? I have spent a good amount of time configuring my hardwares for the past week, if not 2 weeks. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Perhaps you have a bad compiler installation? Another path is to use docker. |
Beta Was this translation helpful? Give feedback.
-
To use docker see https://openroad-flow-scripts.readthedocs.io/en/latest/user/BuildWithDocker.html |
Beta Was this translation helpful? Give feedback.
-
Aha! Well, it turns out, just like what @oharboe has mentioned from my previous post here, there IS something wrong with my hardware setup - one of my CPU's P-core is completely busted! Took me long enough to figure it out, but recently even by just running
would actually result in segmentation fualts for me. That shows something to be seriously wrong with my hardware setup. Thankfully some random guy was having the same problem from 3 months ago , I was able to isolate and disable the corresponding core of my CPU by following the guide posted there. After doing so my project shows no significant errors and built successfully locally, what a journey. PS: I am running 14900kf on ASUS ROG STRIX Z790-H. Intel, never again! |
Beta Was this translation helpful? Give feedback.
Aha! Well, it turns out, just like what @oharboe has mentioned from my previous post here, there IS something wrong with my hardware setup - one of my CPU's P-core is completely busted!
Took me long enough to figure it out, but recently even by just running
would actually result in segmentation fualts for me. That shows something to be seriously wrong with my hardware setup.
Thankfully some random guy was having the same problem from 3 months ago , I was able to isolate and disable the corresponding core of my CPU by following the guide posted there.
After doing so my project shows no significant errors and built successfully locally, what a journey.
PS: I am runni…