mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
The terminal output etc is not visible in a core file. The new libc-internal variable __abort_msg will point to a string with the message which has been printed before the abort in case abort is called from inside libc. BZ #10217