Hi Rich,

I've been running Xerces on 10.1.2 with no problem.

I think you'll need to be more specific about the context that causes the
crash to occur. Can you pick one of the sample or test programs that fails
in this way on X? Or put together a simple example program that causes the
failure?

I know you were working on some Obj-C wrapper classes for Xerces. Is it
failing from that environment?

-jdb

On 1/28/02 6:10 PM, "Rich Van Deren" <[EMAIL PROTECTED]> wrote:

> Subject: 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?
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to