lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm trying to get the Yield Patch working correctly under (I believe 
4.0), and I'm noticing that in the popcallinfo() function (in ldo.c), 
L->callinfostack will be set to NULL if ci->prev is NULL, thus 
crashing the program later on.

I'm just starting to play with this, but if anyone has any 
workarounds or fixes for this, it would be appreciated.

Thanks.

-pjf