mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03: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