>
> In my application when the parser found an error and call the error
> handler
> a SIGSEGV occur.
> Belowe I copy the piece of code which can cause the problem.
> I'm new on using xerces-c so mybe I forget something.
> Can someone help me ?

You can
- tell us on what platform (hardware, OS, etc.) you are running xerces.
The following assumes you are running GNU/Linux, as you mentioned SIGSEGV.
- reduce your program, xml and schema to the minimum needed to reproduce
the problem.
- compile your code and xerces with production of debugging information
using the gcc -g flag.
- use a debugger (e.g. gdb) to determine (while running or from a core
dump) on what source line the error occurs.
- copy or attach the output of the program to your next email.

Jeroen.



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

Reply via email to