Skip to content

Instantly share code, notes, and snippets.

/wat

Created December 31, 2017 16:55
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 anonymous/4af155e36475a07d3bced72e6d2ff9a1 to your computer and use it in GitHub Desktop.
Save anonymous/4af155e36475a07d3bced72e6d2ff9a1 to your computer and use it in GitHub Desktop.
10835 openat(AT_FDCWD, "/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
10836 fstat(8, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
10837 getdents(8, /* 4 entries */, 32768) = 104
10838 close(8) = 0
10839 openat(AT_FDCWD, "/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono/x86_64", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
10840 fstat(8, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
10841 getdents(8, /* 4 entries */, 32768) = 128
10842 close(8) = 0
10843 stat("/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono/x86_64/libmono.so", {st_mode=S_IFREG|0755, st_size=2803144, ...}) = 0
10844 access("/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono/x86_64/libmono.so", F_OK) = 0
10845 openat(AT_FDCWD, "/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono/x86_64/libmono.so", O_RDONLY|O_CLOEXEC) = 8
10846 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\336\2\0\0\0\0\0"..., 832) = 832
10847 fstat(8, {st_mode=S_IFREG|0755, st_size=2803144, ...}) = 0
10848 mmap(NULL, 5300848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f435d2ec000
10849 mprotect(0x7f435d58a000, 2097152, PROT_NONE) = 0
10850 mmap(0x7f435d78a000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x29e000) = 0x7f435d78a000
10851 mmap(0x7f435d798000, 402032, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f435d798000
10852 close(8) = 0
10853 mprotect(0x7f435d78a000, 16384, PROT_READ) = 0
10854 write(1, "Mono path[0] = '/mnt/games/Steam"..., 94) = 94
10855 write(1, "Mono path[1] = '/mnt/games/Steam"..., 91) = 91
10856 write(1, "Mono config path = '/mnt/games/S"..., 99) = 99
10857 openat(AT_FDCWD, "/mnt/games/SteamLibrary/steamapps/common/Cities_Skylines/Cities_Data/Mono/etc/mono/config", O_RDONLY) = 8
10858 fstat(8, {st_mode=S_IFREG|0755, st_size=1653, ...}) = 0
10859 read(8, "<configuration>\n\t<dllmap dll=\"i:"..., 1653) = 1653
10860 close(8) = 0
10861 writev(2, [{iov_base="double free or corruption (out)", iov_len=31}, {iov_base="\n", iov_len=1}], 2double free or corruption (out)
10862 ) = 32
10863 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f437e0c1000
10864 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
10865 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
10866 getpid() = 21003
10867 gettid() = 21003
10868 tgkill(21003, 21003, SIGABRT) = 0
10869 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
10870 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=21003, si_uid=1000} ---
10871 +++ killed by SIGABRT (core dumped) +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment