We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16c247f + cc589a1 commit 51f0700Copy full SHA for 51f0700
README.md
@@ -407,6 +407,12 @@ this object doesn't do anything. It exposes only one method:
407
bool loaded() const // true if loaded with success
408
```
409
410
+**Warning:** The registered signal handlers are not
411
+[signal safe](https://www.man7.org/linux/man-pages/man7/signal-safety.7.html),
412
+mostly because backward-cpp and the DWARF decoding libraries are using `malloc`.
413
+In case a signal is raised while malloc is holding a lock, a deadlock will
414
+occur.
415
+
416
### Trace object
417
418
To keep the memory footprint of a loaded `StackTrace` on the low-side, there a
0 commit comments