[lldb-dev] FYI: a python crash running tests
Ted Woodward via lldb-dev
lldb-dev at lists.llvm.org
Thu Mar 3 10:18:47 PST 2016
I think I see the problem; I’ll push up a fix.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
From: Zachary Turner [mailto:zturner at google.com]
Sent: Thursday, March 03, 2016 11:54 AM
To: Adrian McCarthy; LLDB; Ted Woodward
Subject: Re: FYI: a python crash running tests
Hi Ted, any chance this is your recent change? I know you had some changes in this file recently
On Wed, Mar 2, 2016 at 4:46 PM Adrian McCarthy <amccarth at google.com <mailto:amccarth at google.com> > wrote:
Running ninja check-lldb now has one crash in a Python process, due to deferencing a null pointer in IRExecutionUnit.cpp: candidate_sc.symbol is null, which leads to a call with a null this pointer.
However, the Test Result Summary shows no problems: 0 failures, errors, exceptional exits, and timeouts.
I would try to debug it, but I'm about to head out.
Adrian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160303/81b1f1a4/attachment.html>
More information about the lldb-dev
mailing list