search for: r57624

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

Did you mean: 57624
2011 Nov 11
1
When collected warnings exceeds 50
...warnings, and the result is an apache process that leaks memory until finally seg faulting somewhere in one of R's extra packages, if I recall correctly. After what seems like a month working on this problem, I think I've narrowed it down to a simple test case. I'm testing with R-devel r57624 on ubuntu linux. Running the following under valgrind: R -d valgrind > options(warn=0) > for (i in 1:51) factor(1,levels=c(1,1) # duplicate level warningcall and you should see "Invalid read" messages. I've narrowed it down to vwarningcall_dflt starting a new R context via beg...