[MapProxy] segmentation fault when starting testserver

Oliver Tonnhofer tonnhofer at omniscale.de
Thu Mar 8 02:35:58 EST 2012


On 07.03.2012, at 08:44, Peter Freimuth wrote:

> mapproxy-util serve-develop mapproxy.yaml
> [2012-03-07 08:24:39,086] mapproxy.config - INFO - reading: mapproxy.yaml
> [2012-03-07 08:24:39,299] mapproxy.system - INFO - using libproj for coordinate transformation
> Segmentation fault
> same happens when i try:
> bg-map1:/home/owsuser/mapproxy # python
> Python 2.6 (r26:66714, May  5 2010, 14:02:39)
> [GCC 4.3.4 [gcc-4_3-branch revision 152973]] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from mapproxy.wsgiapp import make_wsgi_app
> >>> application = make_wsgi_app(r'/home/owsuser/mapproxy/mapproxy.yaml')
> Segmentation fault

MapProxy itself does not contain any C code, so it is very unlikely that MapProxy crashes. I guess that something with you installation is broken. You should start Python with gdb to get the root of your problem:

% gdb python
[…]
(gdb) run
[…]
>>> from mapproxy.wsgiapp import make_wsgi_app
>>> application = make_wsgi_app(r'/home/owsuser/mapproxy/mapproxy.yaml')
Segmentation Fault
(gdb) bt

Regards,
Oliver

-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt | @oltonn




More information about the MapProxy mailing list