Re: [libxml-devel] Segmentation fault when add the cloned/copied node

2007-12-07 Thread optyk
apologize for late response, I applied Keisuke's patch and it looks like it works, script no longer causes Segmentation fault, below there is some data on seg faults I experienced and on my environment: my system: [EMAIL PROTECTED]:~$ uname -a Linux pkopyt 2.6.15-23-686 #1 SMP PREEMPT Tue May 23

[libxml-devel] Segmentation fault when add the cloned/copied node

2007-11-27 Thread optyk
hello, I get segmentation fault when add the cloned/copied node to other node, script to problem reproduction below, segv appears when use clone and copy methods, what's interesting, with clone segv is thrown in div1.child_add(c) line (see script) but when use copy I get it in printf root stateme