https://bugs.kde.org/show_bug.cgi?id=501119

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
commit 86ac4f2b004f57fa11224efafc1cd1c8fa8ded84
Author: Mark Wielaard <m...@klomp.org>
Date:   Sun Mar 9 15:59:29 2025 +0100

    coregrind/m_debuginfo: don't try to examine zero sized mmapped files

    When run on an nfs filesystem memcheck/tests/pointer-trace fails
    because it generates warnings "connection to image failed". This is
    caused by trying to mmap a deleted file which the nfs file system
    represents as a (hidden) regular file. This is normally not a problem
    except when that file is empty.

    Fix this by not trying to check whether a file is an ELF or MACHO
    against an empty (regular) file in di_notify_mmap. An empty file is
    never a valid ELF or MACHO file (and cannot be represented as
    DiImage).

    https://bugs.kde.org/show_bug.cgi?id=501119

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to