search for: stringconcatfactoryrandom

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

2012 Mar 01
1
mb_m buffer not cleared if parseEval fails
Hi, I am using RInside for one of the applications that I'm using. The error that occured is as follows. When I use R.parseEval("xyz") if the parse fails then the mb_m is not cleared and hence 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 stringCo...