Hi Armin,<br><br>You are right, it seems we get a problem, as we could reproduce the segfault this morning before going to the code sprint.<br>We'll try to solve the problem with gerald today and we'lll keep you informed.<br>
<br>Best,<br><br>Nick<br><br><div class="gmail_quote">2011/3/14 Armin Burger <span dir="ltr"><<a href="mailto:armin.burger@gmail.com">armin.burger@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all<br>
<br>
after successfully compilation and installation of the zoo_loader.cgi<br>
the "GetCapabilities" and "Describe Process" work fine. But as soon as<br>
I try to run the Excecute request  using the simple HelloPy and a<br>
python serviceProvider as hello.py with<br>
<br>
<a href="http://my.website/zoo/?Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=My%20Name" target="_blank">http://my.website/zoo/?Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=My%20Name</a><br>

<br>
the zoo kernel returns a segmentation fault message like<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<ows:ExceptionReport xmlns:ows="<a href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a>"<br>
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
xmlns:xlink="<a href="http://www.w" target="_blank">http://www.w</a>                  <a href="http://3.org/1999/xlink" target="_blank">3.org/1999/xlink</a>"<br>
xsi:schemaLocation="<a href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a><br>
<a href="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" target="_blank">http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd</a>"<br>
xml:lang="en-                  US" version="1.1.0"><br>
  <ows:Exception exceptionCode="InternalError"><br>
    <ows:ExceptionText>ZOO Kernel failed to process your request<br>
receiving signal 11 = SIGSEGV</ows:ExceptionText><br>
  </ows:Exception><br>
</ows:ExceptionReport><br>
<br>
Same happens when I run it from the command line<br>
./zoo_loader.cgi<br>
"Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=My%20Name"<br>
<br>
So it seems sort of "caught" segfault from some internal<br>
functionality. But I do not know how to do some kind of debugging.<br>
<br>
Any ideas what I could try?<br>
<br>
Armin<br>
_______________________________________________<br>
Zoo-discuss mailing list<br>
<a href="mailto:Zoo-discuss@gisws.media.osaka-cu.ac.jp">Zoo-discuss@gisws.media.osaka-cu.ac.jp</a><br>
<a href="http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss" target="_blank">http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss</a><br>
</blockquote></div><br>