Hi all, I was wondering if someone might be able to help me with a problem I'm stuck on. I'm trying to use the IDOM parser (version 1_5_2) on a HPUX 11 machine. When I call the actual parse method (parser->parse(*myBuff,false);), I get a bus error and the program stops. XMLPlatformUtils::Initialize() is called only once per process and I never call the terminate() method. When I run the debugger, the program stops at the XMLStringPool::FlushAll() method. I've been successfully running the same code under Windows without any problems. I'm integrating with an external system. I think that the problem may be that one of the programs that load my shared library is using XML4C2_3. My theory is that the calling program is calling Initialize and terminate against XML4C2, which causes problems when I try to initialize or use xerces-c1_5_2. Does that make sense? Unfortunately I have no way to confirm what is going on, since I can't debug the calling program. Has anyone run into a situation like this before or have anyway of getting around it? Thanks for any help you can give me Amy
_______________________________________________________ Build your own website in minutes and for free at http://ca.geocities.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
