<div>Hi,</div>
<div> </div>
<div>we are using stackless 2.5.2 and facing segfault in PyEval_EvalFrame_value.  learnt from other mail thread that the fix is available in 26 maint branch. </div>
<div> </div>
<div>Can this be backported to stackless 2.5.2 ? I would like to get the fix details to add a patch for our stackless 2.5.2 version.</div>
<div> </div>
<div>#0  0x1009f940 in PyEval_EvalFrame_value (f=0x110f51d0, throwflag=0, retval=Cannot access memory at address 0x7fddf4b8<br>) at Python/ceval.c:907<br>907     PUSH(retval); /* we are back from a function call */<br>(gdb) bt<br>
#0  0x1009f940 in PyEval_EvalFrame_value (f=0x110f51d0, throwflag=0, retval=Cannot access memory at address 0x7fddf4b8<br>) at Python/ceval.c:907<br>Cannot access memory at address 0x7fddf540<br>(gdb) list<br>902<br>903<br>
904 #ifdef STACKLESS<br>905   if (f->f_execute == PyEval_EvalFrame_value) {<br>906         /* this is a return */<br>907     PUSH(retval); /* we are back from a function call</div>
<div> </div>
<div>Thanks,</div>