On Tue, 24 Jun 2008, pqs wrote:


Hello,



Today I run a R script that I didn't use for a while (one or two months)
and I got an error which I don't understand.



source("run.R")

*** glibc detected *** double free or corruption (!prev): 0x0809ea98 ***

Abandon (core dumped)


Does anybody have a clue about the possible source of the error.

Some compiled code used by your script screwed up the memory allocator, directly or indirectly. But we have no idea what is in 'run.R', and little about your OS, version of R ... see the posting guide.

I think nothing was installed in this computer for many months (I'm not the
administrator of my computer).

Thank You in advance.



Pere

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to