Displaying 1 result from an estimated 1 matches for "vankilled".
2012 May 10
0
Using valgrind to debug R, extracting column of a mts object causes valgrind to crash
...t I cannot get past the
point where I load make the data, as valgrind crashes when trying to
extract a single time series object of a multivariate mts object. I'm using
R 2.15.0 with platform x86_64-redhat-linux-gnu (64-bit).
The valgrind.R contains code
data(Seatbelts)
y<-Seatbelts[,"VanKilled"]
And I run valgrind with R -d "valgrind --tool=memcheck --leak-check=yes"
--no-save < valgrind.R
Results look like this:
> data(Seatbelts)
> y<-Seatbelts[,"VanKilled"]
vex amd64->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0xB 0xC0 0xC
==31160== valgri...