[Rd] memory leak in split.screen

2016-07-18 Thread Martin Schlather via R-devel
-07-15 r70918) nickname Unsuffered Consequences I would be happy to get any hint that explains this behaviour. The LeakSanitizer message appears in the interactive mode, but not in the batch mode. With kind regards, Martin Schlather

Re: [Rd] uninitialised value in R (PR#13476)

2009-01-28 Thread Martin Schlather
Mathieu, I do not understand what you mean in your email. I am only interested in the cause of the valgrind message in > .Call("XXX") [1] 1 > nd <- 3 > solve(diag(nd) , as.vector(1:nd)) [1] 1 2 3 > .Call("XXX") ==25734== Conditional jump or move depends on uninitialised value(s) ==25734==at 0

Re: [Rd] uninitialised value in R (PR#13476)

2009-01-28 Thread Martin Schlather
status = Under development (unstable) >> major = 2 >> minor = 9.0 >> year = 2009 >> month = 01 >> day = 13 >> svn rev = 47573 >> language = R >> version.string = R version 2.9.0 Under development (unstable) >> (2009-01-13 r47573) >