Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(22)

Issue 175001: Limit the number of frames we try to walk to prevent runaway processors. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by Lei Zhang (chromium)
Modified:
14 years, 1 month ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Limit the number of frames we try to walk to prevent runaway processors.

Committed: http://code.google.com/p/google-breakpad/source/detail?r=672

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/google_breakpad/processor/stackwalker.h View 3 chunks +7 lines, -1 line 1 comment Download
M src/processor/stackwalker.cc View 1 2 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 6
Lei Zhang (chromium)
I had a bad .sym file that caused minidump_stackwalk to go into an infinite loop, ...
14 years, 1 month ago #1
Mark Mentovai
I had (mis-)remembered this code as having a better check that ensured that each successive ...
14 years, 1 month ago #2
Ted Mielczarek
On 2010/08/26 14:27:19, Mark Mentovai wrote: > I had (mis-)remembered this code as having a ...
14 years, 1 month ago #3
jimb
[Sorry for the double-send; wanted to get this in the issue.] Interesting that the test ...
14 years, 1 month ago #4
Lei Zhang (chromium)
On 2010/08/26 14:27:19, Mark Mentovai wrote: > I had (mis-)remembered this code as having a ...
14 years, 1 month ago #5
Mark Mentovai
14 years, 1 month ago #6
LGTM

http://breakpad.appspot.com/175001/diff/9001/10001
File src/google_breakpad/processor/stackwalker.h (right):

http://breakpad.appspot.com/175001/diff/9001/10001#newcode153
Line 153: // This default to 1024 to prevent infinite loops.
default -> defaults
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted