Re: [Rd] About " Error: C stack usage is too close to the limit"
R in thread. Realy appreciate you help! ?*** ?Bin?Dong ?BUAA,?Beijing?PR?China ?goo...@126.com ?******* ÔÚ2009-05-19?18:23:08£¬"Simon?Urbanek"??дµÀ£º > >On?May?19,?2009,?at?4:30?AM,?goon83?wrote: > >>?Hi?everyone! >&g
[Rd] About " Error: C stack usage is too close to the limit"
Hi everyone! I meet one problem when embedding R in C code, when I run the the R code in one child thread , it always print error info: Error: C stack usage is too close to the limit I also try to set R_CStackLimit = (uintptr_t)-1 to disable the C stack check as the R-exts doc say