Closed nonetype closed 7 months ago
swift run FuzzilliCli --overwrite --storagePath=fuzzout --exportStatistics --logLevel=verbose --diagnostics --differentialWeaveRate=0.5 --profile=spidermonkey ./Cloud/Docker/SpidermonkeyBuilder/out/js # ... [Fuzzer] Initialized [Assert] Debug Assertion failed at /home/user/JIT-Picker/Sources/Fuzzilli/Core/ProgramBuilder.swift:328 [Fuzzer] Shutting down due to fatal error ++++++++++ Fuzzer Finished ++++++++++ # ...
/// Returns a random variable. public func randVar(excludeInnermostScope: Bool = false) -> Variable { Assert(hasVisibleVariables) // <-- assertion failure here return randVarInternal(excludeInnermostScope: excludeInnermostScope)! }