Re: Strange segmentation fault

2007-07-30 Thread Mike
On Mon, Jul 30, 2007 at 06:04:27PM +0200, [EMAIL PROTECTED] wrote: I isolated my problem. It seems that sometimes during xmlFreeDoc(doc) I get a Segmentation fault. xmlFreeDoc is a function of libxml2 which I use inside my module. I suppose that libxml2 uses malloc/free to alloc and free

Re: Strange segmentation fault

2007-07-30 Thread Ralf Mattes
On Mon, 2007-07-30 at 20:22 +0200, Mike wrote: On Mon, Jul 30, 2007 at 06:31:58PM +0200, [EMAIL PROTECTED] wrote: Sorry I don't understand the reply. You are telling me that it should be possibile or not? I always use r-pool to allocate memory in my module, but not for libxml2. It has