Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 07:36:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 207359] head -r339076 TARGET_ARCH=powerpc64 via powerpc64-gcc : some or all c++ exceptions unbounded loop in _Unwind_RaiseException
Message-ID:  <bug-207359-227-Y4ggZXNvrO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207359-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207359-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207359

Andrey Rusev <andrey.roussev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.roussev@gmail.com

--- Comment #12 from Andrey Rusev <andrey.roussev@gmail.com> ---
I have similar error on FreeBSD 12 (not on FreeBSD 11 or older) on amd64: a=
ny
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=3D0x800f67320, hdrLen=3D@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207359-227-Y4ggZXNvrO>