Re: Call to PyEval_EvalCodeEx crashes in PyFrame_New with abort

2009-04-07 Thread Aahz
[posted and e-mailed] In article <72593fd7-4500-4ea9-b54e-1637d07b5...@s12g2000prc.googlegroups.com>, grbgooglefan wrote: > >I've emabedded Python(2.6) in my C++ application and using on Solaris >5.10. When the application calls Py_Eval, it causes an abort & >application core dumps. But this is

Call to PyEval_EvalCodeEx crashes in PyFrame_New with abort

2009-03-30 Thread grbgooglefan
I've emabedded Python(2.6) in my C++ application and using on Solaris 5.10. When the application calls Py_Eval, it causes an abort & application core dumps. But this is at random times & no pattern for this. Crash is as below: Can you please help to know, what can cause this abort in PyFrame_New?