From: Jonathan W. <co...@co...> - 2004-09-23 15:23:45
|
On Wed, Sep 22, 2004 at 12:14:34PM -0500, Sukanta Baliarsingh wrote: > I am using libxml++ 1.0.4. If I provide an invalid document to > parse_file( ), it dumps core and there is no return value from the call > since it's a void method. Any suggestions? Is it throwing an exception that you're not catching? Why does the process exit? If it's abort() then that's probably because std::terminate() is being called because an exception was thrown and not caught. jon -- "If you can't beat them, arrange to have them beaten." - George Carlin |