Revision: 3878
          http://smartbody.svn.sourceforge.net/smartbody/?rev=3878&view=rev
Author:   fastict
Date:     2012-11-09 22:03:52 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
branch - python - adding debug versions of ctypes and hashlib to try and fix a 
problem with nvbg and unity.
For some reason, we're getting crashes in PyFinalize() if re-loaded multiple 
times.  Seems to be a problem only when loading .pyd files.
In an effort to work around this crash, we noticed that the debug versions of 
these .pyd files do not crash.
Until we can figure out why it's crashing on release, I'm committing these 
debug .pyd's, built by me, vs2010, renamed from _d.

Some ref info:
http://docs.python.org/2/c-api/init.html
"Dynamically loaded extension modules loaded by Python are not unloaded"

http://www.gossamer-threads.com/lists/python/python/37619
"What is a .pyd file"

http://www.velocityreviews.com/forums/t326253-how-do-i-really-delete-an-imported-module.html

http://stackoverflow.com/questions/7676314/py-initialize-py-finalize-not-working-twice-with-numpy

http://www.velocityreviews.com/forums/t630038-segmentation-fault-with-py_finalize.html
Segmentation fault with Py_Finalize()

http://boost.2283326.n4.nabble.com/Py-Finalize-crashes-when-PyImport-Import-fails-td2701721.html
"Py_Finalize() crashes when PyImport_Import() fails"

Modified Paths:
--------------
    branches/fast/Python26-debug-pyds/DLLs/_ctypes.pyd
    branches/fast/Python26-debug-pyds/DLLs/_hashlib.pyd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to