Hi, everyone: I encouter a problem: I invoke some c libraries in python through the api "CDLL".Possibly, there is sth. wrong in my c libraries. It would appear segment fault when executing some func in c libraries which invoked through "CDLL". How can I debug? I attempted to debug it with pdb, but this is not the problem of python, the fault belongs to c. How can I do?
thanks, yuanzheng.
-- http://mail.python.org/mailman/listinfo/python-list