From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id 413523858D20 for ; Mon, 7 Feb 2022 13:39:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 413523858D20 Received: by mail-lf1-x12f.google.com with SMTP id a28so26870862lfl.7 for ; Mon, 07 Feb 2022 05:39:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:from:to:cc:references:in-reply-to :content-transfer-encoding; bh=Ie191Fxs0Bdq1b5RXQMKiypSl6ZYKb9zOpxrpPCaNNg=; b=5LZjy4kS5v6n1y93vKQC3ymkCvOU98rhkFD0D2BW7UJUEiDBkKrRTHv4ZeFNPu54dq 4g1K6FtLgN2h9c0ttCwoAG8Q5TRqVxep+aEWtQ0oVbcL0q8R9YJIfB9Fzctr2rtHbLx3 7W1be9yfWhgU+gfawVQpGcALkY1MKt7YhFuYCXD85DVFzEuxCFPHd8ovi1dYDDvY6ETS +PGREqIFvUPoIC5Yc60bFgsO0++PqlhhFDcXO4uobdqkMBZ+678/PnKuhT5N9HKdf/X7 V38tml/95vT+K9RWyVDz1xe5aw9WfcOqt221yGd4XQcCLI9TA4JPqO9jwFBqCapQfVRL vaCg== X-Gm-Message-State: AOAM533uiriF1cepubBzZrvq7fpCZiJnQJnV9JD2iTRrYatw29Qgb/dt rcIaj7BnhOvFutGu6nGPZ3c= X-Google-Smtp-Source: ABdhPJwMA7cnOqzv4z8OhTNnKi111fJnFYqSyciJ3w3lsqa3DRlEzcpAYMUoLaspECb/MDAPn8PZOQ== X-Received: by 2002:a05:6512:224f:: with SMTP id i15mr8406927lfu.446.1644241188943; Mon, 07 Feb 2022 05:39:48 -0800 (PST) Received: from [192.168.10.175] (37-247-29-68.customers.ownit.se. [37.247.29.68]) by smtp.gmail.com with ESMTPSA id 8sm1495927lfq.200.2022.02.07.05.39.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Feb 2022 05:39:48 -0800 (PST) Message-ID: Date: Mon, 7 Feb 2022 14:39:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Debugging ld.so in gdb Content-Language: en-US From: Jacob Kroon To: Florian Weimer , cltang@codesourcery.com, adhemerval.zanella@linaro.org Cc: Jacob Kroon via Gdb References: <29e0ef71-4706-9b0f-2a68-e12c54120d8e@gmail.com> <8735kypwcd.fsf@oldenburg.str.redhat.com> <87y22qognw.fsf@oldenburg.str.redhat.com> <87h79eobq1.fsf@oldenburg.str.redhat.com> <87czk2o967.fsf@oldenburg.str.redhat.com> <06f726f4-855e-239b-fd2c-8d0d57f45131@gmail.com> <878ruqo8o2.fsf@oldenburg.str.redhat.com> <8d9d02de-1a59-1f4d-dbcf-050b65abef29@gmail.com> <93cd41d6-e333-f31e-96bb-2f34a88f164f@gmail.com> <875ypqc2ma.fsf@oldenburg.str.redhat.com> <3e08e7c7-05f5-16f2-50cb-036687386997@gmail.com> <87wni6amk5.fsf@oldenburg.str.redhat.com> <4ea94b1b-71f5-3fbe-e18d-dff61ba3d835@gmail.com> In-Reply-To: <4ea94b1b-71f5-3fbe-e18d-dff61ba3d835@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2022 13:39:52 -0000 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 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