bombela / backward-cpp

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

Question: about functionality with Signals #127

Open rieckhof opened 6 years ago

rieckhof commented 6 years ago

Hello I think your library really cool and I am evaluating if we could use it in the project. So I have the following questions:

Best Regards Federico

bombela commented 6 years ago

It works because in real life, most signals are not around failures of the memory allocator (ie: malloc) itself. As long as you can allocate memory, you are pretty ok.

Now, here is an example where backward will deadlock: