what does errReporter point to?
-Original Message-
From: Xiaobing Wu [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 4:54 PM
To: [EMAIL PROTECTED]
Subject: seg fault with DOMParser::parse
I run a simple experimental DOM parser program under
linux with xerces-c1_4. There'
Sent: Monday, April 16, 2001 4:54 PM
Subject: seg fault with DOMParser::parse
> I run a simple experimental DOM parser program under
> linux with xerces-c1_4. There's no problem with
> compiling, but when I run the program, it finishes up
> with seg fault and no other error informa
I run a simple experimental DOM parser program under
linux with xerces-c1_4. There's no problem with
compiling, but when I run the program, it finishes up
with seg fault and no other error information. I used
GDB to debug the program, and found the bug lies in
the parse function.
The code of the