Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r75bab32 r3d722b9  
    8484<screen><userinput remap="test">make check</userinput></screen>
    8585
    86     <para>Five tests related to pkill are known to fail due to a problem
    87     with tests that were not updated.</para>
     86    <!-- It's because "free -v" shows "used" greater than "total", and
     87         a negative "free" for "Comm" line.  The "total" value is from
     88         "CommitLimit" in /proc/meminfo, which is the limit for one process.
     89         But the "used" value is from "Committed_AS" in the same file,
     90         which is the total commited virtual memory space of all processes.
     91         I'll make a report to upstream anyway.  -->
     92    <para>One test named <filename>free with commit</filename>
     93    may fail if some applications with a custom memory allocator (for
     94    example, JVM and Web browsers) are running on the host distro.</para>
    8895
    8996    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.