lrq3000 / fau-timer

Mirror for fau-timer: Tools for analyzing timing side channels. See http://www1.cs.fau.de/side-channels for more information.
1 stars 0 forks source link

Reporting chookes on some input files #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ReportingTool on data 

What is the expected output? What do you see instead?
It should generate some reports. On some files it chokes with error instead.
I do not know what is triggering the issue. In the same setup the ReportingTool 
generates results from some data and chokes on others.

What version of the product are you using? On what operating system?

Please provide any additional information below:

java -jar ReportingTool.jar --makeindexPath=/usr/bin/makeindex 
--inputFile=../FauTimer/out_of_bounds.csv --name=test 
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: --- CALIBRATION PHASE ---
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretA vs. theSecretB
Oct 22, 2012 11:18:10 PM evaluation.BoxTest optimalBox
INFO: optimal box (50-50): 34-55
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretA < theSecretB - amount of minimal measures per secret: 1
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretB vs. theSecretA
Oct 22, 2012 11:18:10 PM evaluation.BoxTest optimalBox
INFO: optimal box (50-50): 0-5
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 
0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at dataset.Secret.<init>(Secret.java:33)
    at plots.Histogram.writeMetadata(Histogram.java:93)
    at plots.Histogram.<init>(Histogram.java:34)
    at plots.PlotPool.plot(PlotPool.java:53)
    at evaluation.StatisticEvaluation.calibrationPhase(StatisticEvaluation.java:106)
    at evaluation.StatisticEvaluation.<init>(StatisticEvaluation.java:44)
    at main.Main.main(Main.java:64)

Original issue reported on code.google.com by michal.a...@gmail.com on 22 Oct 2012 at 9:28

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@googlemail.com on 30 Nov 2012 at 9:42

GoogleCodeExporter commented 9 years ago
Should be fixed with revision 1.1.2.

Original comment by m...@isabell-schmitt.de on 19 Jan 2013 at 7:12