Skip to content

Instantly share code, notes, and snippets.

@numerodix
Created January 10, 2016 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numerodix/ed4335b4fd08dbd2fd6b to your computer and use it in GitHub Desktop.
Save numerodix/ed4335b4fd08dbd2fd6b to your computer and use it in GitHub Desktop.
kcov emcache not happy
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
$ src/kcov --version
kcov 31
$ src/kcov ~/code/emcache/target/cov ~/code/emcache/target/debug/emcache-75ee377fa4349bb1
running 128 tests
kcov: Process exited with signal 4 (SIGILL) at 0x7ffff73c2a65
kcov: Illegal instructions are sometimes caused by some GCC versions
kcov: miscompiling C++ headers. If the problem is persistent, try running
kcov: with --verify. For more information, see
kcov: http://github.com/SimonKagstrom/kcov/issues/18
kcov: WARNING: kcov has been built without libbfd-dev (or
kcov: binutils-dev), so the --verify option will not do anything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment