commit | a047f82b3c5e34072f1ca77af486a77a744ccdd5 | [log] [tgz] |
---|---|---|
author | Aditya Kamath <Aditya.Kamath1@ibm.com> | Tue May 02 10:08:14 2023 -0500 |
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue May 02 17:32:45 2023 +0200 |
tree | 7b4d838366105fd132e19e276ae8bcfcb2133e49 | |
parent | e29e63040dd09449a21762bcacabdf31d580beee [diff] |
Fix Assertion pid != 0 failure in AIX. In AIX if there is a main and a thread created from it , then once the program completed execution and goes to pd_disable () inferior_ptid had pid 0 leading to an assertion failure while finding the thread's data in aix-thread.c file. This patch is a fix for the same.