summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/wsgi/wsgi-start
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-05-29 06:05:43 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-05-29 06:05:43 +0000
commit5e4d9643105ac1ab5eac3696f8a6e120fc70684e (patch)
tree693266933ea7197891db6d14332984a6749a8ed6 /sca-cpp/trunk/modules/wsgi/wsgi-start
parent136d9fa1c8b17d472741e9dcca68af6a0c99462a (diff)
Fix PyObject reference counting bugs causing memory violations in the Python component implementation. Build Python runtime from source with pydebug to diagnose memory issues.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/wsgi/wsgi-start')
-rwxr-xr-xsca-cpp/trunk/modules/wsgi/wsgi-start1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/wsgi/wsgi-start b/sca-cpp/trunk/modules/wsgi/wsgi-start
index 685dab3c82..1bda4f33fa 100755
--- a/sca-cpp/trunk/modules/wsgi/wsgi-start
+++ b/sca-cpp/trunk/modules/wsgi/wsgi-start
@@ -24,5 +24,6 @@ port=$2
python_prefix=`cat $here/../python/python.prefix`
cd $root
+export LD_LIBRARY_PATH=$python_prefix/lib:$LD_LIBRARY_PATH
$python_prefix/bin/python composite.py $port &