K 10 svn:author V 7 rodrigo K 8 svn:date V 27 2016-05-31T20:07:21.995146Z K 7 svn:log V 643 Fix crash when libcxxrt exceptions been freed by a different language runtime, and when libcxxrt itself free foreign exceptions. Unwind API was specifically designed to allow mixed language environments where exceptions from different runtimes interoperate. One particular example is C++/LuaJit combination. Due to the issues in libcxxrt, databases/tarantool crashes when linked against libcxxrt. The issue was merged by upstream butat the moment not officially released. https://github.com/pathscale/libcxxrt/pull/32 PR: 204786 Submitted by: Nick Zavaritsky Approved by: Mahdi Mokhtari (maintainer) END