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 Rich Van Deren <rv...@mac.com> on 2002/01/29 00:47:50 UTC

MacOS X 10.1.2's problems with Xerces 1.6

The debugger loses it about here in the Xerces initialization.
no symbol gSyncMutex.

     // Create the local sync mutex
     gSyncMutex = new XMLMutex;

	// Create the mutex for the static data cleanup list
     gXMLCleanupListMutex = new XMLMutex;

Then the delete parser fails here:

XMLScanner::~XMLScanner()
{
     delete [] fElemState;

debugger drops out after this.

The Node interface works fine.  However the element interfaces does not 
work.

I hope someone out there can help.    Has anyone used the Xerces 1.6 
with MacOS X 10.1.2?

300 Refugio Rd
Santa Cruz, CA 95060-2348
831-469-4348
rvanderen@mac.com
home.pacbell.net/vanderen


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