Mark Kimpel wrote:
I just downloaded R-devel and when loaded it immediately segfaults. I'm not sure how much or what sort of diagnostic info and can provide, but below is my build script, my console output, and the output of uname -r. I am currently dependent on the development version of a package, so I'd like to get R-devel up and running if possible. I am sure there is more info I can provide, but before deluging the list with unnecessary output, I thought I would ask first what would be helpfu. Mark
Not happening for me with 49727 (SUSE 64bit). Do you have a saved workspace in that dir by any chance? Could you try R --vanilla and R -d gdb followed by "run" and "bt" on the segfault
#Make R cd ~/R_HOME wget ftp://ftp.stat.math.ethz.ch/Software/R/R-devel.tar.gz tar -xzf R-devel.tar.gz cd ~/R_HOME/R-devel mkdir R-build cd R-build ../configure --prefix=/home/mkimpel/R_HOME/R-devel/R-build make all make install #####################################33 # console output mkimpel-XPS ~/R_HOME/R-devel/R-build/bin: ./R R version 2.10.0 Under development (unstable) (2009-09-15 r49711) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. *** caught segfault *** address (nil), cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 2 Save workspace image? [y/n/c]: n ###################################### # kernel version mkimpel-XPS ~/R_HOME/R-devel/R-build/bin: uname -r 2.6.30-1-amd64 mkimpel-XPS ~/R_HOME/R-devel/R-build/bin: Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 399-1219 Skype No Voicemail please [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
-- O__ ---- Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalga...@biostat.ku.dk) FAX: (+45) 35327907 ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel