Cygwin and stdexcept bug ?

2019-10-09 Thread Pavel Fedin
Hello everyone! On Linux if a C++ application throws uncaught error, there's explanation given: --- cut --- terminate called after throwing an instance of 'std::runtime_error' what(): Just throw up Aborted --- cut --- On 64-bit Cygwin the same code simply silently aborts, giving no hints. I

Re: Cygwin and stdexcept bug ?

2019-10-10 Thread Takashi Yano
On Wed, 9 Oct 2019 12:11:13 +0300 "Pavel Fedin" wrote: > Hello everyone! > > On Linux if a C++ application throws uncaught error, there's explanation > given: > --- cut --- > terminate called after throwing an instance of 'std::runtime_error' > what(): Just throw up > Aborted > --- cut --- >