Dear Rs, quite often in I had segmentation faults of the following kind: Error in brf.infobase(nn, Pc, knams = knams, plot = plot, dev = dev, quiet = quiet, : unused argument(s) (df ...) Process R segmentation fault at Fri Sep 29 15:46:27 2000 This happened when I (wrongly) called a routine with an argument which the routine did not support. platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 1.1 year 2000 month August day 15 language R M. Eger -- +------------------------------------------------------- | Marcus Eger | Philipps Universitaet Marburg | Fachbereich Physik AG Neurophysik | Renthof 7 | 35032 Marburg | Tel. +49 6421 282-4169 | Fax +49 6421 282-7034 +------------------------------------------------------- | E-Mail: marcus.eger at physik.uni-marburg.de +------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Marcus Eger <marcus.eger at physik.uni-marburg.de> writes:> Error in brf.infobase(nn, Pc, knams = knams, plot = plot, dev = dev, > quiet = quiet, : > unused argument(s) (df ...) > > Process R segmentation fault at Fri Sep 29 15:46:27 2000 > > This happened when I (wrongly) called a routine with an argument which > the routine > did not support.Hmm. We recently plugged a hole where this kind of thing could happen when options(error=) was used. Do you have a full script that triggers this? Perhaps you could try a recent snapshot of the development version and see whether this problem has disappeared. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peter Dalgaard BSA wrote:> > Hmm. We recently plugged a hole where this kind of thing could happen > when options(error=) was used. Do you have a full script that triggers > this? > > Perhaps you could try a recent snapshot of the development version and > see whether this problem has disappeared. >Yes, I have the following lines in my .First(): if (interactive()) options(error=quote(dump.frames())) else options(error=quote({dump.frames(to.file=TRUE); q()})) M. Eger -- +------------------------------------------------------- | Marcus Eger | Philipps Universitaet Marburg | Fachbereich Physik AG Neurophysik | Renthof 7 | 35032 Marburg | Tel. +49 6421 282-4169 | Fax +49 6421 282-7034 +------------------------------------------------------- | E-Mail: marcus.eger at physik.uni-marburg.de +------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._