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 2005/08/07 13:11:36 UTC

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

    [ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_12317903 ] 

cargilld commented on XERCESC-1420:
-----------------------------------

Hi Dave,
I believe you checked in the patch for this bug so can this bug be closed?

Thanks,
David

> XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance
> ------------------------------------------------------------------------------------------------------------------------
>
>          Key: XERCESC-1420
>          URL: http://issues.apache.org/jira/browse/XERCESC-1420
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.6.0
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>     Priority: Blocker
>  Attachments: XMLHolder.c, XMLHolder.hpp, patch.txt
>
> XMLPlatformUtils::makeMutex() needs to accept a MemoryManager instance as a parameter to use pluggable memory management.  As it stands now, mutex objects on the various platforms are created using the C++ run-time heap.  This is causing memory allocation issues and crashes in our application.
> I am preparing a patch, but it covers all platforms, so I won't be able to test every one of them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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