<div dir="ltr">I am using trunk version of zoo-project retrieved from a checkout on <a href="http://svn.zoo-project.org/svn/trunk">http://svn.zoo-project.org/svn/trunk</a>.<div><br></div><div>The gdal_warp service fails on some input data while it is perfectly working on other. I do not suspect gdal process because output data is created correctly but the service freezes and does not finish.</div><div><br></div><div>I activated debug options both in kernel and service compile and it seems to fail when writing xml response.</div><div><br></div><div>I used gdb to try to figure out what was going on and here is the result of bt:</div><div><br></div><div>---------------------------------------------------------------------------------------------------------------------</div><div>







<p class=""><span class="">Program received signal SIGSEGV, Segmentation fault.</span></p>
<p class=""><span class="">0x00007ffff51d7e2d in ?? () from /lib/x86_64-linux-gnu/libc.so.6</span></p>
<p class=""><span class="">(gdb) bt</span></p>
<p class=""><span class="">#0  0x00007ffff51d7e2d in ?? () from /lib/x86_64-linux-gnu/libc.so.6</span></p>
<p class=""><span class="">#1  0x00007ffff51da314 in ?? () from /lib/x86_64-linux-gnu/libc.so.6</span></p>
<p class=""><span class="">#2  0x00007ffff51dca40 in malloc () from /lib/x86_64-linux-gnu/libc.so.6</span></p>
<p class=""><span class="">#3  0x00007ffff6151e2e in xmlBufferCreate () from /usr/lib/x86_64-linux-gnu/libxml2.so.2</span></p>
<p class=""><span class="">#4  0x00007ffff615b20f in xmlAllocOutputBuffer () from /usr/lib/x86_64-linux-gnu/libxml2.so.2</span></p>
<p class=""><span class="">#5  0x00007ffff620722e in xmlDocDumpFormatMemoryEnc () from /usr/lib/x86_64-linux-gnu/libxml2.so.2</span></p>
<p class=""><span class="">#6  0x000000000041191b in printDocument ()</span></p>
<p class=""><span class="">#7  0x000000000041186d in printProcessResponse ()</span></p>
<p class=""><span class="">#8  0x0000000000414100 in outputResponse ()</span></p>
<p class=""><span class="">#9  0x0000000000408f23 in runRequest (inputs=<optimized out>) at zoo_service_loader.c:2176</span></p>
<p class=""><span class="">#10 0x0000000000405d75 in cgiMain () at zoo_loader.c:402</span></p>
<p class=""><span class="">#11 0x0000000000427b13 in main (argc=2, argv=0x7fffffffebd8) at cgic.c:312</span></p><p class=""><span class="">---------------------------------------------------------------------------------------------------------------------<br></span></p><p class=""><span class="">I can provide all the output provided by debug option at execution if needed.</span></p><p class="">I hope you will be able to find what is going on here.</p><p class=""><br></p><p class=""><br></p><p class="">Regards.</p><p class=""><br></p></div></div>