When using SAX parser (class SaxReader) for reading in an XML document, the Axapta client crashes if there is an error in the XML
document.
for example, the '&' mark on the following line would cause the crash:
<tag>&2332</tag>
However, the crash only happens when an ErrorHandler has been registered with the reader :
reader.errorHandler (new xxxErrorHandler() ;
If no error handler has been registered, the reader will simply stop with no further call backs.
Has anyone seen this behaviour?
Jan Helsinki, Finland
Infolog message::::
A System error has occured, preventing the Navision Axapta client from continuin. A Dump file has been generated that can ease troubleshooting.... Sorry.
Dump file::: Axapta Crash Dump File for Axapta build 1951.18 (Oct 12 2002 02:13:57) Dumped : Tue Dec 30 14:07:48 2003
Crash : Exception 0xc0000005 caught (unspecified) in thread 0xf9c of process 0x854.
-------------------------------------------------------------
--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
0 .V 98e8ea2b 005ced7d 0012f3a4 0012f3a8 SymGetSymFromAddr exit code 126
SymGetLineFromAddr exit code 126
SymGetModuleInfo exit code 126
1 .V 005ced7d 00000000 03a9dea8 0012f3a8 Mod: ax32[ax32.exe], base: 00400000h
Stackdump exit code 487 (Attempt to access invalid address)
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

