commit | a7b0c42fee3e01e657634be2bba9318eeaec591a | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Fri Apr 05 16:19:39 2013 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Fri Apr 05 16:21:15 2013 +0200 |
tree | 749397cd4c2aec7fe37370d0e51b942fa51e98a6 | |
parent | 4c6aad2bbe24e5a1a95fc4d08a4b6bb4d1609669 [diff] |
Fix crash in stack walking. Bug: 8537133 The G+ app throws an exception which leads to a crash when walking the stack. The cause is the compiled code tries to set the top of quick stack while the current managed stack is shadow frame based. This CL adds the missing "pop" of the shadow frame and also some checks enabled in debug only. Change-Id: Iac04993b287abadee7a3c240e2e9cf1a07e50ce5