wukenaihe / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Mac exception_handler calls exit() instead of _exit() #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is safer to call _exit() after an exception occurs to avoid problems with 
locks, etc.

Original issue reported on code.google.com by ladderbr...@gmail.com on 4 May 2007 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by ladderbr...@gmail.com on 4 May 2007 at 9:32

Attachments:

GoogleCodeExporter commented 9 years ago
reviewed by Waylonis

Original comment by ladderbr...@gmail.com on 7 May 2007 at 7:49