Created
December 9, 2015 22:35
-
-
Save elieux/cebbfc258eb12836acfb to your computer and use it in GitHub Desktop.
Cygwin master fork failure stacktrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crash/abort | |
??? | |
smallprint.cc:337 __small_vsprintf(...) | |
else if (sys_wcstombs (tmp, NT_MAX_PATH, us->Buffer, | |
us->Length / sizeof (WCHAR))) | |
... | |
pipe.cc:219 fhandler_pipe::create(...) | |
size_t len = __small_sprintf (pipename, PIPE_INTRO "%S-", | |
&cygheap->installation_key); | |
sigproc.cc:452 sigproc_init() | |
DWORD err = fhandler_pipe::create (sa, &my_readsig, &my_sendsig, | |
NSIG * sizeof (sigpacket), "sigwait", | |
PIPE_ADD_PID); | |
dcrt0.cc:827 dll_crt0_0() | |
sigproc_init (); | |
forked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment