Re: [xml] memory tag error occurs



$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]