Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 23:25:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 219153] head, stable/11, release/11.0.1: libkvm (& more?) not updated to handle powerpc/powerpc64 ET_DYN based vmcore.* 's and such
Message-ID:  <bug-219153-29464-uuFVCT6JGU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219153-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219153-29464@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=3D219153

--- Comment #8 from John Baldwin <jhb@FreeBSD.org> ---
Can you pop up to frame 13 (solib_svr4_r_map) and 'p *info' and 'p *lmo'?  =
The
lack of working exceptions from clang (which appears to be the source of the
coredump in gdb itself) might be problematic though.  gdb might very well
depend on working exceptions to work properly.  The current gdb7.12.1 can be
compiled with gcc4.2.1 still which might work better than compiling with cl=
ang.
 The next gdb release (8.0) requires C++11 which will need an external gcc =
or
fully functional clang.  I've been using mips-gcc to build gdb 'master' for
FreeBSD/mips just fine against a MIPS world built via mips-xtoolchain-gcc (=
both
32-bit and 64-bit).

--=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-219153-29464-uuFVCT6JGU>