mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 817349 - Ensure topFrame is always defined; r=ted
This commit is contained in:
parent
56d3fa6294
commit
28dc7d0586
@ -166,6 +166,7 @@ def checkForCrashes(dumpDir, symbolsPath, testName=None):
|
||||
for d in dumps:
|
||||
stackwalkOutput = []
|
||||
stackwalkOutput.append("Crash dump filename: " + d)
|
||||
topFrame = None
|
||||
if symbolsPath and stackwalkPath and os.path.exists(stackwalkPath):
|
||||
# run minidump stackwalk
|
||||
p = subprocess.Popen([stackwalkPath, d, symbolsPath],
|
||||
|
Loading…
Reference in New Issue
Block a user