mmap() function should close it with mmap() function without fail before process/thread goes off

  • KM03080452
  • 25-Jan-2018
  • 25-Jan-2018

This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.

Summary

in general the error is showing a problem with the memory map function, from what I know of this a process using memory map using mmap() function should close it with mmap() function without fail before process/thread goes off. It will usually not allow other process/thread to open new memory map for same file, so maybe one of the agent processes is keeping an mmap function open and that is why it’s failing. Most likely this is a performance component.

Question

mmap() function

Answer

in general the error is showing a problem with the memory map function, from what I know of this a process using memory map using mmap() function should close it with mmap() function without fail before process/thread goes off. It will usually not allow other process/thread to open new memory map for same file, so maybe one of the agent processes is keeping an mmap function open and that is why it’s failing. Most likely this is a performance component.