From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FFDB3858C2C; Tue, 2 Jan 2024 15:24:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FFDB3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704209070; bh=0cRd9ETOM1PIJV/Azu9wvxhCe20igorKpIgGEnlZiEM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TPeXA0YNsr2ZBTeaSjS0fvs1R6N907zZy4o6apMb4/2HzDAN9v0//yHGcP0Ec+e2/ ki3madoa9pXpMbXbvT1RB+Yx8gTUKOjdI4jrMUlF2e58UHitKCLvVwtWiBsUO4tJuz hRBBrKy1ExNZ+YHE1LFyexCQmfVVoMvYnHQ70WQw= From: "stefan at bytereef dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/98390] AIX: exceptions in threads: IOT/Abort trap(coredump) Date: Tue, 02 Jan 2024 15:24:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stefan at bytereef dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98390 --- Comment #1 from Stefan Krah --- The issue can still be reproduced with a gcc-14 snapshot. ibm-clang++ does = not have this problem. The LLVM unwinder has been reworked for AIX: https://www.mail-archive.com/cfe-commits@lists.llvm.org/msg275024.html Would it be possible for gcc to use the LLVM libunwind on AIX? It would be great if IBM unlocked some funding for this. gcc often produces faster binaries than clang and this is literally the only gcc issue on AIX that I've come across after many long running tests. It wo= uld be worth fixing --- both AIX and gcc (except for this issue) are very stabl= e.=