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.
1 parent 449a594 commit cc589a1Copy full SHA for cc589a1
README.md
@@ -407,8 +407,11 @@ 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 signal safe and problems can
411
-arise from using this.
+**Warning:** The registered signal handlers are not
+[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
0 commit comments