From: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
To: "akamath996@gmail.com" <akamath996@gmail.com>,
"tom@tromey.com" <tom@tromey.com>,
Aditya Kamath <Aditya.Kamath1@ibm.com>,
"simon.marchi@polymtl.ca" <simon.marchi@polymtl.ca>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
SANGAMESH MALLAYYA <sangamesh.swamy@in.ibm.com>
Subject: Re: [PATCH 1/2] Fix asertion failure while analysing core files in AIX with terminated threads.
Date: Tue, 24 Mar 2026 13:42:07 +0000 [thread overview]
Message-ID: <39f3692cb4b27d653ab064b779581f7d1683d261.camel@de.ibm.com> (raw)
In-Reply-To: <LV8PR15MB6488F00E7AA08466C1802A1ED648A@LV8PR15MB6488.namprd15.prod.outlook.com>
Aditya Kamath <Aditya.Kamath1@ibm.com> wrote:
>- sync_threadlists (pid);
>+ /* Attempt to sync_threadlists () only when debugging process
>files,
>+ not core files since list of threads never change for core
>files.
>+ */
>+ if (target_has_execution ())
>+ sync_threadlists (pid);
This makes sense to me, yes.
Bye,
Ulrich
prev parent reply other threads:[~2026-03-24 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 9:52 Aditya Vidyadhar Kamath
2026-03-24 12:00 ` Ulrich Weigand
2026-03-24 12:43 ` Aditya Kamath
2026-03-24 13:42 ` Ulrich Weigand [this message]
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=39f3692cb4b27d653ab064b779581f7d1683d261.camel@de.ibm.com \
--to=ulrich.weigand@de.ibm.com \
--cc=Aditya.Kamath1@ibm.com \
--cc=akamath996@gmail.com \
--cc=gdb-patches@sourceware.org \
--cc=sangamesh.swamy@in.ibm.com \
--cc=simon.marchi@polymtl.ca \
--cc=tom@tromey.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