Skip to content

Instantly share code, notes, and snippets.

@emekoi
Created May 4, 2019 05:20
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 emekoi/d903aff3e319df72cf040fa9d60d8cf9 to your computer and use it in GitHub Desktop.
Save emekoi/d903aff3e319df72cf040fa9d60d8cf9 to your computer and use it in GitHub Desktop.
strace output
% strace zig test test.zig --library c (v0.2.0 !?)
create_child: zig test test.zig --library c
--- Process 6196 created
--- Process 6196 loaded C:\Windows\System32\ntdll.dll at 0000000076d10000
--- Process 6196 loaded C:\Windows\System32\kernel32.dll at 0000000076bf0000
--- Process 6196 loaded C:\Windows\System32\KernelBase.dll at 000007fefcdb0000
--- Process 6196 loaded C:\msys64\mingw64\bin\zlib1.dll at 0000000062e80000
--- Process 6196 loaded C:\Windows\System32\msvcrt.dll at 000007fefe2a0000
--- Process 6196 loaded C:\msys64\mingw64\bin\libz3.dll at 0000000069680000
--- Process 6196 loaded C:\Program Files\Neovim\bin\libwinpthread-1.dll at 0000000064b40000
--- Process 6196 unloaded DLL at 0000000064b40000
--- Process 6196 loaded C:\msys64\mingw64\bin\libwinpthread-1.dll at 0000000064940000
--- Process 6196 loaded C:\msys64\mingw64\bin\libgcc_s_seh-1.dll at 0000000061440000
--- Process 6196 loaded C:\msys64\mingw64\bin\libgomp-1.dll at 0000000063600000
--- Process 6196 loaded C:\Windows\System32\user32.dll at 0000000076af0000
--- Process 6196 loaded C:\Windows\System32\gdi32.dll at 000007fefef80000
--- Process 6196 loaded C:\Windows\System32\lpk.dll at 000007fefeff0000
--- Process 6196 loaded C:\Windows\System32\usp10.dll at 000007fefea90000
--- Process 6196 loaded C:\Program Files\Neovim\bin\libstdc++-6.dll at 000000006fe40000
--- Process 6196 unloaded DLL at 000000006fe40000
--- Process 6196 loaded C:\msys64\mingw64\bin\libstdc++-6.dll at 000000006fc40000
--- Process 6196 loaded C:\Windows\System32\advapi32.dll at 000007fefe010000
--- Process 6196 loaded C:\Windows\System32\sechost.dll at 000007feff000000
--- Process 6196 loaded C:\Windows\System32\rpcrt4.dll at 000007fefe410000
--- Process 6196 loaded C:\Windows\System32\ole32.dll at 000007fefec40000
--- Process 6196 loaded C:\Windows\System32\shell32.dll at 000007fefd0f0000
--- Process 6196 loaded C:\Windows\System32\shlwapi.dll at 000007fefe1c0000
--- Process 6196 loaded C:\Windows\System32\version.dll at 000007fefbb90000
--- Process 6196 loaded C:\msys64\mingw64\bin\libssp-0.dll at 0000000068ac0000
--- Process 6196 loaded C:\Windows\System32\imm32.dll at 000007fefe190000
--- Process 6196 loaded C:\Windows\System32\msctf.dll at 000007fefee50000
--- Process 6196 loaded C:\Windows\System32\cryptsp.dll at 000007fefc2c0000
--- Process 6196 loaded C:\Windows\System32\rsaenh.dll at 000007fefbfc0000
--- Process 6196 loaded C:\Windows\System32\cryptbase.dll at 000007fefca00000
--- Process 6196 loaded C:\Windows\System32\profapi.dll at 000007fefcad0000
--- Process 6196 thread 3548 created
--- Process 6196 thread 3548 exited with status 0x0
--- Process 6196 thread 8540 created
--- Process 6196 thread 8540 exited with status 0x0
--- Process 6196 thread 9716 created
--- Process 6196 thread 7668 created
--- Process 6196 thread 9716 exited with status 0x0
--- Process 6196 thread 7668 exited with status 0x0
--- Process 6196 thread 8608 created
--- Process 6196 thread 8608 exited with status 0x0
--- Process 6196 thread 6352 created
--- Process 6196 thread 3536 created
--- Process 6196 thread 6352 exited with status 0x0
--- Process 6196 thread 6284 created
--- Process 6196 thread 3536 exited with status 0x0
--- Process 6196 thread 6284 exited with status 0x0
--- Process 6196 thread 7536 created
--- Process 6196 thread 7536 exited with status 0x0
--- Process 6196 thread 4652 created
--- Process 6196 thread 4652 exited with status 0x0
--- Process 6196 thread 6844 created
--- Process 6196 thread 6844 exited with status 0x0
--- Process 6196 thread 6792 created
--- Process 6196 thread 6792 exited with status 0x0
--- Process 6196 thread 7444 created
--- Process 6196 thread 7444 exited with status 0x0
--- Process 6196 thread 9536 created
--- Process 6196 thread 9536 exited with status 0x0
--- Process 6196 thread 9008 created
--- Process 6196 thread 9008 exited with status 0x0
--- Process 6196 thread 9428 created
--- Process 6196 thread 9428 exited with status 0x0
--- Process 6196 thread 10064 created
--- Process 6196 thread 10064 exited with status 0x0
--- Process 6196 thread 7364 created
--- Process 6196 thread 7364 exited with status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment