From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 972C5385840A; Sat, 29 Jul 2023 15:09:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 972C5385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690643351; bh=6Pwl5bD32Bwv2QQEoWFqvVUyUu/c1U/QHRHQZ8TnEwQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VTh5YPLmgt7GAGOsL4Sw9ofdeoT6fsRtIPpSBois86v+1N2CxlBCJenIe2d50HAq+ ByUKGOBtvAeandMXx0xt3EHLU9HSiulYrLLazPE0AGZ5/7eiM/91k2sV0hm2uAq39f BQAvcOPiJg9elKah+wbeI5caveSCdph6chWnSIYE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30693] Assertion `closure->pieces.size () == 1' failed Date: Sat, 29 Jul 2023 15:09:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 11.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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=3D30693 --- Comment #3 from Tom Tromey --- Maybe check_pieced_synthetic_pointer is doing the wrong thing. What I'd really like to see is the DWARF location expression for the variable causing the crash, which seems to be "stop_condition" in "log_write_notifier". Do you think you could find that? What I would do is: readelf -wi /path/to/mysqld | less then search for "log_write_notifier" (and hopefully there's only one definition). Then you have to know how to read the DWARF... I guess one way would be if you found the compilation unit that this function is defined in, you could attach the DWARF of that CU to this bug. --=20 You are receiving this mail because: You are on the CC list for the bug.=