public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "vries at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug breakpoints/29277] jit_event_handler: Assertion `jiter->jiter_data != nullptr' failed with separate debug files
Date: Tue, 19 Jul 2022 14:23:25 +0000	[thread overview]
Message-ID: <bug-29277-4717-9d1CEOxEi3@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29277-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=29277

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
It would be nice if you could post a reproducer.

AFAIU, a reproducer would trigger this assert:
...
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 74f53368464..fb4d58fa66d 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -5668,6 +5668,7 @@ handle_jit_event (CORE_ADDR address)
      function needs to be updated too.  */
   bound_minimal_symbol jit_bp_sym = lookup_minimal_symbol_by_pc (address);
   gdb_assert (jit_bp_sym.objfile != nullptr);
+  gdb_assert (jit_bp_sym.objfile->separate_debug_objfile_backlink == nullptr);
   jit_event_handler (gdbarch, jit_bp_sym.objfile);

   target_terminal::inferior ();
...
but I haven't been able to, when runnning the gdb.base/jit-*.exp test-cases
using target board cc-with-gnu-debuglink, which was my best bet.

Alternatively, can you explain why we end up here with
jit_bp_sym.objfile->separate_debug_objfile_backlink != nullptr?  AFAIU, the fix
from PR27889 should prevent that from occurring.

Is there something peculiar about the executable / separate debug file
combination?  Can you post a readelf -S for both (or even better, if possible,
attach or post them in some dropbox format)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2022-07-19 14:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 19:20 [Bug breakpoints/29277] New: " guillaume at morinfr dot org
2022-06-23 13:44 ` [Bug breakpoints/29277] " vries at gcc dot gnu.org
2022-06-27 14:06 ` hector.oron at gmail dot com
2022-07-19 14:23 ` vries at gcc dot gnu.org [this message]
2022-08-01 13:46 ` schwab@linux-m68k.org
2022-08-01 15:55 ` vries at gcc dot gnu.org
2022-08-01 15:56 ` vries at gcc dot gnu.org
2022-08-01 16:46 ` vries at gcc dot gnu.org
2022-10-13 13:40 ` vries at gcc dot gnu.org
2023-12-16 15:24 ` ssbssa at sourceware dot org
2023-12-16 15:36 ` vries at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29277-4717-9d1CEOxEi3@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).