[Zoo-discuss] Using gdal_warp service fails sometimes
Thomas Tilak
thomas.tilak at gmail.com
Wed May 4 09:28:54 PDT 2016
I am using trunk version of zoo-project retrieved from a checkout on
http://svn.zoo-project.org/svn/trunk.
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.
I activated debug options both in kernel and service compile and it seems
to fail when writing xml response.
I used gdb to try to figure out what was going on and here is the result of
bt:
---------------------------------------------------------------------------------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff51d7e2d in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007ffff51d7e2d in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff51da314 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007ffff51dca40 in malloc () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007ffff6151e2e in xmlBufferCreate () from
/usr/lib/x86_64-linux-gnu/libxml2.so.2
#4 0x00007ffff615b20f in xmlAllocOutputBuffer () from
/usr/lib/x86_64-linux-gnu/libxml2.so.2
#5 0x00007ffff620722e in xmlDocDumpFormatMemoryEnc () from
/usr/lib/x86_64-linux-gnu/libxml2.so.2
#6 0x000000000041191b in printDocument ()
#7 0x000000000041186d in printProcessResponse ()
#8 0x0000000000414100 in outputResponse ()
#9 0x0000000000408f23 in runRequest (inputs=<optimized out>) at
zoo_service_loader.c:2176
#10 0x0000000000405d75 in cgiMain () at zoo_loader.c:402
#11 0x0000000000427b13 in main (argc=2, argv=0x7fffffffebd8) at cgic.c:312
---------------------------------------------------------------------------------------------------------------------
I can provide all the output provided by debug option at execution if
needed.
I hope you will be able to find what is going on here.
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/zoo-discuss/attachments/20160504/021b1c43/attachment.html>
More information about the Zoo-discuss
mailing list