We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was no initialization message like this
INFO: libFuzzer ignores flags that start with '--' INFO: Running with entropic power schedule (0xFF, 100). INFO: Seed: 107233662 INFO: Loaded 6 modules (16384 inline 8-bit counters): 512 [0x2a51170, 0x2a51370), 512 [0x2a51370, 0x2a51570), 1024 [0x2a51570, 0x2a51970), 2048 [0x2a51970, 0x2a52170), 4096 [0x2a52170, 0x2a53170), 8192 [0x2a53170, 0x2a55170), INFO: Loaded 6 PC tables (16384 PCs): 512 [0x29b81d0,0x29ba1d0), 512 [0x2a41ca0,0x2a43ca0), 1024 [0x29c7620,0x29cb620), 2048 [0x2bd1a20,0x2bd9a20), 4096 [0x2c3ec40,0x2c4ec40), 8192 [0x2c4ec50,0x2c6ec50), INFO: 431 files found in /tmp/com.github.publiclibs.continuousjazzer.t-fuzzer INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 1048576 bytes INFO: seed corpus: files: 431 min: 3b max: 9864157b total: 35366103b rss: 1067Mb
cmd:0 arg:/tmp/com.github.publiclibs.continuousjazzer.t-fuzzer/jazzer-linux cmd:1 arg:--agent_path cmd:2 arg:/tmp/com.github.publiclibs.continuousjazzer.t-fuzzer cmd:4 arg:--custom_hooks=com.github.publiclibs.continuousjazzer.hooks.MinecraftHooks cmd:5 arg:--keep_going=2000 cmd:6 arg:-detect_leaks=1 cmd:7 arg:-max_total_time=2000000 cmd:8 arg:--autofuzz_ignore=(big list) cmd:9 arg:--autofuzz=net.minecraft.world.level.World::a(net.minecraft.network.protocol.Packet) INFO: Loaded 1896 hooks from com.code_intelligence.jazzer.runtime.TraceCmpHooks INFO: Loaded 4 hooks from com.code_intelligence.jazzer.runtime.TraceDivHooks INFO: Loaded 2 hooks from com.code_intelligence.jazzer.runtime.TraceIndirHooks INFO: Loaded 4 hooks from com.code_intelligence.jazzer.runtime.NativeLibHooks INFO: Loaded 5 hooks from com.code_intelligence.jazzer.sanitizers.Deserialization INFO: Loaded 5 hooks from com.code_intelligence.jazzer.sanitizers.ExpressionLanguageInjection INFO: Loaded 70 hooks from com.code_intelligence.jazzer.sanitizers.LdapInjection INFO: Loaded 46 hooks from com.code_intelligence.jazzer.sanitizers.NamingContextLookup INFO: Loaded 1 hooks from com.code_intelligence.jazzer.sanitizers.OsCommandInjection INFO: Loaded 60 hooks from com.code_intelligence.jazzer.sanitizers.ReflectiveCall INFO: Loaded 8 hooks from com.code_intelligence.jazzer.sanitizers.RegexInjection INFO: Loaded 16 hooks from com.code_intelligence.jazzer.sanitizers.RegexRoadblocks INFO: Loaded 97 hooks from com.code_intelligence.jazzer.sanitizers.SqlInjection INFO: Loaded 2 hooks from com.github.publiclibs.continuousjazzer.hooks.MinecraftHooks INFO: New number of coverage counters: 1024 INFO: Instrumented net.minecraft.world.level.World (took 2400 ms, size +9%) ... INFO: Instrumented net.minecraft.world.level.LevelHeightAccessor (took 78 ms, size +18%) INFO: New number of coverage counters: 2048 INFO: Instrumented net.minecraft.world.level.ICollisionAccess (took 136 ms, size +9%) ... INFO: Instrumented net.minecraft.world.level.IWorldTime (took 20 ms, size +13%) INFO: New number of coverage counters: 4096 INFO: Instrumented net.minecraft.world.entity.EntityLiving (took 2003 ms, size +20%) INFO: New number of coverage counters: 8192 INFO: Instrumented net.minecraft.world.entity.Entity (took 2529 ms, size +15%) ... INFO: Instrumented net.minecraft.world.level.chunk.StructureAccess (took 2 ms, size +0%) INFO: New number of coverage counters: 16384 INFO: Instrumented net.minecraft.world.level.chunk.Chunk (took 439 ms, size +14%) ... INFO: Instrumented com.google.common.base.Function (took 1 ms, size +0%) INFO: New number of coverage counters: 32768 INFO: Instrumented com.google.common.collect.ImmutableMap (took 190 ms, size +6%) ... INFO: Instrumented it.unimi.dsi.fastutil.HashCommon (took 60 ms, size +17%) INFO: Instrumented net.minecraft.core.RegistryMaterials$1 (took 28 ms, size +5%) INFO: Instrumented net.minecraft.server.DispenserRegistry (took 58 ms, size +11%) INFO: Instrumented net.minecraft.server.DebugOutputStream (took 19 ms, size +9%) INFO: Instrumented net.minecraft.server.RedirectStream (took 25 ms, size +9%) INFO: Instrumented net.minecraft.world.level.GameRules$GameRuleVisitor (took 11 ms, size +5%) == Java Exception: java.lang.ExceptionInInitializerError at net.minecraft.resources.ResourceKey.a(ResourceKey.java:26) at net.minecraft.core.registries.Registries.a(Registries.java:176) at net.minecraft.core.registries.Registries.<clinit>(Registries.java:168) at net.minecraft.world.level.World.<clinit>(World.java:107) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:390) at java.base/java.lang.Class.forName(Class.java:381) at com.code_intelligence.jazzer.autofuzz.FuzzTarget.fuzzerInitialize(FuzzTarget.java:93) at com.code_intelligence.jazzer.driver.FuzzTargetHolder.lambda$static$0(FuzzTargetHolder.java:34) at com.code_intelligence.jazzer.driver.FuzzTargetRunner.<clinit>(FuzzTargetRunner.java:97) at com.code_intelligence.jazzer.driver.Driver.start(Driver.java:95) at com.code_intelligence.jazzer.Jazzer.start(Jazzer.java:102) at com.code_intelligence.jazzer.Jazzer.main(Jazzer.java:70) Caused by: java.lang.IllegalArgumentException: Not bootstrapped (called from registry ResourceKey[minecraft:root / minecraft:root]) at net.minecraft.server.DispenserRegistry.b(DispenserRegistry.java:202) at net.minecraft.server.DispenserRegistry.a(DispenserRegistry.java:194) at net.minecraft.core.RegistryMaterials.<init>(RegistryMaterials.java:90) at net.minecraft.core.RegistryMaterials.<init>(RegistryMaterials.java:85) at net.minecraft.core.registries.BuiltInRegistries.<clinit>(BuiltInRegistries.java:109) ... 13 more (EXIT)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There was no initialization message like this
current log:
The text was updated successfully, but these errors were encountered: