Re: Terminate handler not called for C++ Cygwin programs on Windows 11

2025-04-01 Thread Joerg Markus (LBC) via Cygwin
Hi Corinna, I tested cygwin-3.7.0-0.27.g0d73c040676a this morning (on Windows Server 2025) and can confirm that this patch fixes the problem. Thanks a lot for your fast response and great work. Best regards Markus > Hi Jörg, > > On Mar 31 09:00, Joerg Markus (LBC) via Cygwin wrote: > > Hi, >

Re: Terminate handler not called for C++ Cygwin programs on Windows 11

2025-03-31 Thread Corinna Vinschen via Cygwin
Hi Jörg, On Mar 31 09:00, Joerg Markus (LBC) via Cygwin wrote: > Hi, > > a colleague and I are facing a problem with unhandled exceptions in > our C++ programs in Cygwin. The C++ standard guarantees, that > std::terminate() shall be called for thrown exceptions, that are not > caught [0]. Unfor