DescriptionMerge r1065: Don't bail if a thread's stack pointer is invalid Currently, if a thread's stack pointer is not within a valid memory page, the minidump writing will fail with an error. This change allows an invalid stack pointer by simply setting the memory size to zero in the minidump. The processing code already checks for the size being zero, although it currently just gives an error (see https://breakpad.appspot.com/413002/). BUG=google-breakpad:499, chromium-os:34880 TEST=make check, manually ran minidump-2-core and core2md Original Review URL: https://breakpad.appspot.com/478002 * To make this build, there is an additional #include <ucontext.h>. Committed: https://code.google.com/p/google-breakpad/source/detail?r=1071 Patch Set 1 #
MessagesTotal messages: 2
|