On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote:
> > I am still working on libc++ issues but it is much more
> > complicated. :-(
> 
> I fixed almost everything except for exception handling issues.
> Unfortunately, libc++/libcxxrt's exception handling is not 100%
> compatible with libstdc++'s and I couldn't find a proper fix. :-(
> 
> Basically, C++/UNO bridge for LibreOffice/OpenOffice does some clever
> hacks, somewhat similar to the example on this blog page:
> 
> http://zbigg.blogspot.com/2009/03/catch-on-g.html

The definition of struct __cxa_exception doesn't match the one in
/usr/include/c++/v1/cxxabi.h.  There's an extra field at the start
in the __LP64__ case: uintptr_t referenceCount.

Attachment: signature.asc
Description: PGP signature

Reply via email to