From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5783385E000; Wed, 1 Apr 2020 17:04:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5783385E000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585760644; bh=0lSnAj95vPKpaNrhq1kvbyeD7wFDkKw3kTFlwZrF1W0=; h=From:To:Subject:Date:From; b=NSVDd0hwxTPHm8tVyev3Hgw2rizYRa7t6U4aUEE7GXDQa8FrKnJZVT4TG5L63jUc8 cS+0kBM06zkq9CjmZFR4yX1fjzo3nRiL+Vy5i9gaK+pPZ/D2gtQ7YuJXXKQa8/H6Bn sBlP4VnKFqYWrOX3BEnJ4TG5I6VyM/Ua2nvSab58= From: "diane2332 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/94448] New: LSan: leaks should report PID and TID of allocation Date: Wed, 01 Apr 2020 17:04:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: diane2332 at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 17:04:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94448 Bug ID: 94448 Summary: LSan: leaks should report PID and TID of allocation Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: diane2332 at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxi= n at gcc dot gnu.org Target Milestone: --- It would be much easier to find the source of a leak if LSan reported the P= ID and TID of the process and thread that allocated the leaked memory.=