<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Joni,<br>
    <br>
    thanks very much.<br>
    <br>
    The question would be which ones need to be installed. Could you
    send your list of packages installed? Maybe then I could compare.<br>
    <br>
    Cheers, Ulrich<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08/08/13 17:31, Joni-Pekka Kurronen
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMpzTZj09eZLrAaOSEF4rhmV16tLe1_m8MWJsySOiYDaPs=1nw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>hi,<br>
          <br>
          <br>
        </div>
        <div>i had similar problems, those was from due depencyes can
          mix older and newer<br>
        </div>
        <div> libraryes needed and both might be / must be installed,...<br>
          <br>
          <br>
          <br>
        </div>
        <div>
          joni<br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/8/8 Ulrich Leopold <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:Ulrich.Leopold@tudor.lu" target="_blank">Ulrich.Leopold@tudor.lu</a>></span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear list,<br>
            <br>
            when using gdal version 1.10.0 and 1.9.2 on ubuntu 12.04 and
            ubuntu 13.04 we get a segmentation fault for any WCS
            requests (see below for an example). Using wget the request
            works and we can save the image. gdalinfo on the saved image
            works correctly, just not on the request directly.<br>
            <br>
            Any idea why the segmentation fault when using the WCS
            request directly?<br>
            <br>
            <br>
            Best, Ulrich<br>
            <br>
            <br>
            uleopold@CRTE-ULE-14896:~$ gdb --args gdalinfo "<a
              moz-do-not-send="true"
href="http://services.iguess.tudor.lu/cgi-bin/mapserv?map=/srv/mapserv/MapFiles/RO_localOWS_test.map&SERVICE=WCS&FORMAT=image/img&CRS=EPSG:28992&BBOX=91979.0,436326.0,92617.0,437659.5&RESX=0.5&RESY=0.5&VERSION=1.0.0&REQUEST=getCoverage&coverage=ro_dsm_mini"
              target="_blank">http://services.iguess.tudor.lu/cgi-bin/mapserv?map=/srv/mapserv/MapFiles/RO_localOWS_test.map&SERVICE=WCS&FORMAT=image/img&CRS=EPSG:28992&BBOX=91979.0,436326.0,92617.0,437659.5&RESX=0.5&RESY=0.5&VERSION=1.0.0&REQUEST=getCoverage&coverage=ro_dsm_mini</a>"<br>
            GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu<br>
            Copyright (C) 2013 Free Software Foundation, Inc.<br>
            License GPLv3+: GNU GPL version 3 or later <<a
              moz-do-not-send="true"
              href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>><br>
            This is free software: you are free to change and
            redistribute it.<br>
            There is NO WARRANTY, to the extent permitted by law.  Type
            "show copying"<br>
            and "show warranty" for details.<br>
            This GDB was configured as "x86_64-linux-gnu".<br>
            For bug reporting instructions, please see:<br>
            <<a moz-do-not-send="true"
              href="http://www.gnu.org/software/gdb/bugs/"
              target="_blank">http://www.gnu.org/software/gdb/bugs/</a>>...<br>
            Reading symbols from /usr/bin/gdalinfo...(no debugging
            symbols found)...done.<br>
            <br>
            (gdb) r<br>
            Starting program: /usr/bin/gdalinfo <a
              moz-do-not-send="true"
href="http://services.iguess.tudor.lu/cgi-bin/mapserv%5C?map=/srv/mapserv/MapFiles/RO_localOWS_test.map%5C&SERVICE=WCS%5C&FORMAT=image/img%5C&CRS=EPSG:28992%5C&BBOX=91979.0,436326.0,92617.0,437659.5%5C&RESX=0.5%5C&RESY=0.5%5C&VERSION=1.0.0%5C&REQUEST=getCoverage%5C&coverage=ro_dsm_mini"
              target="_blank">http://services.iguess.tudor.lu/cgi-bin/mapserv\?map=/srv/mapserv/MapFiles/RO_localOWS_test.map\&SERVICE=WCS\&FORMAT=image/img\&CRS=EPSG:28992\&BBOX=91979.0,436326.0,92617.0,437659.5\&RESX=0.5\&RESY=0.5\&VERSION=1.0.0\&REQUEST=getCoverage\&coverage=ro_dsm_mini</a><br>
            [Thread debugging using libthread_db enabled]<br>
            Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>
            <br>
            Program received signal SIGSEGV, Segmentation fault.<br>
            0x00007ffff27d4cd1 in ?? () from /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            <br>
            (gdb) bt<br>
            #0  0x00007ffff27d4cd1 in ?? () from
            /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            #1  0x00007ffff27e37b3 in std::vector<std::string,
            std::allocator<std::string> >::~vector() () from
            /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            #2  0x00007ffff27e0bbf in libdap::HTTPConnect::plain_fetch_url(std::string
            const&) () from /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            #3  0x00007ffff27e16c0 in libdap::HTTPConnect::fetch_url(std::string
            const&) () from /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            #4  0x00007ffff27da48b in libdap::Connect::request_version()
            () from /usr/lib/x86_64-linux-gnu/libdapclient.so.3<br>
            #5  0x00007ffff732dfc5 in ?? () from /usr/lib/libgdal.so.1<br>
            #6  0x00007ffff7333da9 in ?? () from /usr/lib/libgdal.so.1<br>
            #7  0x00007ffff75789e9 in ?? () from /usr/lib/libgdal.so.1<br>
            #8  0x00007ffff7578c46 in ?? () from /usr/lib/libgdal.so.1<br>
            #9  0x0000000000402c8f in ?? ()<br>
            #10 0x00007ffff65dfea5 in __libc_start_main () from
            /lib/x86_64-linux-gnu/libc.so.6<br>
            #11 0x00000000004044f5 in ?? ()<br>
            <br>
            -- <br>
            Ulrich Leopold<br>
            <br>
            Senior Researcher in Geocomputation<br>
            Resource Centre for Environmental Technologies<br>
            Public Research Centre Henri Tudor<br>
            6A, avenue des Hauts-Fourneaux<br>
            L-4362 Esch-sur-Alzette<br>
            Luxembourg<br>
            <br>
            tel: <a moz-do-not-send="true"
              href="tel:%2B352%20425991%204618" value="+3524259914618"
              target="_blank">+352 425991 4618</a><br>
            fax: <a moz-do-not-send="true"
              href="tel:%2B352%20425991%20555" value="+352425991555"
              target="_blank">+352 425991 555</a><br>
            mobile: <a moz-do-not-send="true"
              href="tel:%2B352%20691%20304813" value="+352691304813"
              target="_blank">+352 691 304813</a><br>
            email: <a moz-do-not-send="true"
              href="mailto:ulrich.leopold@tudor.lu" target="_blank">ulrich.leopold@tudor.lu</a><br>
            <a moz-do-not-send="true" href="http://www.tudor.lu"
              target="_blank">http://www.tudor.lu</a><br>
            <br>
            _______________________________________________<br>
            gdal-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.osgeo.org/mailman/listinfo/gdal-dev"
              target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        Joni-Pekka Kurronen<br>
        <a moz-do-not-send="true" href="mailto:Joni.Kurronen@gmail.com">Joni.Kurronen@gmail.com</a><br>
        gsm. +358 50 521 2279
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Ulrich Leopold

Senior Researcher in Geocomputation
Resource Centre for Environmental Technologies
Public Research Centre Henri Tudor
6A, avenue des Hauts-Fourneaux
L-4362 Esch-sur-Alzette
Luxembourg

tel: +352 425991 4618
fax: +352 425991 555
mobile: +352 691 304813
email: <a class="moz-txt-link-abbreviated" href="mailto:ulrich.leopold@tudor.lu">ulrich.leopold@tudor.lu</a>
<a class="moz-txt-link-freetext" href="http://www.tudor.lu">http://www.tudor.lu</a></pre>
  </body>
</html>