Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1796

building xerces 2.7.0 in zOs - error when loading dll

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.7.0
    • 2.8.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

      Attachments

        1. ceedump.txt
          84 kB
          Adi Shtatfeld

        Activity

          People

            Unassigned Unassigned
            adisht Adi Shtatfeld
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: