dll load / rebase issue after 5/24 windows updates

2018-05-24 Thread Brien Oberstein
Greetings, I installed the lastest windows updates on Win2k16 server and now I'm getting the fork/rebase issue. I tried running rebase-trigger / setup.exe multiple times and also reinstalling the libintl8 but the problem persists. Next step to troubleshoot? Thanks 3

RE: Ctrl-Break killing subprocess even though handled in parent process

2017-05-14 Thread Brien Oberstein
handled in parent process On 2017-05-13 03:42, Brien Oberstein wrote: > I have a dotnet windows console application that runs a bash script > as a subprocess using CreateProcess() under the covers. > My windows app traps Ctrl-Break via SetConsoleCtrlHandler() and > handles it (returni

Ctrl-Break killing subprocess even though handled in parent process

2017-05-13 Thread Brien Oberstein
login script.sh". Somehow the Ctrl-Break is reaching the subprocess and causing it to be killed, which is undesireable. Is there a way to either prevent the Ctrl-Break from reaching the cygwin subprocess or telling cygwin/bash to ignore it? Thanks, Brien -- Problem reports: http://

cygpath -w 'a"b'

2016-07-14 Thread Brien Oberstein
cygpath -w 'a"b' doesn't seem to translate the double quotes into a windows accesible file name. should it, and if not, what is the proper way to translate from cygwin filenames with special mapped characters (eg " and : )? -- Problem reports: http://cygwin.com/problems.html FAQ:

RE: 1.7.1: sshd rsync fork problem

2010-01-04 Thread Brien
Larry, How would you recommend troubleshooting the fork() issue. rebaseall did not solve the problem and I don't have any BLODA. Thanks, Brien -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

1.7.1: sshd rsync fork problem

2009-12-31 Thread Brien
I'm seeing the following errors under 1.7.1 that I did not see under 1.5. I'm rsyncing over and ssh tunnel. About 50% of the time, the connection fails and the server has the following errors: /var/log/sshd: 2 [main] sshd 272 fork: child -1 - died waiting for longjmp before

RE: 1.7.1: sshd rsync fork problem

2009-12-31 Thread Brien
rebaseall might have done the trick (still need more time to be sure since the problem was sporadic). i don't really understand why my system needed it. it's a clean install plus openssh, rsync, psmisc, netcat, vim. you might want to consider getting a blurb about rebaseall into the event log

RE: 1.7.1: sshd rsync fork problem

2009-12-31 Thread Brien
Spoke too soon- looks like I'm out of the frying pan and into the fire. After the rebaseall, simply launching a bash shell resulted in the errors below. The machine is a pretty fresh Windows 7 x32 install without any BLODA. I've run Sysinternals Process Explorer to get a dump of the DLLs that