Hi,

"K, Dhevendran (OpenView, Teleco)" <[EMAIL PROTECTED]> writes:

> #17 0x60000000cc62b9e0:0 in
> xercesc_2_5::DOM_Document::~DOM_Document()+0x20 () at
> /XERCES_25/xerces-c-src_2_5_0/src/xercesc/dom/deprecated/DOM_Document.cp
> p:89
> #18 0x60000000c96d4a30:0 in _ZN10TXMLHelperD9Ev () at
> ../TXMLHelper.cc:96
> #19 0x60000000c96d5250:0 in TXMLHelper::~TXMLHelper()+0x30 () at
> nl_TXMLHelper.cc:0
> #20 0x60000000c99b67f0:0 in _ZN11TCfgBuilderD9Ev () at
> /opt/aCC/include_std/string:995
> #21 0x60000000c99b4550:0 in TCfgBuilder::~TCfgBuilder()+0x30 () from
> /opt/OV/TeOVO/lib/libovtiocfg.3
> #22 0x4017250:0 in
> TSingleton<TCfgBuilder,TGuard,TMutex>::Destroyer::~Destroyer()+0x90 ()
> #23 0x60000000c0b92660:0 in __cxa_finalize+0x1d0 () from
> /usr/lib/hpux32/libCsup.so.1
> #24 0x60000000c0b98770:0 in __cxxTerm_body+0x180 () from
> /usr/lib/hpux32/libCsup.so.1
> #25 0x60000000c0b988c0:0 in __cxxTerm+0x20 () from
> /usr/lib/hpux32/libCsup.so.1
> #26 0x60000000c0295ec0:0 in __exit_handler+0xa0 () from
> /usr/lib/hpux32/libc.so.1

>From the stack trace above it appears that you are releasing the DOM
document via static instance destruction, after main() has terminated.
I think the most likely cause of the core dump is that you've already
called XMLPlatformUtils::Terminate().


hth,
-boris

-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding


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

Reply via email to