You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/04/11 04:28:19 UTC

[jira] Commented: (XALANC-462) Memory Management Issues: The assert subroutine failed: m_memoryManager != 0

     [ http://issues.apache.org/jira/browse/XALANC-462?page=comments#action_62529 ]
     
David Bertoni commented on XALANC-462:
--------------------------------------

I believe this bug is a result of terminating the libraries before all existing objects were destroyed.  Can you please confirm you are no longer seeing this problem?

> Memory Management Issues: The assert subroutine failed: m_memoryManager != 0
> ----------------------------------------------------------------------------
>
>          Key: XALANC-462
>          URL: http://issues.apache.org/jira/browse/XALANC-462
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: 1.9
>  Environment: Platform: AIX Software: Xerces2.6 & Xalan1.9
>     Reporter: Paul Thomas

>
> I am currently upgrading our versions of xalan and xerces and have begun testing. After a few initial build problems, which have been addressed in a previous post. I have encountered a problem at runtime with the memory manager. An assertion error is always thrown regardless:
> The assert subroutine failed: m_memoryManager != 0, XalanVector.hpp Line 944.
> This error is invoked when I try and create an instance of a XalanDOMString(), as I noticed it retrieves a default memory manager within its parameter list. The exact syntax I use in the call is:
> XalanDOMString string1 = XalanDOMString(text); // text being of the type const char *.
> What puzzles me is that I do have the following calls in my code:
> XMLPlatformUtils::Initialize()
> XalanTransformer::initialize()
> With the first generating a default memory manager?
> If anyone could provide me with any guidance I would appreciate it. I hope I have posted this message onto the correct forum also.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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