From bf7d4f415ee220edafc3a81e58ae051b2af7d625 Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Mon, 21 Jan 2002 14:19:36 +0000 Subject: [PATCH] Split faq-parse#29 into two questions. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173424 13f79535-47bb-0310-9956-ffa450edef68 --- doc/faq-parse.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/faq-parse.xml b/doc/faq-parse.xml index 7716250a1..e4f9fdf18 100644 --- a/doc/faq-parse.xml +++ b/doc/faq-parse.xml @@ -149,15 +149,24 @@ catch (const XMLException& toCatch) { </a> </faq> - <faq title="Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair is called more than once."> + <faq title="Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair is called more than once?"> - <q>Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair more than once</q> + <q>Why does my application crash or hang if XMLPlatformUtils::Initialize()/Terminate() pair more than once?</q> <a> <p>Please make sure you are using &XercesCName; Version 1.5.2 or up. </p> + </a> + </faq> + + <faq title="Why does my application crash after calling XMLPlatformUtils::Terminate()?"> + + <q>Why does my application crash after calling XMLPlatformUtils::Terminate()?></q> + + <a> + <p>Please make sure the XMLPlatformUtils::Terminate() is the last &XercesCName; function to be called in your program. NO explicit nor implicit &XercesCName; destructor (those local data that are destructed when going out of scope) should be called after XMLPlatformUtils::Terminate(). -- GitLab