You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddressSanitizer:DEADLYSIGNAL
=================================================================
==2064570==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000048 (pc 0x0000004e2689 bp 0x7ffcdeff6070 sp 0x7ffcdeff5860 T0)
==2064570==The signal is caused by a READ memory access.
==2064570==Hint: address points to the zero page.
#0 0x4e2689 in njs_scope_value /home/q1iq/Documents/origin/njs/src/njs_scope.h:73:12
#1 0x4e2689 in njs_scope_valid_value /home/q1iq/Documents/origin/njs/src/njs_scope.h:83:13
#2 0x4e2689 in njs_vmcode_interpreter /home/q1iq/Documents/origin/njs/src/njs_vmcode.c:150:13
#3 0x4deb7b in njs_vm_start /home/q1iq/Documents/origin/njs/src/njs_vm.c:493:11
#4 0x4c8099 in njs_process_script /home/q1iq/Documents/origin/njs/src/njs_shell.c:903:19
#5 0x4c7484 in njs_process_file /home/q1iq/Documents/origin/njs/src/njs_shell.c:632:11
#6 0x4c7484 in main /home/q1iq/Documents/origin/njs/src/njs_shell.c:316:15
#7 0x7f92c0a3e0b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16
#8 0x41dabd in _start (/home/q1iq/Documents/origin/njs/build/njs+0x41dabd)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/q1iq/Documents/origin/njs/src/njs_scope.h:73:12 in njs_scope_value
==2064570==ABORTING
Environment
Proof of concept
Stack dump
Credit
Q1IQ(@Q1IQ)
The text was updated successfully, but these errors were encountered: