|
From: Joe M. C. <ma...@Fr...> - 2002-06-17 19:13:43
|
In FreeBSD 5.0-CURRENT, I get a bus error trying to separate the XML tree during the build. The problem looks to be like a XML node is freed, then its name element is referenced. The attached patch fixes the problem, but I'm not exactly sure this is the best way to fix it. One might also want to set node = next, then continue in the current iteration of the for loop. I'm not sure why this doesn't bite FreeBSD -stable, but it looks like this patch corrects the build on -CURRENT while leaving things functional. |