public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "gulsenenginar at aol dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug symtab/27541] gdb crashes on "file -readnow"
Date: Sat, 09 Oct 2021 11:00:27 +0000	[thread overview]
Message-ID: <bug-27541-4717-GXbgEByHlq@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-27541-4717@http.sourceware.org/bugzilla/>

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

Gulsen Engin <gulsenenginar at aol dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gulsenenginar at aol dot com

--- Comment #18 from Gulsen Engin <gulsenenginar at aol dot com> ---
$ ./gdb -nx -q --data-directory=data-directory ~/a.out -ex "set confirm off"
-ex "file -readnow ~/a.out"  http://www-look-4.com/property/houses-in-france/
        Reading symbols from /home/simark/a.out...
        Reading symbols from ~/a.out...
https://komiya-dental.com/crypto/new-coins/
        /home/simark/src/binutils-gdb/gdb/dwarf2/read.c:8098: internal-error:
void create_all_comp_units(dwarf2_per_objfile*): Assertion
`per_objfile->per_bfd-
http://www.iu-bloomington.com/crypto/china-affect-on-crypto/
>all_comp_units.empty ()' failed. 

    This is a recurring problem that exposes a design issue
https://waytowhatsnext.com/crypto/cryptocurrency-taxes/ in the DWARF
    per-BFD sharing feature.  Things work well when loading a binary with
    the same method (with/without index, with/without readnow) twice
http://www.wearelondonmade.com/property/cars-as-house/ in a
    row.  But they don't work so well when loading a binary with different
    methods.  See this previous fix, for example:
http://www.jopspeech.com/property/slim-pen-2/

        efb763a5ea35 ("gdb: check for partial symtab presence in
dwarf2_initialize_objfile") http://joerg.li/services/kia-rio-price/

    That one handled the case where the first load is normal (uses partial
    symbols) and the second load uses an index.
http://connstr.net/services/mobile-games/

    The problem is that when loading an objfile with a method A, we create a 
    dwarf2_per_bfd and some dwarf2_per_cu_data and initialize them with the
http://embermanchester.uk/property/chat-themes/ 
    data belonging to that method.  When loading another obfile sharing the
    same BFD but with a different method B, it's not
http://www.slipstone.co.uk/services/chevrolet-bolt/ clear how to re-use the
    dwarf2_per_bfd/dwarf2_per_cu_data previously created, because they
    contain the data specific to method A.
http://www.logoarts.co.uk/services/affordable-printer/

    I think the most sensible fix would be to not share a dwarf2_per_bfd
    between two objfiles loaded with different methods.  That means that two
    objfiles sharing the same BFD
http://www.acpirateradio.co.uk/tech/forest-fires/ and loaded the same way would
share a
    dwarf2_per_bfd.  Two objfiles sharing the same BFD but loaded with
    different methods would use two different dwarf2_per_bfd structures.
    http://www.compilatori.com/services/whatsapp-service/
    However, this isn't a trivial change.  So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
    dwarf2_per_bfd sharing for objfiles using READNOW.

    Generalize the gdb.base/index-cache-load-twice.exp test to test all
    the possible combinations of loading a file with partial symtabs, index
    and readnow.  Move it to gdb.dwarf2,
https://www.webb-dev.co.uk/crypto/crypto-fell/ since it really exercises
features
    of the DWARF reader.

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

  parent reply	other threads:[~2021-10-09 11:00 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08  2:16 [Bug symtab/27541] New: " liangjs at pku dot edu.cn
2021-03-08  2:45 ` [Bug symtab/27541] " simark at simark dot ca
2021-03-08  5:25 ` liangjs at pku dot edu.cn
2021-03-08 17:19 ` simark at simark dot ca
2021-03-09  3:06 ` liangjs at pku dot edu.cn
2021-03-09  4:17 ` simon.marchi at polymtl dot ca
2021-03-09  4:26 ` simon.marchi at polymtl dot ca
2021-03-09  5:05 ` simon.marchi at polymtl dot ca
2021-03-10  2:47 ` brobecker at gnat dot com
2021-03-11  3:19 ` simon.marchi at polymtl dot ca
2021-03-15 17:16 ` simark at simark dot ca
2021-03-30 17:37 ` cvs-commit at gcc dot gnu.org
2021-03-30 17:38 ` cvs-commit at gcc dot gnu.org
2021-03-30 17:39 ` simark at simark dot ca
2021-06-27 18:01 ` ahmedsayeed1982 at yahoo dot com
2021-09-02 11:06 ` donipah907 at mtlcz dot com
2021-09-02 11:13 ` mark at klomp dot org
2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
2021-09-06  9:08 ` focixujo at livinginsurance dot co.uk
2021-09-06  9:13 ` focixujo at livinginsurance dot co.uk
2021-09-10 19:38 ` mehmetgelisin at aol dot com
2021-10-09 11:00 ` gulsenenginar at aol dot com [this message]
2021-10-09 17:44 ` svitvitraga at gmail dot com
2021-10-18 19:58 ` ahmedsayeed1982 at hotmail dot com
2021-10-19  7:13 ` progonsaytu at gmail dot com
2021-10-24 10:01 ` glassmtech at ukr dot net
2021-11-13 19:34 ` tesaso8237 at funboxcn dot com
2021-11-19  6:37 ` aslanelli50 at gmail dot com
2021-11-22  6:48 ` gexed96894 at keagenan dot com
2021-11-24 13:41 ` allen at rockvalleymarketing dot com

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-27541-4717-GXbgEByHlq@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).