bombela / backward-cpp

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

Is there some situation that will not print the call stack #324

Open BigFaceBoy opened 9 months ago

BigFaceBoy commented 9 months ago

There is a segmatation fault in the dynamic library which my program called, And my program build with backward-cpp (#define BACKWARD_HAS_DW 1) . But the segmatation fault do not print the stack trace.