Re: SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-28 Thread Corinna Vinschen
nces in the new > > > test > > > suite) are expected to fail with either dll-not-found or missing-symbol > > > errors. But Cygwin calls > > > SetErrorMode (SEM_FAILCRITICALERRORS) > > > so I don't understand why I'm getting the po

Re: SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-26 Thread Corinna Vinschen
l with either dll-not-found or missing-symbol > > errors. But Cygwin calls > > SetErrorMode (SEM_FAILCRITICALERRORS) > > so I don't understand why I'm getting the popups at all. > > > > I do /not/ see these popups on WinXPsp2 (cygwin-1.5.25-12) > > I

Re: SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-26 Thread Corinna Vinschen
Cygwin calls > SetErrorMode (SEM_FAILCRITICALERRORS) > so I don't understand why I'm getting the popups at all. > > I do /not/ see these popups on WinXPsp2 (cygwin-1.5.25-12) I can reproduce that. I even patched the Cygwin DLL locally so that SetErrorMode (SEM_FAILCRITIC

SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-25 Thread cygwin
or missing-symbol errors. But Cygwin calls SetErrorMode (SEM_FAILCRITICALERRORS) so I don't understand why I'm getting the popups at all. I do /not/ see these popups on WinXPsp2 (cygwin-1.5.25-12) -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

RE: SetErrorMode

2004-03-22 Thread Larry Hall
'critical >error' dialogs. Even when I add an extra layer of program that calls >SetErrorMode and then CreateProcess outside the shell script. > >The most frequent offenders are Java programs, but I can't find any >evidence that the Sun JVM calls SetErrorMode. > >-Or

RE: SetErrorMode

2004-03-22 Thread Benson Margulies
Hmm. I have a Windows 'scheduled job'. It runs a zsh.exe script. It runs cygwin GNU make. Things that launch under there get hung with 'critical error' dialogs. Even when I add an extra layer of program that calls SetErrorMode and then CreateProcess outside the shell script

Re: SetErrorMode

2004-03-21 Thread Larry Hall
At 12:52 PM 3/21/2004, you wrote: >I'm trying to run some builds under cygwin with SetErrorMode set to >avoid Windows dialog boxes in the event of hard errors. I'm failing. I >get dialog boxes. Is cygwin doing anything to call SetErrorMode and undo >my efforts, or do I

SetErrorMode

2004-03-21 Thread Benson Margulies
I'm trying to run some builds under cygwin with SetErrorMode set to avoid Windows dialog boxes in the event of hard errors. I'm failing. I get dialog boxes. Is cygwin doing anything to call SetErrorMode and undo my efforts, or do I need to look elsewhere? -- Unsubscribe info: