Code Monkey home page Code Monkey logo

Comments (15)

nviennot avatar nviennot commented on August 21, 2024

I do not have a windows machine, so I cannot add windows support myself.
This piece of code is to log backtraces if tmate crashes.
If you make a pull request that doesn't do all that with windows, I could merge it in.

from tmate.

bcbcarl avatar bcbcarl commented on August 21, 2024

I have my compat.h and tmate-debug.c patched:
https://gist.github.com/bcbcarl/04d156e8af11d2903b5b

However, I still get a lot of errors when I run make:

gcc  -I/usr/include/ncurses  -Wno-unused-parameter -Wno-unused-variable -Ilibssh/include/ -Imsgpack/src -rdynamic -std=gnu99  -O2     -o tmate.exe arguments.o attributes.o cfg.o client.o clock.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-buffer.o cmd-choose-client.o cmd-choose-list.o cmd-choose-tree.o cmd-clear-history.o cmd-clock-mode.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-delete-buffer.o cmd-detach-client.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-has-session.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-link-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-commands.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-list.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-server-info.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-source-file.o cmd-split-window.o cmd-start-server.o cmd-string.o cmd-suspend-client.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-unlink-window.o cmd-wait-for.o cmd.o colour.o control.o control-notify.o environ.o format.o grid-cell.o grid-view.o grid.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o mode-key.o names.o notify.o options-table.o options.o paste.o resize.o screen-redraw.o screen-write.o screen.o server-client.o server-fn.o server-window.o server.o session.o signal.o status.o tmate-debug.o tmate-ssh-client.o tmate-encoder.o tmate-decoder.o tmate-msg.o tmate-session.o tmux.o tty-acs.o tty-keys.o tty-term.o tty.o utf8.o window-choose.o window-clock.o window-copy.o window.o xmalloc.o xterm-keys.o osdep-unknown.o  imsg.o imsg-buffer.o closefrom.o      fgetln.o    vis.o unvis.o strtonum.o  libssh/build/src/libssh.a msgpack/src/.libs/libmsgpackc.a -lcurses -levent   -lssl -lcrypto -lz
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x21): undefined reference to `__imp_ssh_get_fd'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x21): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_get_fd'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0xf4): undefined reference to `__imp_ssh_free'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0xf4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_free'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x27b): undefined reference to `__imp_ssh_channel_write'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x27b): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_channel_write'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x2ca): undefined reference to `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x2ca): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x43c): undefined reference to `__imp_ssh_get_pubkey_hash'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x43c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_get_pubkey_hash'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x452): undefined reference to `__imp_ssh_get_hexa'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x452): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_get_hexa'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x46c): undefined reference to `__imp_ssh_get_publickey'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x46c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_get_publickey'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x47f): undefined reference to `__imp_ssh_key_type'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x47f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_key_type'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x4c9): undefined reference to `__imp_ssh_key_free'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x4c9): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_key_free'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x4d2): undefined reference to `__imp_ssh_clean_pubkey_hash'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x4d2): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_ssh_clean_pubkey_hash'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x546): undefined reference to `__imp_ssh_new'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x546): additional relocation overflows omitted from the output
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x563): undefined reference to `__imp_ssh_set_callbacks'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x56c): undefined reference to `__imp_ssh_channel_new'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x587): undefined reference to `__imp_ssh_set_blocking'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x58e): undefined reference to `__imp_ssh_options_set'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x644): undefined reference to `__imp_ssh_connect'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x686): undefined reference to `__imp_ssh_set_blocking'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x6fc): undefined reference to `__imp_ssh_channel_read_nonblocking'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x74f): undefined reference to `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x76a): undefined reference to `__imp_ssh_is_connected'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x7af): undefined reference to `__imp_ssh_channel_request_subsystem'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x7ed): undefined reference to `__imp_ssh_channel_open_session'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x823): undefined reference to `__imp_ssh_userauth_autopubkey'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x865): undefined reference to `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x885): undefined reference to `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x8a5): undefined reference to `__imp_ssh_get_error'
tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x8f5): undefined reference to `__imp_ssh_get_error'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: tmate-ssh-client.o: bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status
Makefile:679: recipe for target 'tmate.exe' failed
make: *** [tmate.exe] Error 1

I guess this is a libssh bug.

from tmate.

nviennot avatar nviennot commented on August 21, 2024

Hum... there seem to be some ssh issue with the static library.
I'm not sure how to fix with without trying myself. I'll take a look into it when I get my hands on a windows box.

from tmate.

fabceolin avatar fabceolin commented on August 21, 2024

Hi,

In my cygwin system, the tmate-ssh-client is trying to search functions with one _ , like:

tmate-ssh-client.o:tmate-ssh-client.c:(.text+0x2ae): undefined reference to `_imp__ssh_get_error'

but libssh is generating entries with two __, like

[126](sec  0)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 __imp__ssh_get_error

Unfortunatly, I don't know how to solve it yet.

from tmate.

nviennot avatar nviennot commented on August 21, 2024

I'll take a look at it, but not just yet

from tmate.

fabceolin avatar fabceolin commented on August 21, 2024

I can share with you my windows ssh shell from my linux box, If you want.

from tmate.

fabceolin avatar fabceolin commented on August 21, 2024

I successfully compile tmate.exe under cygwin, using the bcbcarl patch
https://gist.github.com/bcbcarl/04d156e8af11d2903b5b

And the following environment variables before configure:
export CFLAGS="-DLIBSSH_STATIC -I/usr/include/ncurses"
export LIBS="-lcurses -levent -lssl -lcrypto -lz -lssp"

Unfortunately, the tmate.exe does not work.

from tmate.

fabceolin avatar fabceolin commented on August 21, 2024

Using the tool depends.exe for x86, I am investigating what is going on. It is appear to me the problem is related to sockets under windows, because the latest attached lib is MSWSOCK.DLL and the first detached lib is MSWSOCK.DLL.

See:

00:00:02.485: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 6.
00:00:02.485: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 6.
00:00:02.500: DllMain(0x74AA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 6.
00:00:02.500: DllMain(0x74AA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 6.

See the full log below

--------------------------------------------------------------------------------
Starting profile on 6/15/2014 at 9:29:16 AM

Operating System: Microsoft Windows NT/2000/XP/2003/Vista based Tablet (64-bit), version 6.02.9200
Program Executable: c:\cygwin\usr\local\bin\TMATE.EXE
Program Arguments: 
Starting Directory: C:\cygwin\usr\local\bin\
Search Path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\Program Files\Microsoft Network Monitor 3\;C:\Program Files (x86)\Google\Google Apps Sync\;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;D:\mingw-w64\bin;C:\cygwin\bin;C:\cygwin\usr\local\bin;D:\mingw-w64\lib;D:\msvc2010\shared\bin;D:\msvc2010\static\bin

Options Selected:
     Simulate ShellExecute by inserting any App Paths directories into the PATH environment variable.
     Log DllMain calls for process attach and process detach messages.
     Log DllMain calls for all other messages, including thread attach and thread detach.
     Hook the process to gather more detailed dependency information.
     Log LoadLibrary function calls.
     Log GetProcAddress function calls.
     Log thread information.
     Use simple thread numbers instead of actual thread IDs.
     Log first chance exceptions.
     Log debug output messages.
     Use full paths when logging file names.
     Log a time stamp with each line of log.
--------------------------------------------------------------------------------

00:00:00.000: Started "c:\cygwin\usr\local\bin\TMATE.EXE" (process 0x1038) at address 0x00400000 by thread 1.  Error hooking module, will try again later.
00:00:00.000: Loaded "c:\windows\system32\NTDLL.DLL" at address 0x77530000 by thread 1.  Successfully hooked module.
00:00:00.016: Loaded "c:\windows\syswow64\KERNEL32.DLL" at address 0x74F60000 by thread 1.  Successfully hooked module.
00:00:00.016: Loaded "c:\windows\syswow64\KERNELBASE.DLL" at address 0x76EA0000 by thread 1.  Successfully hooked module.
00:00:00.016: DllMain(0x76EA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 1.
00:00:00.031: DllMain(0x76EA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 1.
00:00:00.031: DllMain(0x74F60000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNEL32.DLL" called by thread 1.
00:00:00.031: DllMain(0x74F60000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNEL32.DLL" returned 1 (0x1) by thread 1.
00:00:00.031: Injected "c:\users\asus\documents\usr\depends22_x86\DEPENDS.DLL" at address 0x08370000 by thread 1.
00:00:00.047: DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\users\asus\documents\usr\depends22_x86\DEPENDS.DLL" called by thread 1.
00:00:00.047: DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\users\asus\documents\usr\depends22_x86\DEPENDS.DLL" returned 1 (0x1) by thread 1.
00:00:00.063: Loaded "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" at address 0x684F0000 by thread 1.  Successfully hooked module.
00:00:00.094: Loaded "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" at address 0x69140000 by thread 1.  Successfully hooked module.
00:00:00.110: Loaded "c:\cygwin\bin\CYGNCURSES-10.DLL" at address 0x64430000 by thread 1.  Successfully hooked module.
00:00:00.125: Loaded "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61000000 by thread 1.  Successfully hooked module.
00:00:00.125: Loaded "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" at address 0x63EC0000 by thread 1.  Successfully hooked module.
00:00:00.141: Loaded "c:\cygwin\bin\CYGZ.DLL" at address 0x61F20000 by thread 1.  Successfully hooked module.
00:00:00.156: Loaded "c:\cygwin\bin\CYGGCC_S-1.DLL" at address 0x68B10000 by thread 1.  Successfully hooked module.
00:00:00.172: Loaded "c:\cygwin\bin\CYGSSP-0.DLL" at address 0x62AC0000 by thread 1.  Successfully hooked module.
00:00:00.172: Entrypoint reached. All implicit modules have been loaded.
00:00:00.188: DllMain(0x684F0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" called by thread 1.
00:00:00.188: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsAlloc") called from "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" at address 0x684F8C26 and returned 0x74F7CC2A by thread 1.
00:00:00.188: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsGetValue") called from "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" at address 0x684F8C33 and returned 0x74F73590 by thread 1.
00:00:00.188: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsSetValue") called from "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" at address 0x684F8C40 and returned 0x74F7A71D by thread 1.
00:00:00.188: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsFree") called from "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" at address 0x684F8C4D and returned 0x74F7CFB9 by thread 1.
00:00:00.188: Thread 2 started in "Unknown" at address 0x00020064.
00:00:00.203: DllMain(0x684F0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\program files (x86)\norton 360\nortondata\21.1.0.18\definitions\bashdefs\20140606.001\UMENGX86.DLL" returned 1 (0x1) by thread 1.
00:00:00.203: DllMain(0x61000000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 1.
00:00:00.203: cYgFFFFFFFF 6119F510 0
00:00:00.203: DllMain(0x61000000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 1.
00:00:00.203: DllMain(0x68B10000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 1.
00:00:00.219: DllMain(0x68B10000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 1.
00:00:00.219: DllMain(0x61F20000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGZ.DLL" called by thread 1.
00:00:00.219: DllMain(0x61F20000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 1.
00:00:00.219: DllMain(0x69140000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 1.
00:00:00.219: DllMain(0x69140000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 1.
00:00:00.219: DllMain(0x64430000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 1.
00:00:00.219: DllMain(0x64430000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 1.
00:00:00.219: DllMain(0x63EC0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 1.
00:00:00.219: DllMain(0x63EC0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 1.
00:00:00.219: DllMain(0x62AC0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 1.
00:00:00.219: DllMain(0x62AC0000, DLL_PROCESS_ATTACH, 0x0028FD24) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 1.
00:00:00.235: Thread 3 started in "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61005170.
00:00:00.235: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 3.
00:00:00.235: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 3.
00:00:00.235: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 3.
00:00:00.250: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 3.
00:00:00.250: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 3.
00:00:00.250: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 3.
00:00:00.250: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 3.
00:00:00.250: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 3.
00:00:00.250: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 3.
00:00:00.250: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 3.
00:00:00.266: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 3.
00:00:00.266: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 3.
00:00:00.266: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 3.
00:00:00.266: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 3.
00:00:00.281: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 3.
00:00:00.281: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 3.
00:00:00.281: GetProcAddress(0x77530000 [c:\windows\system32\NTDLL.DLL], "RtlGetCurrentDirectory_U") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x610A47A3 and returned 0x7754361C by thread 1.
00:00:00.344: GetProcAddress(0x77530000 [c:\windows\system32\NTDLL.DLL], "RtlEnterCriticalSection") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x610A47BC and returned 0x7756FD00 by thread 1.
00:00:00.344: LoadLibraryW("C:\WINDOWS\system32\kernel32.dll") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001D3F by thread 1.
00:00:00.344: LoadLibraryW("C:\WINDOWS\system32\kernel32.dll") returned 0x74F60000 by thread 1.
00:00:00.344: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetSystemTimePreciseAsFileTime") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x74F87620 by thread 1.
00:00:00.344: cYgstd 0x28abaf d 3
00:00:00.344: LoadLibraryW("C:\WINDOWS\system32\user32.dll") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001D3F by thread 1.
00:00:00.360: Loaded "c:\windows\syswow64\USER32.DLL" at address 0x75170000 by thread 1.  Successfully hooked module.
00:00:00.360: Loaded "c:\windows\syswow64\GDI32.DLL" at address 0x76AE0000 by thread 1.  Successfully hooked module.
00:00:00.360: DllMain(0x76AE0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\GDI32.DLL" called by thread 1.
00:00:00.360: DllMain(0x76AE0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\GDI32.DLL" returned 1 (0x1) by thread 1.
00:00:00.360: DllMain(0x75170000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\USER32.DLL" called by thread 1.
00:00:00.360: Loaded "c:\windows\syswow64\IMM32.DLL" at address 0x767D0000 by thread 1.  Successfully hooked module.
00:00:00.375: Loaded "c:\windows\syswow64\MSCTF.DLL" at address 0x76840000 by thread 1.  Successfully hooked module.
00:00:00.375: Loaded "c:\windows\syswow64\MSVCRT.DLL" at address 0x76580000 by thread 1.  Successfully hooked module.
00:00:00.375: DllMain(0x76580000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 1.
00:00:00.375: DllMain(0x76580000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 1.
00:00:00.375: DllMain(0x76840000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 1.
00:00:00.375: DllMain(0x76840000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 1.
00:00:00.375: DllMain(0x767D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 1.
00:00:00.391: DllMain(0x767D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 1.
00:00:00.391: Loaded "c:\windows\syswow64\NVINIT.DLL" at address 0x74E30000 by thread 1.  Successfully hooked module.
00:00:00.391: Loaded "c:\windows\syswow64\ADVAPI32.DLL" at address 0x750E0000 by thread 1.  Successfully hooked module.
00:00:00.406: Loaded "c:\windows\syswow64\SECHOST.DLL" at address 0x76800000 by thread 1.  Successfully hooked module.
00:00:00.406: Loaded "c:\windows\syswow64\RPCRT4.DLL" at address 0x76990000 by thread 1.  Successfully hooked module.
00:00:00.422: Loaded "c:\windows\syswow64\SSPICLI.DLL" at address 0x74F40000 by thread 1.  Successfully hooked module.
00:00:00.422: Loaded "c:\windows\syswow64\CRYPTBASE.DLL" at address 0x74F30000 by thread 1.  Successfully hooked module.
00:00:00.422: Loaded "c:\windows\syswow64\BCRYPTPRIMITIVES.DLL" at address 0x74ED0000 by thread 1.  Successfully hooked module.
00:00:00.422: DllMain(0x74ED0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\BCRYPTPRIMITIVES.DLL" called by thread 1.
00:00:00.438: DllMain(0x74ED0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\BCRYPTPRIMITIVES.DLL" returned 1 (0x1) by thread 1.
00:00:00.438: DllMain(0x74F30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 1.
00:00:00.438: DllMain(0x74F30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 1.
00:00:00.438: DllMain(0x74F40000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\SSPICLI.DLL" called by thread 1.
00:00:00.438: DllMain(0x74F40000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\SSPICLI.DLL" returned 1 (0x1) by thread 1.
00:00:00.438: DllMain(0x76990000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 1.
00:00:00.438: DllMain(0x76990000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 1989915905 (0x769BB501) by thread 1.
00:00:00.438: DllMain(0x76800000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\SECHOST.DLL" called by thread 1.
00:00:00.438: DllMain(0x76800000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\SECHOST.DLL" returned 1988317185 (0x76835001) by thread 1.
00:00:00.453: DllMain(0x750E0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 1.
00:00:00.453: DllMain(0x750E0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1 (0x1) by thread 1.
00:00:00.453: DllMain(0x74E30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 1.
00:00:00.453: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsAlloc") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40224 and returned 0x74F7CC2A by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsFree") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40237 and returned 0x74F7CFB9 by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsGetValue") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4024A and returned 0x74F73590 by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlsSetValue") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4025D and returned 0x74F7A71D by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "InitializeCriticalSectionEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40270 and returned 0x74F8723C by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CreateEventExW") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40283 and returned 0x74F871D0 by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CreateSemaphoreExW") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40296 and returned 0x74F87218 by thread 1.
00:00:00.469: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "SetThreadStackGuarantee") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E402A9 and returned 0x74F7D009 by thread 1.
00:00:00.485: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CreateThreadpoolTimer") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E402BC and returned 0x74F7A6D9 by thread 1.
00:00:00.485: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "SetThreadpoolTimer") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E402CF and returned 0x77553369 by thread 1.
00:00:00.485: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "WaitForThreadpoolTimerCallbacks") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E402E2 and returned 0x775582C5 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CloseThreadpoolTimer") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E402F5 and returned 0x775574D9 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CreateThreadpoolWait") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40308 and returned 0x74F7CBD5 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "SetThreadpoolWait") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4031B and returned 0x7754488B by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CloseThreadpoolWait") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4032E and returned 0x77557A12 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FlushProcessWriteBuffers") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40341 and returned 0x7756DF00 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "FreeLibraryWhenCallbackReturns") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40354 and returned 0x7759F15A by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetCurrentProcessorNumber") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40367 and returned 0x77552566 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetLogicalProcessorInformation") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4037A and returned 0x74F7CCD2 by thread 1.
00:00:00.500: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CreateSymbolicLinkW") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4038D and returned 0x74FA2F81 by thread 1.
00:00:00.516: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "SetDefaultDllDirectories") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403A0 and returned 0x76F519A3 by thread 1.
00:00:00.516: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "EnumSystemLocalesEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403B3 and returned 0x74F85AE0 by thread 1.
00:00:00.516: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "CompareStringEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403C6 and returned 0x74F85C15 by thread 1.
00:00:00.516: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetDateFormatEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403D9 and returned 0x74FA324D by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetLocaleInfoEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403EC and returned 0x74F7CC08 by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetTimeFormatEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E403FF and returned 0x74FA3477 by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetUserDefaultLocaleName") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40412 and returned 0x74F7CFCA by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "IsValidLocaleName") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40425 and returned 0x74FA35B1 by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "LCMapStringEx") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40438 and returned 0x74F7BD08 by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetCurrentPackageId") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4044B and returned 0x76EAE981 by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetTickCount64") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E4045E and returned 0x74F799FC by thread 1.
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetFileInformationByHandleExW") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40471 and returned NULL by thread 1. Error: N�o foi poss�vel encontrar o procedimento especificado (127).
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "SetFileInformationByHandleW") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E40484 and returned NULL by thread 1. Error: N�o foi poss�vel encontrar o procedimento especificado (127).
00:00:00.531: GetProcAddress(0x74F60000 [c:\windows\syswow64\KERNEL32.DLL], "GetCurrentPackageFamilyName") called from "c:\windows\syswow64\NVINIT.DLL" at address 0x74E3481D and returned 0x76EC7AC3 by thread 1.
00:00:00.547: DllMain(0x74E30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 1.
00:00:00.547: DllMain(0x75170000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\USER32.DLL" returned 1 (0x1) by thread 1.
00:00:00.547: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 2.
00:00:00.547: LoadLibraryW("C:\WINDOWS\system32\user32.dll") returned 0x75170000 by thread 1.
00:00:01.047: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 2.
00:00:01.063: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 2.
00:00:01.063: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 2.
00:00:01.078: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 2.
00:00:01.078: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 2.
00:00:01.078: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 2.
00:00:01.094: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 2.
00:00:01.094: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 2.
00:00:01.094: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 2.
00:00:01.094: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 2.
00:00:01.094: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 2.
00:00:01.094: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 2.
00:00:01.094: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 2.
00:00:01.094: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 2.
00:00:01.110: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 2.
00:00:01.110: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 2.
00:00:01.110: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 2.
00:00:01.110: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 2.
00:00:01.110: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 2.
00:00:01.110: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1964048385 (0x75110001) by thread 2.
00:00:01.110: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 2.
00:00:01.110: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 1 (0x1) by thread 2.
00:00:01.125: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 2.
00:00:01.125: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 2.
00:00:01.125: GetProcAddress(0x75170000 [c:\windows\syswow64\USER32.DLL], "EnumWindows") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x7518A1EC by thread 1.
00:00:01.125: GetProcAddress(0x75170000 [c:\windows\syswow64\USER32.DLL], "GetKeyboardLayout") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x7517775D by thread 1.
00:00:01.125: LoadLibraryA("cyggcc_s-1.dll") called from "c:\cygwin\bin\CYGGCC_S-1.DLL" at address 0x68B11032 by thread 1.
00:00:01.125: LoadLibraryA("cyggcc_s-1.dll") returned 0x68B10000 by thread 1.
00:00:01.125: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\bin\CYGGCC_S-1.DLL" at address 0x68B1104B and returned 0x68B23320 by thread 1.
00:00:01.125: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\bin\CYGZ.DLL" at address 0x61F21030 and returned 0x68B23320 by thread 1.
00:00:01.125: LoadLibraryA("cyggcc_s-1.dll") called from "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" at address 0x69141032 by thread 1.
00:00:01.125: LoadLibraryA("cyggcc_s-1.dll") returned 0x68B10000 by thread 1.
00:00:01.125: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" at address 0x6914104B and returned 0x68B23320 by thread 1.
00:00:01.141: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\bin\CYGNCURSES-10.DLL" at address 0x64431029 and returned 0x68B23320 by thread 1.
00:00:01.141: LoadLibraryA("cyggcc_s-1.dll") called from "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" at address 0x63EC1032 by thread 1.
00:00:01.141: LoadLibraryA("cyggcc_s-1.dll") returned 0x68B10000 by thread 1.
00:00:01.156: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" at address 0x63EC104B and returned 0x68B23320 by thread 1.
00:00:01.156: LoadLibraryA("cyggcc_s-1.dll") called from "c:\cygwin\bin\CYGSSP-0.DLL" at address 0x62AC1032 by thread 1.
00:00:01.156: LoadLibraryA("cyggcc_s-1.dll") returned 0x68B10000 by thread 1.
00:00:01.156: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\bin\CYGSSP-0.DLL" at address 0x62AC104B and returned 0x68B23320 by thread 1.
00:00:01.156: LoadLibraryW("C:\WINDOWS\system32\advapi32.dll") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001D3F by thread 1.
00:00:01.156: LoadLibraryW("C:\WINDOWS\system32\advapi32.dll") returned 0x750E0000 by thread 1.
00:00:01.156: GetProcAddress(0x750E0000 [c:\windows\syswow64\ADVAPI32.DLL], "SystemFunction036") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x74F311C0 by thread 1.
00:00:01.156: LoadLibraryA("cyggcc_s-1.dll") called from "c:\cygwin\usr\local\bin\TMATE.EXE" at address 0x004010C2 by thread 1.
00:00:01.156: LoadLibraryA("cyggcc_s-1.dll") returned 0x68B10000 by thread 1.
00:00:01.156: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__register_frame_info") called from "c:\cygwin\usr\local\bin\TMATE.EXE" at address 0x004010DB and returned 0x68B23320 by thread 1.
00:00:01.172: LoadLibraryW("C:\WINDOWS\system32\ws2_32.dll") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001D3F by thread 1.
00:00:01.172: Loaded "c:\windows\syswow64\WS2_32.DLL" at address 0x76A50000 by thread 1.  Successfully hooked module.
00:00:01.172: Loaded "c:\windows\syswow64\NSI.DLL" at address 0x76E90000 by thread 1.  Successfully hooked module.
00:00:01.188: DllMain(0x76E90000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\NSI.DLL" called by thread 1.
00:00:01.188: DllMain(0x76E90000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\NSI.DLL" returned 1 (0x1) by thread 1.
00:00:01.188: DllMain(0x76A50000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" called by thread 1.
00:00:01.188: DllMain(0x76A50000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" returned 1 (0x1) by thread 1.
00:00:01.188: LoadLibraryW("C:\WINDOWS\system32\ws2_32.dll") returned 0x76A50000 by thread 1.
00:00:01.219: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSAStartup") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001EF3 and returned 0x76A5A11A by thread 1.
00:00:01.219: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "socket") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A59DBD by thread 1.
00:00:01.219: Loaded "c:\windows\syswow64\MSWSOCK.DLL" at address 0x74AA0000 by thread 1.  Successfully hooked module.
00:00:01.250: DllMain(0x74AA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 1.
00:00:01.250: DllMain(0x74AA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 1.
00:00:01.250: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "bind") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A59F9C by thread 1.
00:00:01.250: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "getsockname") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A5A3AD by thread 1.
00:00:01.250: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "listen") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A61BA0 by thread 1.
00:00:01.266: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "connect") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A575DE by thread 1.
00:00:01.266: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "accept") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A64F05 by thread 1.
00:00:01.266: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "closesocket") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A53284 by thread 1.
00:00:01.266: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSAEventSelect") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A52F9C by thread 1.
00:00:01.281: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "setsockopt") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A59E22 by thread 1.
00:00:01.281: Application "\??\c:\cygwin\usr\local\bin\TMATE.EXE" found in cache
00:00:01.297: Thread 4 started in "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61005170.
00:00:01.297: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 4.
00:00:01.313: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 4.
00:00:01.313: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 4.
00:00:01.313: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 4.
00:00:01.313: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 4.
00:00:01.313: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 4.
00:00:01.313: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 4.
00:00:01.313: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 4.
00:00:01.313: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 4.
00:00:01.313: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 4.
00:00:01.328: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 4.
00:00:01.328: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 4.
00:00:01.328: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 4.
00:00:01.344: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 4.
00:00:01.344: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 4.
00:00:01.344: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 4.
00:00:01.344: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 4.
00:00:01.344: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 4.
00:00:01.344: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 4.
00:00:01.344: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 4.
00:00:01.360: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 4.
00:00:01.360: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 4.
00:00:01.360: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 4.
00:00:01.360: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 4.
00:00:01.360: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 4.
00:00:01.375: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1964048385 (0x75110001) by thread 4.
00:00:01.375: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 4.
00:00:01.375: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 1 (0x1) by thread 4.
00:00:01.375: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 4.
00:00:01.375: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 4.
00:00:01.375: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" called by thread 4.
00:00:01.375: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" returned 1 (0x1) by thread 4.
00:00:01.375: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 4.
00:00:01.375: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 4.
00:00:01.375: Thread 5 started in "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61005170.
00:00:01.375: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 5.
00:00:01.375: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 5.
00:00:01.391: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 5.
00:00:01.391: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 5.
00:00:01.391: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 5.
00:00:01.391: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 5.
00:00:01.406: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 5.
00:00:01.406: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 5.
00:00:01.406: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 5.
00:00:01.406: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 5.
00:00:01.406: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 5.
00:00:01.406: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 5.
00:00:01.406: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 5.
00:00:01.406: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 5.
00:00:01.406: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 5.
00:00:01.422: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 5.
00:00:01.422: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 5.
00:00:01.422: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 5.
00:00:01.422: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 5.
00:00:01.438: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 5.
00:00:01.438: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 5.
00:00:01.438: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 5.
00:00:01.438: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 5.
00:00:01.438: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 5.
00:00:01.438: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 5.
00:00:01.438: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1964048385 (0x75110001) by thread 5.
00:00:01.438: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 5.
00:00:01.438: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 1 (0x1) by thread 5.
00:00:01.453: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 5.
00:00:01.453: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 5.
00:00:01.453: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" called by thread 5.
00:00:01.453: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" returned 1 (0x1) by thread 5.
00:00:01.469: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 5.
00:00:01.469: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 5.
00:00:01.469: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSAEnumNetworkEvents") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A613AD by thread 5.
00:00:01.469: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSASendTo") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A7B4D6 by thread 1.
00:00:02.422: Thread 6 started in "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61071DB0.
00:00:02.422: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 6.
00:00:02.422: DllMain(0x76EA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 6.
00:00:02.422: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 6.
00:00:02.422: DllMain(0x69140000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 6.
00:00:02.422: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 6.
00:00:02.422: DllMain(0x64430000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 6.
00:00:02.422: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 6.
00:00:02.422: DllMain(0x61000000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 6.
00:00:02.422: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 6.
00:00:02.422: DllMain(0x63EC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 6.
00:00:02.438: DllMain(0x61F20000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 6.
00:00:02.438: DllMain(0x68B10000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 6.
00:00:02.438: DllMain(0x62AC0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 6.
00:00:02.438: DllMain(0x767D0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 6.
00:00:02.438: DllMain(0x76840000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 6.
00:00:02.438: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 6.
00:00:02.453: DllMain(0x76580000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 6.
00:00:02.453: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 6.
00:00:02.453: DllMain(0x74E30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 6.
00:00:02.469: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 6.
00:00:02.469: DllMain(0x750E0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1964048385 (0x75110001) by thread 6.
00:00:02.469: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 6.
00:00:02.469: DllMain(0x76990000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 1 (0x1) by thread 6.
00:00:02.469: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 6.
00:00:02.469: DllMain(0x74F30000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 6.
00:00:02.485: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" called by thread 6.
00:00:02.485: DllMain(0x76A50000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" returned 1 (0x1) by thread 6.
00:00:02.485: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 6.
00:00:02.485: DllMain(0x74AA0000, DLL_THREAD_ATTACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 6.
00:00:02.500: DllMain(0x74AA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" called by thread 6.
00:00:02.500: DllMain(0x74AA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSWSOCK.DLL" returned 1 (0x1) by thread 6.
00:00:02.500: DllMain(0x76A50000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" called by thread 6.
00:00:02.500: DllMain(0x76A50000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\WS2_32.DLL" returned 1 (0x1) by thread 6.
00:00:02.500: DllMain(0x74E30000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" called by thread 6.
00:00:02.500: DllMain(0x74E30000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\NVINIT.DLL" returned 1 (0x1) by thread 6.
00:00:02.500: DllMain(0x750E0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" called by thread 6.
00:00:02.500: DllMain(0x750E0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\ADVAPI32.DLL" returned 1964048385 (0x75110001) by thread 6.
00:00:02.516: DllMain(0x76990000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" called by thread 6.
00:00:02.516: DllMain(0x76990000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\RPCRT4.DLL" returned 4293562369 (0xFFEA9001) by thread 6.
00:00:02.516: DllMain(0x74F30000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" called by thread 6.
00:00:02.516: DllMain(0x74F30000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\CRYPTBASE.DLL" returned 1 (0x1) by thread 6.
00:00:02.531: DllMain(0x767D0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" called by thread 6.
00:00:02.531: DllMain(0x767D0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\IMM32.DLL" returned 1 (0x1) by thread 6.
00:00:02.531: DllMain(0x76840000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" called by thread 6.
00:00:02.531: DllMain(0x76840000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSCTF.DLL" returned 1 (0x1) by thread 6.
00:00:02.531: DllMain(0x76580000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" called by thread 6.
00:00:02.531: DllMain(0x76580000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\MSVCRT.DLL" returned 1 (0x1) by thread 6.
00:00:02.531: DllMain(0x62AC0000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" called by thread 6.
00:00:02.531: DllMain(0x62AC0000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGSSP-0.DLL" returned 1 (0x1) by thread 6.
00:00:02.531: DllMain(0x63EC0000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" called by thread 6.
00:00:02.547: DllMain(0x63EC0000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" returned 1 (0x1) by thread 6.
00:00:02.547: DllMain(0x64430000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" called by thread 6.
00:00:02.547: DllMain(0x64430000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGNCURSES-10.DLL" returned 1 (0x1) by thread 6.
00:00:02.547: DllMain(0x69140000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" called by thread 6.
00:00:02.563: DllMain(0x69140000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" returned 1 (0x1) by thread 6.
00:00:02.563: DllMain(0x61F20000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" called by thread 6.
00:00:02.563: DllMain(0x61F20000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGZ.DLL" returned 1 (0x1) by thread 6.
00:00:02.563: DllMain(0x68B10000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" called by thread 6.
00:00:02.563: DllMain(0x68B10000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGGCC_S-1.DLL" returned 1 (0x1) by thread 6.
00:00:02.563: DllMain(0x61000000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" called by thread 6.
00:00:02.563: DllMain(0x61000000, DLL_THREAD_DETACH, 0x00000000) in "c:\cygwin\bin\CYGWIN1.DLL" returned 1 (0x1) by thread 6.
00:00:02.563: DllMain(0x76EA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" called by thread 6.
00:00:02.563: DllMain(0x76EA0000, DLL_THREAD_DETACH, 0x00000000) in "c:\windows\syswow64\KERNELBASE.DLL" returned 4293562369 (0xFFEA9001) by thread 6.
00:00:02.578: Thread 6 exited with code 0 (0x0).
00:00:02.578: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSASetLastError") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A5A8AE by thread 5.
00:00:02.578: cYgSiGw00f 20 0x1910 0x28D870
00:00:02.578: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSARecv") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A56B65 by thread 1.
00:00:02.578: GetProcAddress(0x76A50000 [c:\windows\syswow64\WS2_32.DLL], "WSAGetLastError") called from "c:\cygwin\bin\CYGWIN1.DLL" at address 0x61001C6E and returned 0x76A52D48 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\usr\local\bin\TMATE.EXE" at address 0x00401166 and returned 0x68B23530 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\bin\CYGCRYPTO-1.0.0.DLL" at address 0x691410D6 and returned 0x68B23530 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\bin\CYGZ.DLL" at address 0x61F210C0 and returned 0x68B23530 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\bin\CYGNCURSES-10.DLL" at address 0x644310C9 and returned 0x68B23530 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\usr\local\bin\CYGEVENT-2-0-5.DLL" at address 0x63EC10D6 and returned 0x68B23530 by thread 1.
00:00:02.594: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\bin\CYGGCC_S-1.DLL" at address 0x68B110D6 and returned 0x68B23530 by thread 1.
00:00:02.610: GetProcAddress(0x68B10000 [c:\cygwin\bin\CYGGCC_S-1.DLL], "__deregister_frame_info") called from "c:\cygwin\bin\CYGSSP-0.DLL" at address 0x62AC10D6 and returned 0x68B23530 by thread 1.
00:00:02.610: Thread 1 exited with code 1 (0x1).
00:00:02.610: Thread 4 exited with code 1 (0x1).
00:00:02.610: Thread 2 exited with code 1 (0x1).
00:00:02.625: Thread 3 exited with code 1 (0x1).
00:00:02.625: Exited "c:\cygwin\usr\local\bin\TMATE.EXE" (process 0x1038) with code 1 (0x1) by thread 5.

from tmate.

fabceolin avatar fabceolin commented on August 21, 2024

I have the following verbose log of tmate using cygwin:

server started, pid 5472
socket path /tmp/tmate-1001/yGuAVu
new client 7
[tmate] Looking up master.tmate.io...
got 14 from client 7
got 14 from client 7
...
got 14 from client 7
got 14 from client 7
got 6 from client 7
fatal: server_client_msg_dispatch: MSG_IDENTIFY missing fd

Under linux, I have the following snippet (comparison after ...)

got 14 from client 7
got 14 from client 7
got 6 from client 7
got 0 from client 7
cmdq 0x7f84d41e3d10: new-session (client 7)
new term: screen

from tmate.

nviennot avatar nviennot commented on August 21, 2024

tmux is weird. locally, you have a client and a server.
the server is suppose to draw directly on the client's terminal, which is why the client needs to pass the file descriptor of the terminal to the server.
"fatal: server_client_msg_dispatch: MSG_IDENTIFY missing fd" indicates that the file descriptor passing doesn't work.

from tmate.

m42e avatar m42e commented on August 21, 2024

Any progress regarding this issue?

from tmate.

dragon788 avatar dragon788 commented on August 21, 2024

I'd definitely love to have this working under Cygwin/Babun, as I use tmux there quite often.

from tmate.

nviennot avatar nviennot commented on August 21, 2024

If someone figures it out, that'd be great!
On Aug 26, 2015 7:51 PM, "dragon788" [email protected] wrote:

I'd definitely love to have this working under Cygwin/Babun, as I use tmux
there quite often.


Reply to this email directly or view it on GitHub
#18 (comment).

from tmate.

dragon788 avatar dragon788 commented on August 21, 2024

It just occurred to me that under Cygwin/Babun there is a cygpath executable that in some cases handles translating paths from Windows C:\stuff\more to more Unix-y /c/stuff/more style paths. I've run into a few tools that don't take kindly to this, or do their own pathing logic and freak out when they see under Cygwin's skirt and get a path style they weren't expecting. I wonder if that's what is happening to the descriptors.

from tmate.

james-gonzalez avatar james-gonzalez commented on August 21, 2024

I've just tried to build it on Babun/Cygwin and all seems well, it just complains about msgpack not being there.

from tmate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.