Re: [PATCH v5] Fix crash in AIX when current working directory is NULL

Aditya Kamath <[email protected]> Tue, 28 Jul 2026 07:00:13 +0000
Newsgroups gmane.comp.gdb.patches
Message-ID <LV8PR15MB6488982D6759F86186D8BF7BD6CB2@LV8PR15MB6488.namprd15.prod.outlook.com>
Hi Ulrich,

>require isnative
>require ![is_remote target]
>require {istarget *-*-aix*}

>The last line may be too strict if we also want to test on Linux
>or other Unix hosts; but we need to ensure the host is at least
>Unixy enough to support fork.  Maybe something like

>require allow_fork_tests

Thanks for this idea. Yes, I have implemented the same in v6 of this patch.

But I am still thinking about Tom’s concern about GDB cross platform for this test.

V6 also does not overcome the same.

Regards,
Aditya.