David Daney writes: > Kyle Galloway wrote: > Is libc async-signal safe? What happens if the unwinder cannot produce > a stacktrace because the thread was stopped somewhere where there was no > unwind info? That seems to me like a problem. gdb uses a bunch of heuristics to get the stack trace, but it still sometimes fails. Andrew.