-
Notifications
You must be signed in to change notification settings - Fork 47
JvmCrashExamples
Symbolic + Fuzzing mode produces errors with JDK 17
#1308
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
Comments
JvmCrashExamples
JvmCrashExamples
Symbolic + Fuzzing mode produces errors with JDK 17
Looks like problem with modules. See |
Verified on the newest main - reproducing. |
Not reproducing any more - with UnitTestBot running on Java 17. |
Description
JvmCrashExamples
Symbolic + Fuzzing mode (default) generation produce errors in test class.To Reproduce
Expected behavior
Tests are supposed to be generated without errors.
Actual behavior
An error test is generated with information about exceptions.
Visual proofs (screenshots, logs, images)
Also there are the following exceptions in rdEngineProcessLogs:
-837836269738182490-0.log
Environment
WIndows 10 Pro
IntelliJ IDEA 2022.2.3
IntelliJ project
JDK 17 (not reproducing on JDK 11)
Additional context
Not reproducing in UTBotJava project with JDK 11
Not reproducing with Fuzzing only mode or Symbolic only mode.
No exceptions present in Concrete executor log.
The text was updated successfully, but these errors were encountered: