DescriptionI'm not sure when it snuck in, but it's been there a while. WriteDSODebugStream is using operator new[], which is not a good thing. This was reported as a deadlock at http://code.google.com/p/google-breakpad/issues/detail?id=513 . Simple fix to use wasteful_vector instead. Patch Set 1 #
MessagesTotal messages: 2
|