From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B55F3858D38; Tue, 24 Jan 2023 15:55:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B55F3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674575723; bh=g8Tx7XhGRPnlayOOjKrGIG1R5O/vdiyyk4ISxAcZiIQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hwz9/lAu+akJv41DF9UOhoa6+NpLMQc6H4CYYnpWLE2RoiQ2rrV6ZvybOBUtMN9yC sH4KtKwBw8j+wHvnHRG6lRQ4/g+f+dJoSHpGAxEbQGBD04VJJdCMZQMtE9uPXta57m +qMtDa/5W4nwqJRUd+1RZaG26iEjUTRR9ni+lWjs= From: "stsp at users dot sourceforge.net" To: glibc-bugs@sourceware.org Subject: [Bug nptl/30041] pthread_cancel() hangs under gdb on aarch64 Date: Tue, 24 Jan 2023 15:55:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stsp at users dot sourceforge.net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30041 --- Comment #5 from Stas Sergeev --- (In reply to Andreas Schwab from comment #4) > I have tested it on real hardware. OK it seems then you need to raise the SIGALRM freq. Please change line 35 and replace the value 4000 with eg 500. That way it actually even hangs w/o gdb, but the behavior seems more random, i.e. now it also hangs in pthread_join(). --=20 You are receiving this mail because: You are on the CC list for the bug.=