Is there any specification for creating a DOM Parser object in AIX platform??
I am getting core dump while executing the following code. lDOMParser *_aParser = new DOMParser; The dbx command shows the following. *Segmentation fault in lock__8XMLMutexFv at 0x9000000082e4b68 ($t1) 0x9000000082e4b68 (lock__8XMLMutexFv+0x8) e8630000 ld r3,0x0(r3) (dbx) where lock__8XMLMutexFv() at 0x9000000082e4b68 __ct__12XMLMutexLockFP8XMLMutex() at 0x9000000082e4bec gScannerMutex__Fv() at 0x900000008339a68 commonInit__10XMLScannerFv() at 0x900000008333320 __ct__10XMLScannerFP12XMLValidator() at 0x900000008333198 __ct__9DOMParserFP12XMLValidator() at 0x9000000082fa0d4* The same code executes successfully on Solaris. Please help. It is urgent. -- View this message in context: http://www.nabble.com/Core-dump-while-creating-DOMParser-object-on-AIX-tp23535081p23535081.html Sent from the Xerces - C - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
