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 malloc/16641] feature request: add process/size details to memory error messages


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #1 from Rich Felker <bugdal at aerifal dot cx> ---
I don't think this message is printed by glibc. It's an application calling
perror("mmap"), whose output is ending up in a log that doesn't indicate the
application/process that produced the message. The only way glibc could make
any difference here is by including in strerror output lots of details about
the caller; this seems highly inappropriate.

-- 
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]