-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
REPL doesn't work when CONFIG_ASAN is set #502
Comments
saghul
added a commit
that referenced
this issue
Sep 9, 2024
``` src/quickjs/quickjs.c: In function ‘JS_ReadString’: src/quickjs/quickjs.c:34274:26: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34274 | bc_read_trace(s, ""); // hex dump and indentation | ^~ src/quickjs/quickjs.c: In function ‘JS_ReadFunctionBytecode’: src/quickjs/quickjs.c:34334:30: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34334 | bc_read_trace(s, ""); // hex dump + indent ``` Ref: #502
saghul
added a commit
that referenced
this issue
Sep 9, 2024
``` src/quickjs/quickjs.c: In function ‘JS_ReadString’: src/quickjs/quickjs.c:34274:26: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34274 | bc_read_trace(s, ""); // hex dump and indentation | ^~ src/quickjs/quickjs.c: In function ‘JS_ReadFunctionBytecode’: src/quickjs/quickjs.c:34334:30: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34334 | bc_read_trace(s, ""); // hex dump + indent ``` Ref: #502
saghul
added a commit
that referenced
this issue
Sep 10, 2024
bluesky950520
pushed a commit
to bluesky950520/quickjs
that referenced
this issue
Mar 14, 2025
``` src/quickjs/quickjs.c: In function ‘JS_ReadString’: src/quickjs/quickjs.c:34274:26: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34274 | bc_read_trace(s, ""); // hex dump and indentation | ^~ src/quickjs/quickjs.c: In function ‘JS_ReadFunctionBytecode’: src/quickjs/quickjs.c:34334:30: warning: zero-length gnu_printf format string [-Wformat-zero-length] 34334 | bc_read_trace(s, ""); // hex dump + indent ``` Ref: quickjs-ng/quickjs#502
bluesky950520
pushed a commit
to bluesky950520/quickjs
that referenced
this issue
Mar 14, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I also needed this patch in order to make it that far, or ASAN trips:
ASAN error:
Not sure if legit bug or shenanigans...
The text was updated successfully, but these errors were encountered: