Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Issue 13065: Protect the exception handler against failure to create semaphores & a thread... (Closed)

Created:
12 years ago by mad-home
Modified:
9 years, 7 months ago
Reviewers:
mmentovai, mmentovai, Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Protect the exception handler against failure to create semaphores & a thread handle and get caught in a deadlock if so. We simply won't create the thread if we couldn't create the semaphores, and won't wait for the thread if we couldn't create it. BUG=285 Closed by mark on 2009-10-24 - looks like I committed this to Breakpad at r300 on 2008-12-03.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M client/windows/handler/exception_handler.cc View 3 chunks +27 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mad-home
To fix http://code.google.com/p/google-breakpad/issues/detail?id=285 Thanks! BYE MAD
12 years ago (2008-12-02 22:40:36 UTC) #1
Mark Mentovai
12 years ago (2008-12-02 22:47:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698