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