Re: [xml] xmlFree() segmentation fault with dinamic library

2005-05-13 Thread hippydream
> Step 1/ clean up the shared lib crap and fall back to clean C > Step 2/ compile in a clean way against the installed shared librairies > Step 3/ check the shared libraries > Step 4/ verify it works i will try it as soon as possible, but this should solve the problem (i see no other way :

Re: [xml] xmlFree() segmentation fault with dinamic library

2005-05-11 Thread Daniel Veillard
On Wed, May 11, 2005 at 06:59:31PM +0200, SOM3ONE wrote: > here is the code examle i was using to test the problem: Step 1/ clean up the shared lib crap and fall back to clean C paphio:~/XML -> cat tst.c #include #include "libxml/xmlmemory.h" #include "libxml/parser.h" int main(int argc, char

Re: [xml] xmlFree() segmentation fault with dinamic library

2005-05-07 Thread Daniel Veillard
On Sat, May 07, 2005 at 01:00:01PM +0200, [EMAIL PROTECTED] wrote: > i'm getting a bad bad segfault on linux AND windows when calling the > xmlFree() routine to free a xmlChar pointer returned by xmlGetProp(). > > i'm using libxml2 as a dinamic library on both linux an win32 and there is > no othe

[xml] xmlFree() segmentation fault with dinamic library

2005-05-07 Thread hippydream
i'm getting a bad bad segfault on linux AND windows when calling the xmlFree() routine to free a xmlChar pointer returned by xmlGetProp(). i'm using libxml2 as a dinamic library on both linux an win32 and there is no other reason for the program to segfault. i tried an example program which only