|
From: | Stephan Beal |
Subject: | Re: [Tinycc-devel] crash when function that is called from tcc compiled dynamic library, throws exception |
Date: | Tue, 15 Sep 2015 11:38:45 +0200 |
When linux shared object (compiled with tcc) calls some c++ function, that throws exception, application crashes.Seems that std::terminate is called from __cxa_throw ().Is this something expected? (if "so" is compiled with llvm or gcc C compiler it works ok)
[Prev in Thread] | Current Thread | [Next in Thread] |