Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.7.0
-
None
-
None
-
zOs 1.8
Description
When running any of the tests, I get the following error:
--------------------------------------------------------------------------
CEE3204S The system detected a protection exception (System Completion Code=0C4).
From entry point xercesc_2_7::XMemory::operator new(unsigned int,xercesc_2_7::MemoryManager*) at compile unit
offset +000001B4 at entry offset +000001B4 at address 2BDE9744.
Segmentation fault
I added debug prints:
-----------------------------
XMLMutex::XMLMutex(MemoryManager* = 0)
OS390PlatformUtils MemoryManager* =0
posix off
XMemory::operator new(size_t size MemoryManager* manager)
XMemory MemoryManager* =0
XMemory headerSize = XMLPlatformUtils::alignPointerForNewBloc kAllocation(sizeof(MemoryManager*))
XMemory sizeof(MemoryManager*)=4
XMemory headerSize=8
XMemory size=4
XMemory manager typeid=xercesc_2_7::MemoryManager *
XMemory block = manager->allocate(headerSize + size)
CEE3204S The system detected a protection exception (System Completion Code=0C4).
From entry point xercesc_2_7::XMemory::operator new(unsigned int,xercesc_2_7::MemoryManager*) at compile unit
offset +000001B4 at entry offset +000001B4 at address 2BDE9744.
Segmentation fault