search for: verbose_m

Displaying 1 result from an estimated 1 matches for "verbose_m".

2012 Mar 01
1
mb_m buffer not cleared if parseEval fails
...all subsequent calls to R.parseEval fail. example: when R.parseEval("stringConcatfactoryrandom") is executed the R instance looks like this (gdb) p R $7 = (RInside &) @0x7fff13d42d10: {mb_m = {buffer = "stringConcatfactoryrandom"}, global_env = <incomplete type>, verbose_m = false, static instance_ = 0x7fff13d42d10} since there's no function called stringConcatfactoryrandom in my R code, the above call fails. The I use the same R instance to call R.parseEval("exists") and I get this (gdb) p R $8 = (RInside &) @0x7fff13d42d10: {mb_m = {buffe...