Xercesc 301 on both Mac OS X (snowleopard, (GCC 4.2.1)) and debian linux (GCC 4.1.2). I use the XCode IDE for debugging, but also use gdb natively.
What is happening that I can see so far... .. the SAXParseException copy constructor is called but the original exception is being re-thrown.... ..then the original exception is destructed.. and so the catch is 'unknown exception' -B On 19 May 2010, at 07:31, Vitaly Prapirny wrote: > Ben Griffin wrote: >> If it is a scope issue, then it will depend on just how/when the >> SAXParseException destructor is called. >> Why not stick a breakpoint there, and see what happens? >> >> I'm off work now -but it sounds like you are having fun! > > Could you provide more info about your development platform - OS, > compiler version, Xerces-C++ version? > > Good luck! > Vitaly
