>> I have the python wrapper working to a large degree >> > > cool! > >> 1. Please provide input if it works at your end > > hmmm...I'm getting a Segmentation fault, which is coming from the inner > read stats loop. If I comment out the inner loop, I get a correct > listing of the directories. > > Haven't been able to narrow it down more than that yet...using libcgroup > libcgroup-0.36.2-2.fc15.i686. However, my python pkg might be outdated > i'm using: Python 2.6.4. I'll re-test after upgrading. >
Could you please narrow down using gdb and see where the dump is coming from. Are you suggesting that ret, p = cgroup_read_stats_next(p, cg_stat) in python code is causing the problem? python 2.6.4 is good, 2.7 would require movement to the capsule module in python. What version of swig are you using? Balbir ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
