DescriptionWhen the calculated return address is not in a known module (which can happen for dynamically generated code or for certain types of crashes), Breakpad scans the stack for a "better" return address and if such an address is found, the frame with the "invalid" instruction pointer is skipped. This usually results in skipped frames. The problem is that when such frames are skipped register %ebp is not properly redirected which frequently results in truncated callstacks after the skipped frame due to wrong %ebp. Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixing a comment #
MessagesTotal messages: 5
|