Open flabby opened 7 years ago
This is a known bug in demangler (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68700).
But doesn't it ask whether to continue the session? It is supposed to allow you to continue past this error.
On Tue, Feb 21, 2017 at 12:52:12AM -0800, Tomasz Grabiec wrote:
This is a known bug in demangler (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68700).
But doesn't it ask whether to continue the session? It is supposed to allow you to continue past this error.
Not for a debug build IIRC, but I did not try for along time now.
-- Gleb.
On Tue, Feb 21, 2017 at 10:52 AM, Tomasz Grabiec notifications@github.com wrote:
This is a known bug in demangler (https://gcc.gnu.org/bugzilla/ show_bug.cgi?id=68700).
According to that issue, it is caused by https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78252 and that bug was resolved with a patch. If that patch didn't end up in distributions yet, can we include it in the Scylla version of gdb?
Hi, I'm new to seastar.
When I compile with $SEASTAR/build/debug/seastar.pc instead of release one,
scylla-gdb will core dump.
The error message is below.
Thanks for your time.