bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.68k stars 467 forks source link

Segfault using libunwind on aarch64 #239

Open MoBaT opened 2 years ago

MoBaT commented 2 years ago

This library is working wonderfully when using x86_64 using libunwind (v1.6-stable), however, when I try to throw an exception on an aarch64 device, then I get a segfault inside the class StackTraceImpl, load_here function on unw_step.

image

This is my main:

image