RE: seg fault with DOMParser::parse

2001-04-16 Thread Richard James
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'

Re: seg fault with DOMParser::parse

2001-04-16 Thread Dean Roddey
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

seg fault with DOMParser::parse

2001-04-16 Thread Xiaobing Wu
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