[Rd] dput function (PR#12112)

juangea at geax.net juangea at geax.net
Thu Aug 7 11:45:07 CEST 2008


Full_Name: Juan Gea 
Version: R version 2.6.2 
OS: Fedora Core 6
Submission from: (NULL) (79.153.48.49)


Abort:

objeS  <- matrix("AAA",1000000)
class(objeS)
outTxt <- textConnection("vaClob", open = "w", local = FALSE)
dput(objeS,outTxt)
close(outTxt)


R version 2.6.2 (2008-02-08)
Copyright (C) 2008 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.


> objeS  <- matrix("AAA",1000000)
> class(objeS)
[1] "matrix"
> outTxt <- textConnection("vaClob", open = "w", local = FALSE)
> dput(objeS,outTxt)

 *** caught segfault ***
address 0xb7803934, cause 'memory not mapped'

Traceback:
 1: dput(objeS, outTxt)

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: close(outTxt)
Selection:
Selection:



More information about the R-devel mailing list