You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "cargilld (JIRA)" <xe...@xml.apache.org> on 2008/04/14 15:19:12 UTC

[jira] Commented: (XERCESC-1796) building xerces 2.7.0 in zOs - error when loading dll

    [ https://issues.apache.org/jira/browse/XERCESC-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588570#action_12588570 ] 

cargilld commented on XERCESC-1796:
-----------------------------------

Hi,
Can you include the stack trace so I can see where this error is occurring?  Thanks.  David

> building xerces 2.7.0 in zOs - error when loading dll
> -----------------------------------------------------
>
>                 Key: XERCESC-1796
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1796
>             Project: Xerces-C++
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>         Environment: zOs 1.8
>            Reporter: Adi Shtatfeld
>            Priority: Blocker
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org