This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20061] backtrace() is not async signal safe (malloc in _dl_load_cache_lookup)


https://sourceware.org/bugzilla/show_bug.cgi?id=20061

--- Comment #3 from dx <dx at dxzone dot com.ar> ---
Nevermind, I was looking at the wrong manual, one that doesn't care about this
kind of stuff. The right one is:

https://www.gnu.org/software/libc/manual/html_node/Backtraces.html

So this means that things like libSegFault.so are broken, and so are most
segfault handlers of everything out there, and this is okay.

I guess I'll do what everyone else is doing and pray that segfaults never
happen in places where locks may be held. *shrug*

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]