-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
SQL error during submission #42
Comments
I'm getting the same error, for what it is worth. |
I've poked around a bit more, and added a set -x at the top of the script. One thing that looks peculiar is the nvme show-regs probe:
There are a bunch of gibberish characters, which may be causing the problem. Also, if I run the command manually, I get an abort:
If I comment out the probe at around line 401 in the script, then it runs to completion and tells me that my submission was processed correctly. This is the line that I removed:
I looked at the source code for the nvme tool, and I see:
Notice that the above indicates that a character device is needed for the show-regs command. The Looking at the help for that command via
I don't know how the pibenchmarks.com web site uses the information, so I'm not sure what the correct fix would be, but it seems illegal to use $BootDrive with nvme show-regs. |
My results aren't appearing on the site. I debugged and looks like $Submit holds some unexpected HTML. I saved this and opened in my browser:
The text was updated successfully, but these errors were encountered: