Re: Python interpreters in threads crash the application

2009-04-16 Thread Aahz
In article <74bec1d9-2109-4b9e-8e4d-541894a4d...@f41g2000pra.googlegroups.com>, grbgooglefan wrote: > >I have C application in which I have instantiated Python interpreter >in each worker thread. > >When I start the program it crashes at different places in Python code >but program never finishes

Python interpreters in threads crash the application

2009-04-15 Thread grbgooglefan
I have C application in which I have instantiated Python interpreter in each worker thread. When I start the program it crashes at different places in Python code but program never finishes normally. One such core dump is given below. Can you please help me in following queries? 1) Can we not us