Mail Archives: cygwin/2002/08/30/04:12:16
Hello All,
I have got a problem with remote login (windoze2000):
just finished password authentication but at start of executing the would receive:
"
Application popup: bash.exe - Application Error : The application failed to initialize properly (0xc0000022). Click on OK to terminate the application
"
It could be any odd application by the way.. I even tried strace.exe.
It is after this call in login.c:main(){},
from @(#)login.c 5.32.1.1 (Berkeley) 1/28/89, 1.4-2 (Cygwin) 5/15/2001";@(#)login.c 5.32.1.1 (Berkeley) 1/28/89, 1.4-2 (Cygwin) 5/15/2001":
....
(void)signal(SIGALRM, SIG_DFL);
(void)signal(SIGQUIT, SIG_DFL);
(void)signal(SIGINT, SIG_DFL);
(void)signal(SIGTSTP, SIG_IGN);
tbuf[0] = '-';
strcpy(tbuf + 1, (p = rindex(pwd->pw_shell, '/')) ?
p + 1 : pwd->pw_shell);
execlp(pwd->pw_shell, tbuf, 0);
....
Please can somebody kindly help me and direct me to the information for setting a proper config to start remote applications?
Cheers,
Christian Montanari.
- Raw text -