I start XWin.exe via a shortcut when logging into Windows 7 (64-bit). Recently, I replaced my Cygwin installation with the 64-bit version. Now, XWin.exe crashes (SIGSEGV) every time I restart or shutdown Windows. I produced a gdb backtrace by cancelling the restart quickly after the problem occurred. Additional files are attached. (gdb) bt full #0 0x00000001004071ea in winMsgWindowProc (hwnd=, message=, wParam=, lParam=) at /usr/src/debug/xorg-server-1.14.2-2/hw/xwin/winmsgwindow.c:58 pScreen = hwnd = message = 22 wParam = lParam = #1 0x0000000077139bd1 in USER32!TranslateMessageEx () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #2 0x000000000000050c in ?? () No symbol table info available. #3 0x0000000000000001 in ?? () No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. On a different note, when running gdb, I noticed that XWin.exe twice receives a SIGSYS when starting. That does not affect normal operations. Please let me know if you need additional information. Andreas Girgensohn