-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
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
Strange MemorySanitizer warnings on E2K #457
Comments
GC_expand_hp_inner /export/home/ivmai/bdwgc/extra/../alloc.c:336 :
|
GC_exclude_static_roots_inner /export/home/ivmai/bdwgc/extra/../mark_rts.c:580 :
|
gcc -I include -O0 -fsanitize=memory tests/gctest.c extra/gc.c && ./a.out
|
I've created a small reproducible testcase.c:
gcc -O0 -g -fsanitize=memory testcase.c && ./a.out
|
As said by lcc folks, MSan is not yet supported properly by lcc (unlike ASan). |
Source: master (2afde24)
Host: Linux/E2K
Compiler: lcc:1.26.12:Jun--5-2022:e2k-v4-linux; gcc (GCC) 9.3.0 compatible
How to reproduce (1): ./autogen.sh && ./configure && make -j check CFLAGS_EXTRA="-fsanitize=memory" && cat gctest.log
How to reproduce (2): ./autogen.sh && ./configure && make -j check CFLAGS_EXTRA="-fsanitize=memory -O0" && cat gctest.log
Related issue #411
The text was updated successfully, but these errors were encountered: