Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 101)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#56 fixed help GDAL-Extract Profile jeffrey jeffrey
Description

Hi, As I wrote in another ticket, I stand before some of my project where I perform a service that allows WPS run a service profile elevation as in the demos. Now Gerald has worked with me a lot of this and has given me light to follow, the total agadecido. but I downloaded the necessary files showing the demo profile, but no compiler, anyone can help me? I would appreciate .. jeffrey

#94 fixed getStatus function returns object allocated on the stack Knut Landmark
Description

In the Windows version of the char* getStatus function (service_internal.c), the array

char lpszBuf[SHMEMSIZE];

is allocated on the stack, and then returned by casting lpszBuf to (char *). This may (and does) cause unexpected behavior (segmentation fault) because the stack memory for getStatus is automatically freed when the function returns. One solution is to allocate memory for lpszBuf dynamically using malloc (can be freed after each call to getStatus).

#166 wontfix fix for win32 in service_internal.h jmckenna
Description
  • unistd.h is not part of Visual Studio
  • add a check for that in zoo-kernel/service_internal.h, around line#80, such as:
      #if !defined(USE_RUBY) && !defined(WIN32)
      #include <unistd.h>
      #endif
    
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png