x86: stop unwinding past __bionic_clone.
The apparent "previous" frame is on another thread's stack. Bug: 14270816 Bug: 15195760 Change-Id: I884f370e116203c5fa3b05a75fb8f356537261c4
This commit is contained in:
parent
1672b05636
commit
ee9d5bdd95
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ ENTRY(__bionic_clone)
|
|||
jmp .L_bc_return
|
||||
|
||||
.L_bc_child:
|
||||
# We don't want anyone to unwind past this point.
|
||||
.cfi_undefined %eip
|
||||
call __bionic_clone_entry
|
||||
hlt
|
||||
|
||||
|
|
Loading…
Reference in a new issue