Kbase P138871: Errors and crash when opening memory mapped procedure library
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/02/2011 |
|
Status: Verified
SYMPTOM(s):
Errors and crash when opening memory mapped procedure library
Errors and crash when opening memory mapped pl file
Unable to memory map procedure library <library-name>. System call: <function>. Error number: <error>. (9245)
Unable to memory map procedure library <library-name>. System call: MapViewOfFile. Error number: 8. (9245)
FACT(s) (Environment):
Opening large memory mapped procedure library
Windows
OpenEdge 10.2x
CAUSE:
Bug# OE00179082
CAUSE:
MapViewOfFile failed with ERROR_NOT_ENOUGH_MEMORY, causing utmmao internal calling function to fail. cleanup internal function tried to close the file description, causing the crash, because it was already closed.
FIX:
Upgrade to 10.2B or later