-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Characteristics
- Issue Type: bug
- Reproducibility: always
- Severity: major, crash
- Tool/Service/Component: botsing-reproduction-1.0.8
- Execution Environment: macOS 10.15.1, jdk 1.8.0_231
- Reporter: @CoolTomatos , [email protected]
Description
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 10, Size: 10
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at eu.stamp.botsing.ga.strategy.operators.GuidedSearchUtility.collectPublicCalls(GuidedSearchUtility.java:35)
at eu.stamp.botsing.fitnessfunction.testcase.factories.StackTraceChromosomeFactory.fillPublicCalls(StackTraceChromosomeFactory.java:206)
at eu.stamp.botsing.fitnessfunction.testcase.factories.StackTraceChromosomeFactory.<init>(StackTraceChromosomeFactory.java:70)
at eu.stamp.botsing.testgeneration.strategy.TestGenerationUtility.getChromosomeFactory(TestGenerationUtility.java:47)
at eu.stamp.botsing.testgeneration.strategy.TestGenerationUtility.getGA(TestGenerationUtility.java:27)
at eu.stamp.botsing.testgeneration.strategy.BotsingIndividualStrategy.generateTests(BotsingIndividualStrategy.java:61)
at eu.stamp.botsing.reproduction.CrashReproduction.generateCrashReproductionTests(CrashReproduction.java:113)
at eu.stamp.botsing.reproduction.CrashReproduction.execute(CrashReproduction.java:60)
at eu.stamp.botsing.Botsing.parseCommandLine(Botsing.java:96)
at eu.stamp.botsing.Botsing.main(Botsing.java:163)Steps to reproduce
Run botsing against LANG-9b with target frame 8.
Metadata
Metadata
Assignees
Labels
No labels