[R] *** caught segfault *** address 0x18, cause 'memory not mapped'

2010-03-25 Thread bernardo lagos alvarez
Hello R Community, I've been run the following codes. However, I've been getting an unusual segfault that I'm unable to trace its origin. Please give me a light to decipher the caught segfault Thanks for you attention. Bernardo. options(STERM='iESS', editor='emacsclient') rm(list = ls())

Re: [R] *** caught segfault *** address 0x18, cause 'memory not mapped'

2010-03-25 Thread Henrik Bengtsson
FYI, your more likely to get any response to this if you first check if the issue has been solved in a more recent version of R. Your version is 1.5 years old. /Henrik On Thu, Mar 25, 2010 at 2:03 PM, bernardo lagos alvarez blacert...@gmail.com wrote: Hello R Community, I've been run the