Skip to content
Prev 165050 / 398503 Next

"Error: bad value" problem

On 17/12/2008 5:34 PM, Richard E. Chandler wrote:
The symptoms you describe suggest an out of bounds read or write. 
Unfortunately, I don't see the error, in R-devel or R 2.8.0.

Tracking this sort of bug down on Windows is pretty hard, because as far 
as I know valgrind doesn't run on Windows, and I don't know of any 
Windows equivalent that supports gcc.

So I'm not going to be able to help...other than to suggest reducing the 
example to something that runs quickly, then try running it after 
running gctorture().  That often flushes out hard to reproduce bugs, but 
it goes very slowly...

Duncan Murdoch