forked from Echelon9/valgrind
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When I upgrade my system to 10.15.2, valgrind always run with errors
/usr/local/bin/valgrind --tool=memcheck --xml=yes --xml-file=/private/var/folders/hf/fhwvc13x03s0pbqyg6vc1w3h1st3ld/T/valgrind --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no test_program
--85493-- UNKNOWN fcntl 101!
--85493-- UNKNOWN fcntl 101! (repeated 2 times)
--85493-- UNKNOWN fcntl 101! (repeated 4 times)
--85493-- UNKNOWN fcntl 101! (repeated 8 times)
--85493-- UNKNOWN fcntl 101! (repeated 16 times)
--85493-- UNKNOWN fcntl 101! (repeated 32 times)
--85493-- UNKNOWN fcntl 101! (repeated 64 times)
==85493== valgrind: Unrecognised instruction at address 0x101caf7bd.
==85493== Your program just tried to execute an instruction that Valgrind
==85493== did not recognise. There are two possible reasons for this.
==85493== 1. Your program has a bug and erroneously jumped to a non-code
==85493== location. If you are running Memcheck and you just saw a
==85493== warning about a bad jump, it's probably your program's fault.
==85493== 2. The instruction is legitimate but Valgrind doesn't handle it,
==85493== i.e. it's Valgrind's fault. If you think this is the case or
==85493== you are not sure, please let us know and we'll try to fix it.
==85493== Either way, Valgrind will now raise a SIGILL signal which will
==85493== probably kill your program.
yanfeit, implicitall, teopalmer, maxbs40, tikki100 and 24 more
Metadata
Metadata
Assignees
Labels
No labels