From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 45FB33851C05 for ; Mon, 8 Jun 2020 13:47:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 45FB33851C05 Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-231-FeSvcJ_DOPG604VQJc5lAg-1; Mon, 08 Jun 2020 09:47:26 -0400 X-MC-Unique: FeSvcJ_DOPG604VQJc5lAg-1 Received: by mail-wm1-f72.google.com with SMTP id h6so3947177wmb.7 for ; Mon, 08 Jun 2020 06:47:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=XbTq46n8eVBW1AA65v1mLiTBo9YYGuVl6ptfnXXWjjg=; b=pcDPholAOd5BPRnOJi+wxkG82c3+4BFGAhAqr9MkqVJu2oywDDAGuDusy5dzsRt7UV z4CI8XSeqLDtz5nZOXiPo3oLrJ+w1jSlIX3XhpydBkVViVpbrO16rQ3jXyr4vAqx2y7i O+E4G173FouoddXAygmDLc00d4uihrzF9oLIUCtxKkY5CFDedVGNSTalYrqz5tQrxoWb 3+LFLBMKJouKDVeclheANB63tChRrYKaqmAWCReDwCho9/xmMISdiHaUXIU36NETOU+b mRRb7odDQ7fRESOB+xQna/mKKdw7UC2smCNetpVgCQNCLjObhEXnBx1H+J2fvZ0cwxOE NdQg== X-Gm-Message-State: AOAM530pfUIe7r8lb3/5bVsDhZPmv/s7cRNBtTsECQVnQITvkdQGKJy3 ieJb9gAcgVuELAwbBTbccVnu2LQrQj/1xqs+/uxSv/Oa4If8EkW11x6iHsnawMqjtUu0ksxB08R DBbfGaa+u8uA= X-Received: by 2002:a1c:1d94:: with SMTP id d142mr16759064wmd.42.1591624044717; Mon, 08 Jun 2020 06:47:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwf1rXYmn3ALUenbaBIrBR6sf3SUKqcQYIekgXNPSDKuSsXFwTYKHsnSS7basmYSvaYx+OkRQ== X-Received: by 2002:a1c:1d94:: with SMTP id d142mr16759047wmd.42.1591624044443; Mon, 08 Jun 2020 06:47:24 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id d2sm23673894wrs.95.2020.06.08.06.47.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 08 Jun 2020 06:47:23 -0700 (PDT) Subject: Re: Solaris - procfs: couldn't find pid 32748 (kernel thread 21) in procinfo list To: Petr Sumbera , gdb@sourceware.org References: <5ab0b8b1-6072-6717-1ae0-ba06339254b8@oracle.com> <0570473c-1181-2269-06a0-0f6d4fc6b178@redhat.com> <51ff2398-4a7d-eb07-be98-0ae92673e152@oracle.com> <6f4b62a6-3bcc-346e-ac69-a89e98f6dfbe@redhat.com> <405d3ffb-ea46-57cb-a023-7dece1983fb6@oracle.com> <7fdd8e25-ccd3-00eb-ae30-b9f8c7604fd8@redhat.com> <1c434ddf-8ce8-8206-e046-66b8dafc4a0d@oracle.com> <98fb3303-e318-053a-6c20-8c809f9eb654@oracle.com> From: Pedro Alves Message-ID: Date: Mon, 8 Jun 2020 14:47:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <98fb3303-e318-053a-6c20-8c809f9eb654@oracle.com> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 08 Jun 2020 13:47:29 -0000 On 6/8/20 10:51 AM, Petr Sumbera via Gdb wrote: > On 03.06.2020 15:09, Petr Sumbera via Gdb wrote: >> This works for few test cases. And I actually started gdb tests to see if it makes any regression (but it might take some time to run it though). > > GDB tests on Solaris doesn't seem to deterministic. So I cannot confirm for 100% that the patch doesn't cause any regression. Though it rather seems it's not. See attached diff output between runs without and with the patch. > > Can we get the patch to upstream now? Please can send the version that you tested. You mentioned before that I had applied the fix to the wrong place. Pedro Alves