Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Jacob Kroon via Gdb <gdb@sourceware.org>
To: Florian Weimer <fweimer@redhat.com>,
	cltang@codesourcery.com, adhemerval.zanella@linaro.org
Cc: Jacob Kroon via Gdb <gdb@sourceware.org>
Subject: Re: Debugging ld.so in gdb
Date: Mon, 7 Feb 2022 14:39:47 +0100	[thread overview]
Message-ID: <dcd8e268-c80e-1abe-f8d6-c6a462c98438@gmail.com> (raw)
In-Reply-To: <4ea94b1b-71f5-3fbe-e18d-dff61ba3d835@gmail.com>

On 2/7/22 13:32, Jacob Kroon wrote:
> On 2/7/22 13:27, Florian Weimer wrote:
>> * Jacob Kroon:
>>
>>>> What I find really confusing is that this is not the result of a dlopen
>>>> call.  I definitely would expect that the maps array contains *all*
>>>> objects that are being loaded.  Clearly this is not the case here.
>>>> Somehow certain objects are missing, and then they get written into the
>>>> rpo array.
>>>>
>>>> Please try to find libjvm.so among the l_initfini arrays of the objects.
>>>
>>> I do find libjvm.so in a couple of the maps[]->l_initfini[]->l_name
>>> arrays, yes.
>>
>> Okay, and of course there is an assumption that those make it to the
>> maps.  No wonder we run off the array.
>>
>>>> It must be present somewhere.  I assume it's also on the main list,
>>>> which starts off at _rtld_global._dl_ns[0]._ns_loaded.
>>>
>>> Hmm how do I iterate over that data structure ?
>>>
>>> See below:
>>>> (gdb) print _rtld_global._dl_ns[0]._ns_loaded[0]->l_name
>>>> $186 = 0x7ffff7ff1d97 ""
>>>> (gdb) print _rtld_global._dl_ns[0]._ns_loaded[1]->l_name
>>>> $187 = 0x0
>>>> (gdb) print _rtld_global._dl_ns[0]._ns_loaded[2]->l_name
>>>> $188 = 0x0
>>>> (gdb) print _rtld_global._dl_ns[0]._ns_loaded->l_name
>>>> $189 = 0x7ffff7ff1d97 ""
>>>> (gdb) print _rtld_global._dl_ns[1]._ns_loaded->l_name
>>>> Cannot access memory at address 0x8
>>>> (gdb) print _rtld_global._dl_ns[2]._ns_loaded->l_name
>>>> Cannot access memory at address 0x8
>>
>> It's a list chained by l_prev/l_next.
>>
> 
> Ok, yes "libjvm.so" is there, in multiple entries.
> 

I managed to build glibc master, and yes it also crashes. Reverting the
suspicious commit:

commit 15a0c5730d1d5aeb95f50c9ec7470640084feae8
Author: Chung-Lin Tang <cltang@codesourcery.com>
Date:   Thu Oct 21 21:41:22 2021 +0800

    elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)

fixes the crash. Adding a couple of more people.

Jacob

  reply	other threads:[~2022-02-07 13:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04 13:45 Jacob Kroon via Gdb
2022-02-04 13:58 ` Florian Weimer via Gdb
2022-02-04 14:09   ` Jacob Kroon via Gdb
2022-02-04 14:22     ` Florian Weimer via Gdb
2022-02-04 14:27       ` Jacob Kroon via Gdb
2022-02-04 16:09         ` Florian Weimer via Gdb
2022-02-04 16:53           ` Jacob Kroon via Gdb
2022-02-04 17:04             ` Florian Weimer via Gdb
2022-02-04 17:11               ` Jacob Kroon via Gdb
2022-02-04 17:15                 ` Florian Weimer via Gdb
2022-02-07  8:36                   ` Jacob Kroon via Gdb
2022-02-07 11:46                     ` Jacob Kroon via Gdb
2022-02-07 11:55                       ` Florian Weimer via Gdb
2022-02-07 12:15                         ` Jacob Kroon via Gdb
2022-02-07 12:27                           ` Florian Weimer via Gdb
2022-02-07 12:32                             ` Jacob Kroon via Gdb
2022-02-07 13:39                               ` Jacob Kroon via Gdb [this message]
2022-02-07 13:45                                 ` Jacob Kroon via Gdb
2022-02-07 13:53                                   ` Adhemerval Zanella via Gdb
2022-02-07 13:54                                     ` Jacob Kroon via Gdb
2022-02-07 14:07                                 ` Florian Weimer via Gdb
2022-02-07 16:28                                   ` Florian Weimer via Gdb
2022-02-07 17:04                                     ` Jacob Kroon via Gdb
2022-02-04 14:45       ` Jacob Kroon via Gdb

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=dcd8e268-c80e-1abe-f8d6-c6a462c98438@gmail.com \
    --to=gdb@sourceware.org \
    --cc=adhemerval.zanella@linaro.org \
    --cc=cltang@codesourcery.com \
    --cc=fweimer@redhat.com \
    --cc=jacob.kroon@gmail.com \
    /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