Hi,

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.

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.

#0  0x1009f940 in PyEval_EvalFrame_value (f=0x110f51d0, throwflag=0,
retval=Cannot access memory at address 0x7fddf4b8
) at Python/ceval.c:907
907     PUSH(retval); /* we are back from a function call */
(gdb) bt
#0  0x1009f940 in PyEval_EvalFrame_value (f=0x110f51d0, throwflag=0,
retval=Cannot access memory at address 0x7fddf4b8
) at Python/ceval.c:907
Cannot access memory at address 0x7fddf540
(gdb) list
902
903
904 #ifdef STACKLESS
905   if (f->f_execute == PyEval_EvalFrame_value) {
906         /* this is a return */
907     PUSH(retval); /* we are back from a function call

Thanks,
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to