[Rd] readline and/or lme crashes R (PR#8646)

mmorales@williams.edu mmorales at williams.edu
Mon Feb 27 21:15:38 CET 2006


Full_Name: Manuel Morales
Version: 2.2.1
OS: Linux (Fedora Core 4)
Submission from: (NULL) (137.165.200.32)


I've noticed that using readline after an lme analysis results in a crash.

E.g.
library(nlme)
fm1 <- lme(distance ~ age, data = Orthodont)
Crashes after typing the "up arrow", sometimes with the error message:

/usr/local/lib/R/bin/exec/R: symbol lookup error: /usr/lib/libreadline.so.5:
undefined symbol: tputs

Details:
nlme 3.1-68.1
readline-5.0-3

> R.version
         _
platform i686-pc-linux-gnu
arch     i686
os       linux-gnu
system   i686, linux-gnu
status
major    2
minor    2.1
year     2005
month    12
day      20
svn rev  36812
language R

I tried to get a backtrace using gd, but bt gave the output, "no stack"

Manuel



More information about the R-devel mailing list