[TinyOWS-dev] R: Re: R: Re: R: Re: tinyOWS - libc-2.11.1.so segmentation fault

xor_x at libero.it xor_x at libero.it
Thu May 12 05:44:16 EST 2011



>----Messaggio originale----
>Da: olivier.courtin at oslandia.com
>Data: 12/05/2011 9.56
>A: "TinyOWS developers discuss list"<tinyows-dev at lists.maptools.org>
>Ogg: Re: [TinyOWS-dev] R: Re: R: Re: tinyOWS - libc-2.11.1.so	segmentation 
fault
>
>
>On May 12, 2011, at 9:31 AM, xor_x at libero.it wrote:
>
>Hi,
>
>> - I can install them in parallel, but then as I'm sure tinyows  use  
>> the
>> correct ones. Or should I install same version 2.7.6?
>
>Yeap installing them in parrallel is safer for the existant applications
>already using libxml2
>
>for libxml2:
>
>./configure
>make
>sudo make install
>sudo ldconfig
>
>then for tinyows:
>./configure --with-xml2-config=/usr/local/bin/xml2-config
>...
>
>> - valgrind retest to verify that the loaded libraries  is correct or  
>> is there
>> some other command that shows me that  link link correct?
>
>Yes
>
>Could add a /usr/local/bin/xml2-config --version
>to be sure libxml2 is rigthly compile.
>
>--
>Olivier
>_______________________________________________
>TinyOWS-dev mailing list
>TinyOWS-dev at lists.maptools.org
>http://lists.maptools.org/mailman/listinfo/tinyows-dev
>

Hi, mrs. Courtin 

I finally had time to rebuild the library, 2.7.7 and it works! 

thank you for your patience to help and of course for this great application 
that has solved significant 
transactional problems editing on our MAPSERVER. 

Here a portion of valgrind: 
---------------------------------------------------------------------------

==20005== WARNING: new redirection conflicts with existing -- ignoring it
--20005--     new: 0x05634040 (__GI_strlen         ) R-> 0x04c286b0 strlen
--20005-- REDIR: 0x5636880 (memset) redirected to 0x4c29930 (memset)
TinyOWS version:   1.0.0rc1
FCGI support:      Yes
Config File Path:  /usr/local/tinyows/config.xml (TinyOWS XML)
PostGIS dsn:       host=127.0.0.1 user=xxxx password=xxxxxx 
dbname=tinyows_demo port=5432
Output Encoding:   UTF-8
Database Encoding: UTF8
Schema dir:        /usr/local/tinyows/schema/
Display bbox:      Yes
Estimated extent:  No
Check schema:      Yes
Check valid geoms: Yes
Available layers:
 - public.world (4326) -> tows.world [RW]
 - public.france (27582) -> .france [RW]
==20005==
==20005== HEAP SUMMARY:
==20005==     in use at exit: 37 bytes in 1 blocks
==20005==   total heap usage: 673 allocs, 672 frees, 210,882 bytes allocated
==20005==
==20005== Searching for pointers to 1 not-freed blocks
==20005== Checked 600,928 bytes
==20005==
==20005== LEAK SUMMARY:
==20005==    definitely lost: 0 bytes in 0 blocks
==20005==    indirectly lost: 0 bytes in 0 blocks
==20005==      possibly lost: 0 bytes in 0 blocks
==20005==    still reachable: 37 bytes in 1 blocks
==20005==         suppressed: 0 bytes in 0 blocks
==20005== Rerun with --leak-check=full to see details of leaked memory
==20005==
==20005== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 12 from 6)
--20005--
--20005-- used_suppression:     10 dl-hack3-cond-1
--20005-- used_suppression:      2 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a
==20005==
==20005== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 12 from 6)

--------------------------------------------------------------------------------------------------------------------------


Daniele


More information about the TinyOWS-dev mailing list