Graeme.Ambler@bristol.ac.uk
2003-Jun-19 12:58 UTC
[Rd] Shift-Return causes segfault (PR#3293)
Full_Name: Graeme Ambler Version: 1.7.1 OS: Red Hat Linux 9 Submission from: (NULL) (137.222.80.161) Typing Shift-Return in R causes a segmentation fault. I am using the Red Hat 9 RPM from CRAN.
On Thu, 2003-06-19 at 05:58, Graeme.Ambler@bristol.ac.uk wrote:> Full_Name: Graeme Ambler > Version: 1.7.1 > OS: Red Hat Linux 9 > Submission from: (NULL) (137.222.80.161) > > > Typing Shift-Return in R causes a segmentation fault. I am using the > Red Hat 9 > RPM from CRAN.I am unable to replicate this under RH 9 using either the R 1.7.1 RPM or from compiled source code after clean installs of both this morning. You might want to ensure that you have a clean install of R. I would first remove all copies of R on your system. Check to see what RPMs are installed by using: rpm -qa | grep R to locate the installed R RPM. For 1.7.1 it should only list R-1.7.1-1. So to remove it, as root, use: rpm -e R-1.7.1-1 Then use: whereis R to locate any remaining R binaries and related files, which will typically be in one or more of the following: /usr/bin/R /usr/lib/R /usr/local/lib/R /usr/local/bin/R Remove these files and directory trees if they exist. Once you have completely removed any existing copies of R, then reinstall the RPM using: rpm -Uvh R-1.7.1-1.i386.rpm and re-test. You might also want to verify the MD5 signature on your downloaded copy of the RPM with the value that Martyn has on CRAN just to be sure that there is no corruption of the RPM. HTH, Marc Schwartz
p.dalgaard@biostat.ku.dk
2003-Jun-19 16:46 UTC
[Rd] Shift-Return causes segfault (PR#3293)
Marc Schwartz <MSchwartz@medanalytics.com> writes:> On Thu, 2003-06-19 at 05:58, Graeme.Ambler@bristol.ac.uk wrote: > > Full_Name: Graeme Ambler > > Version: 1.7.1 > > OS: Red Hat Linux 9 > > Submission from: (NULL) (137.222.80.161) > > > > > > Typing Shift-Return in R causes a segmentation fault. I am using the > > Red Hat 9 > > RPM from CRAN. > > > I am unable to replicate this under RH 9 using either the R 1.7.1 RPM or > from compiled source code after clean installs of both this morning. > > You might want to ensure that you have a clean install of R.Also, I'm a bit confused as to how shift-Return should send anything different that an ordinary Return to R. Which terminal emulator are we talking about?? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
Possibly Parallel Threads
- Update on "Shift-Return causes segfault (PR#3293)"
- Accuracy problems in summary()? (PR#4101)
- R-1.7.1 gets installed without default packages & without readline
- R string comparisons may vary with platform (plain text)
- R string comparisons may vary with platform (plain text)