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 [main]

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 (returning t

Ctrl-Break killing subprocess even though handled in parent process

2017-05-13 Thread Brien Oberstein
Hi, 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 (returning true from the handler). I execute the script via the command "bash.exe --login sc

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: