Re: [xml] memory tag error occurs
- From: "William M. Brack" <wbrack mmm com hk>
- To: nuanfeng m2 sys to casio co jp
- Cc: xml gnome org
- Subject: Re: [xml] memory tag error occurs
- Date: Fri, 9 Jul 2004 09:07:01 +0800 (HKT)
$BldsUL (B said:
hello everyone
I used libxmls to parse part of xml content in memory.but the error
information of " memory tag error occurs:00f7be0 bye" was put out.
how can I deal with it,
With the small amount of information you provided it's very
difficult to make a good guess where things have gone wrong. I
assume this is happening on a program which you have written, and
not on a library utility such as xmlllint. The error message
"Memory tag error occurs..." comes from xmlmemory.c, and occurs on
either an xmlMemRealloc or an xmlFree. It indicates that either the
argument to the call is not a valid pointer, or that libxml2's
internal memory structures have been corrupted.
HTH
Bill
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]