Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wyrmiyu
Created July 6, 2016 18:36
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 wyrmiyu/9d07f8089e23c7e3bea4be491d6d59b8 to your computer and use it in GitHub Desktop.
Save wyrmiyu/9d07f8089e23c7e3bea4be491d6d59b8 to your computer and use it in GitHub Desktop.
Dropbox installer segfault on Fedora 24
[pid 19053] open("/lib64/.libgcrypt.so.20.hmac", O_RDONLY) = 13
[pid 19053] fstat(13, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
[pid 19053] read(13, "1eb84a6320c5c16b481dd0597e2fd58149ce196a2dc9655c7f7afa388be39701\n", 4096) = 65
[pid 19053] read(13, "", 4096) = 0
[pid 19053] close(13) = 0
[pid 19053] close(12) = 0
[pid 19053] --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x1100} ---
[pid 19053] rt_sigaction(SIGSEGV, {0x7f126cd4b010, [SEGV], SA_RESTORER|SA_RESTART, 0x7f126c91fc30}, NULL, 8) = 0
[pid 19053] write(5, "Fatal Python error: ", 20) = 20
[pid 19053] write(5, "Segmentation fault", 18) = 18
[pid 19053] write(5, "\n\n", 2) = 2
[pid 19053] write(5, "Traceback (most recent call first):\n", 36) = 36
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "b", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "x", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "c", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "q", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "381", 3) = 3
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "b", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "x", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "c", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "2196", 4) = 4
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "b", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "x", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "c", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "4989", 4) = 4
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "s", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "b", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "x", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "c", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "/", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "5008", 4) = 4
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "b", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "x", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "7", 1) = 1
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "<", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, ">", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "a", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, "_", 1) = 1
[pid 19053] write(5, ".", 1) = 1
[pid 19053] write(5, "p", 1) = 1
[pid 19053] write(5, "y", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "128", 3) = 3
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "<", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, ">", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] write(5, " File ", 7) = 7
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, "<", 1) = 1
[pid 19053] write(5, "s", 1) = 1
[pid 19053] write(5, "t", 1) = 1
[pid 19053] write(5, "r", 1) = 1
[pid 19053] write(5, "i", 1) = 1
[pid 19053] write(5, "n", 1) = 1
[pid 19053] write(5, "g", 1) = 1
[pid 19053] write(5, ">", 1) = 1
[pid 19053] write(5, "\"", 1) = 1
[pid 19053] write(5, ", line ", 7) = 7
[pid 19053] write(5, "6", 1) = 1
[pid 19053] write(5, " in ", 4) = 4
[pid 19053] write(5, "<", 1) = 1
[pid 19053] write(5, "m", 1) = 1
[pid 19053] write(5, "o", 1) = 1
[pid 19053] write(5, "d", 1) = 1
[pid 19053] write(5, "u", 1) = 1
[pid 19053] write(5, "l", 1) = 1
[pid 19053] write(5, "e", 1) = 1
[pid 19053] write(5, ">", 1) = 1
[pid 19053] write(5, "\n", 1) = 1
[pid 19053] tgkill(19053, 19053, SIGSEGV) = 0
[pid 19053] --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_TKILL, si_pid=19053, si_uid=20147} ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment