Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Tom de Vries <tdevries@suse.de>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH v2] [gdb/symtab] Fix dwarf version of DWO TU
Date: Tue, 21 Jan 2025 06:32:55 -0700	[thread overview]
Message-ID: <87ikq8pa0o.fsf@tromey.com> (raw)
In-Reply-To: <20250120085723.5693-1-tdevries@suse.de> (Tom de Vries's message of "Mon, 20 Jan 2025 09:57:23 +0100")

>>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:

Tom> When running test-case gdb.ada/access_tagged_param.exp with target board
Tom> fission, we run into:
Tom> ...
Tom> (gdb) break pck.adb:19^M
Tom> gdb/dwarf2/read.h:289: internal-error: version: \
Tom>   Assertion `m_dwarf_version != 0' failed.^M
Tom> ...

Tom> -      && (cu->per_cu->version () == 2
Tom> +      && (cu->header.version == 2

All the stuff in this area seems kind of horrible to me.  Like, first of
all, how can this even fail?  It seems like the CU version should be set
when setting up the reader.  And if not, what's gone wrong there?
Relatedly, can the other callers of version() fail in the same way?
Finally there aren't really that many callers of this method so I wonder
if it can be removed, maybe making this code less fragile.  Looking at
it, I feel pretty sure if I needed a version check I'd probably write
code to call this method but ... maybe that's unsafe?

Tom

  reply	other threads:[~2025-01-21 13:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20  8:57 Tom de Vries
2025-01-21 13:32 ` Tom Tromey [this message]
2025-01-21 15:09   ` Tom de Vries
2025-03-03 20:02     ` Simon Marchi
2025-03-03 20:44       ` Simon Marchi
2025-03-03 21:22         ` Simon Marchi

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=87ikq8pa0o.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tdevries@suse.de \
    /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