From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB1313858C98; Sun, 24 Dec 2023 07:44:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB1313858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703403866; bh=ua0WZq8jJ6PZl4N+v7xZXtFv4fNxioqCMU9fgVNkSx8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VFY0BKdei2kK0l3NzdFeGQafV59erS/i019POHVg/HHV16QyitS2wqfmW+YLU3Lg6 IQseBRwvQ+NLIO3Vt1wlV4zyXx+t2voThp4FIe7hVKGmFCXZJ+sKEBiOOdsIOtyq5T BqbvgL7Lqzav1mzUPINkvf0j5bj0eMCrQwVyY8tM= From: "dichen at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug general/31027] Remove asserts from library code Date: Sun, 24 Dec 2023 07:44:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dichen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dichen at redhat dot com 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=3D31027 --- Comment #2 from Di Chen --- I made a quick test on the libdwfl's asserts removing patch, and it passed. $ make check TESTS=3Drun-dwfl* make check-TESTS PASS: run-dwfl-addr-sect.sh PASS: run-dwfl-bug-offline-rel.sh PASS: run-dwfl-core-noncontig.sh PASS: run-dwfllines.sh PASS: run-dwfl-report-elf-align.sh PASS: run-dwfl-report-offline-memory.sh PASS: run-dwflsyms.sh --=20 You are receiving this mail because: You are on the CC list for the bug.=