Openmoko's OpenEmbedded repository. This is used to build the Openmoko distribution: Changes to 'org.openmoko.asu.dev'

git at git.openmoko.org git at git.openmoko.org
Thu Jun 12 16:55:11 CEST 2008


 packages/python/python-cython-native/Turn_off_GC |   14 ++++++++++++++
 packages/python/python-cython/Turn_off_GC        |   14 ++++++++++++++
 packages/python/python-cython_0.9.6.9.bb         |    6 ++++--
 3 files changed, 32 insertions(+), 2 deletions(-)

New commits:
commit be132b825ad9d1214e4e2b5beb6eb7089d250e05
Author: Julian_chu <julian_chu at openmoko.com>
Date:   Thu Jun 12 22:54:08 2008 +0800

    [python-cython] This commit is a temporary solution.
    Exposure always got a Seg Fault when terminating.
    They think there was a bug in python-cython--it double
    free the same pointer.
    
    Raster found that turn off one option will hide the error.
    "generate_cleanup_code = 0" -- in Options.py
    
    It will turn off Garbage Collection of python.
    
    However, turn off it just hidding the problem, never fix it.





More information about the commitlog mailing list