Skip to content
  • Evgeniy Stepanov's avatar
    [sanitizer] Use system unwinder in signal handlers on Android. · 769d46f3
    Evgeniy Stepanov authored
    Because of the way Bionic sets up signal stack frames, libc unwinder is unable
    to step through it, resulting in broken SEGV stack traces.
    
    Luckily, libcorkscrew.so on Android implements an unwinder that can start with
    a signal context, thus sidestepping the issue.
    
    llvm-svn: 201151
    769d46f3
Loading