discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mysterious crash in NSRunLoop, using libobjc2 on Linux


From: Lobron, David
Subject: Re: Mysterious crash in NSRunLoop, using libobjc2 on Linux
Date: Mon, 18 Dec 2017 20:28:25 +0000

> That’s great.  When you have it in a failing form, please can you send me a 
> pull request containing the test?

Will do.

> Looking at the code, it appears that the exception is coerced to a C++ 
> exception if it is thrown from an ObjC stack frame.  

This surprised me a bit.  I would not expect an ObjC stack frame to coerce the 
exception to be C++ (although of course I might be wrong).  Did you mean to say 
it's coerced to a C++ exception if it's thrown from a *C++* stack frame, or 
ObjC++?

--David

reply via email to

[Prev in Thread] Current Thread [Next in Thread]