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