-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing config files #6
Comments
I'm facing the same problem at the moment. Any suggestion what could be the issue? |
I meet the same question. I try to connect with the authors by email and they all reject the email. I feel curious about it. I first thought that it is my fault. |
Hello! Sorry for the lack of support here. I created this repo but am not the author of this software. I'm working to get someone supporting this. |
Maybe lacking some default configuration values. Add the 'default configuration values ...' part (line 185) in cache.cfg to other cfg files. It may work. |
I had the same problem and tried that with dram.cfg file and it worked! thanks. |
The fix is working. But if the size is specified as 8 GB, it is not working. It works for size less than 1 GB. Any lead on this? |
Most of the config files in the repo lead to either a
segmentation fault
or afloating point error
. I basically clone, compile, and run cacti w/o touching anything. I use aUbuntu 16.04.3 LTS
system with kernel4.15.0-24-generic
. Could you take a look at that?You can find a summary of these config files below:
This is what I do:
Here are the errors I get with the provided config files:
Segmentation fault (core dumped)
Floating point exception (core dumped)
Segmentation fault (core dumped)
Floating point exception (core dumped)
Floating point exception (core dumped)
Floating point exception (core dumped)
num_clk should be greater than zero!
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Backtrace of
Segmentation fault
:Segmentation fault happens after logging the
Low-swing wire
stats. So until that point some time/area/power components are already reported. But the segmentation fault makes me suspicious about the correctness. Could you check that?Backtrace of
Floating point exception
Floating point exception happens directly after printing the configs, so no results are reported.
The text was updated successfully, but these errors were encountered: