I'm using xerces-c 2.2.0 with an application that runs on IRIX, HPUX, Solaris, Linux, OSF, OS X, AIX, and Windows. It runs fine on all platforms except AIX (5.1 32 and 64 bit). On AIX, things are OK until I purposely call a DOMNode method in such a way that it throws an exception, like trying to add a child to something that cannot have children or adding a node from a different document. On all the other platforms, my exception handlers catch the exception and everything works OK. On AIX, I get a seg fault deep in the C runtime, during a throw call.
I'm using the Visual Age C++ compiler on AIX. I've heard that there are some issues with the order of include directories. For example, some people have solved problems on 64-bit AIX by searching /usr/include first when compiling their apps. I've scoured the mail archives and other places with no luck. Any ideas? Karl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]