Skip to content
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

Valgrind issue #7

Closed
andrewchambers opened this issue Sep 6, 2015 · 0 comments
Closed

Valgrind issue #7

andrewchambers opened this issue Sep 6, 2015 · 0 comments

Comments

@andrewchambers
Copy link
Owner

Running the compiler on amd64 ubuntu I get the following valgrind report. Is this a false positive?

andrew@blackheart:~/src/c$ valgrind bin/6c test/execute/0001-sanity.c
==3118== Memcheck, a memory error detector
==3118== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==3118== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==3118== Command: bin/6c test/execute/0001-sanity.c
==3118== 
==3118== Conditional jump or move depends on uninitialised value(s)
==3118==    at 0x4540D6: __linkin_atfork (in /home/andrew/src/c/bin/6c)
==3118==    by 0x42CDA3: ptmalloc_init.part.7 (in /home/andrew/src/c/bin/6c)
==3118==    by 0x42D1F4: malloc_hook_ini (in /home/andrew/src/c/bin/6c)
==3118==    by 0x47AA3A: _dl_get_origin (in /home/andrew/src/c/bin/6c)
==3118==    by 0x45499E: _dl_non_dynamic_init (in /home/andrew/src/c/bin/6c)
==3118==    by 0x455797: __libc_init_first (in /home/andrew/src/c/bin/6c)
==3118==    by 0x409B3B: (below main) (in /home/andrew/src/c/bin/6c)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant