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
This commit is contained in:
parent
136d9fa1c8
commit
5e4d964310
12 changed files with 258 additions and 59 deletions
|
|
@ -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 &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue