https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207359
Andrey Rusev <andrey.rous...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.rous...@gmail.com --- Comment #12 from Andrey Rusev <andrey.rous...@gmail.com> --- I have similar error on FreeBSD 12 (not on FreeBSD 11 or older) on amd64: any C++ exception to be caught will crash application: [New LWP 100396 of process 21374] libunwind: getEncodedP /usr/src/contrib/llvm/projects/libunwind/src/AddressSpace.hpp:280 - unknown pointer encoding Thread 1 received signal SIGABRT, Aborted. 0x0000000801d2945a in thr_kill () from /lib/libc.so.7 (gdb) where #0 0x0000000801d2945a in thr_kill () from /lib/libc.so.7 #1 0x0000000801d27844 in raise () from /lib/libc.so.7 #2 0x0000000801c9a079 in abort () from /lib/libc.so.7 #3 0x00000008005dff3e in ?? () from /lib/libgcc_s.so.1 #4 0x00000008005e0e49 in ?? () from /lib/libgcc_s.so.1 #5 0x00000008005e0d31 in ?? () from /lib/libgcc_s.so.1 #6 0x00000008005381ec in dl_iterate_phdr () from /libexec/ld-elf.so.1 #7 0x00000008005de422 in ?? () from /lib/libgcc_s.so.1 #8 0x00000008005dd21a in ?? () from /lib/libgcc_s.so.1 #9 0x00000008005dbd46 in _Unwind_RaiseException () from /lib/libgcc_s.so.1 #10 0x0000000801f7740d in __cxa_throw () from /usr/local/lib/compat/libsupc++.so.1 #11 0x00000008006ae2b9 in MessageDecodeProxyContext::findContentType (this=0x800f67320, hdrLen=@0x7fffffffd97c: 4) at /dailybuilds/CSPbuild/CSP/capilite/CMSMessage.cpp:121 As you can see I also get libunwind warning as in Bug #234201 Application is built by GCC 4.2.1 20070719 on FreeBSD 8.1-RELEASE-p12. If no excetion is thrown everything works fine. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"