DescriptionWe're hitting a lot of crashes on ARM where the top frame is not in a known function, so there's no unwind info. Unfortunately the caller frame is more than 120 bytes up the stack, so stack scanning fails to find it and we get a useless crash signature. This patch allows StackwalkerARM to scan farther *only* to find the caller of the context frame. This should help avoid getting bad frames elsewhere in the stack while still fixing this case. Patch Set 1 #
Total comments: 2
MessagesTotal messages: 6
|