Followed the official build instructions of v8 
(https://v8.dev/docs/build-gn)  & tried running few binaries (libfuzzer 
wrapper for v8 parser) & got this error. 


Error - 


$~ ./v8_simple_json_fuzzer testcase_json/

=================================================================
==6771==ERROR: AddressSanitizer: requested allocation size 
0x7fffffffffffffff (0x8000000000001000 after adjustments for alignment, red 
zones etc.) exceeds maximum supported size of 0x10000000000 (thread T0)
    #0 0x55a2a0f4220d 
 (/home/chromium/v8/v8/out/x64.release/v8_simple_json_fuzzer+0x235220d)
    #1 0x55a2a0f70e7c 
 (/home/chromium/v8/v8/out/x64.release/v8_simple_json_fuzzer+0x2380e7c)
    #2 0x7faee1cd1b96  (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)

==6771==HINT: if you don't care about these errors you may set 
allocator_may_return_null=1
SUMMARY: AddressSanitizer: allocation-size-too-big 
(/home/chromium/v8/v8/out/x64.release/v8_simple_json_fuzzer+0x235220d) 
==6771==ABORTING




Whereas the llibfuzzer wrappers provided for other components are working 
fine. The problem exists with the binaries specific to the v8. 
Anyone came across similar problem?, not sure how to fix this one. 

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/dc1ea145-6f37-4348-8a2e-f79062e10907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to