Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 934322 Details for
Bug 1136388
Segmentation fault during build: ../bin/R --vanilla < ok-errors.R > ok-errors.Rout.fail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ok-errors.Rout.fail
ok-errors.Rout.fail (text/plain), 2.21 KB, created by
Michel Normand
on 2014-09-04 08:11:26 UTC
(
hide
)
Description:
ok-errors.Rout.fail
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-09-04 08:11:26 UTC
Size:
2.21 KB
patch
obsolete
> >R version 3.1.1 (2014-07-10) -- "Sock it to Me" >Copyright (C) 2014 The R Foundation for Statistical Computing >Platform: powerpc64-redhat-linux-gnu (64-bit) > >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. > >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. > >> #### STRICT test suite in the spirit of no-segfaults, >> #### but with explicit statements. >> >> options(error=expression(NULL)) >> stop("test of `options(error=expression(NULL))'") >Error: test of `options(error=expression(NULL))' >> >> if(FALSE) { >+ ## these ought to work on machines with enough memory >+ ## These segfaulted in 1.3.x , give "could not allocate" errors now >+ integer(2^30+1) >+ double(2^30+1) >+ complex(2^30+1) >+ character(2^30+1) >+ vector("list", 2^30+2) >+ } >> >> ## bad infinite recursion / on.exit / ... interactions >> bar <- function() 1+1 >> foo <- function() { on.exit(bar()); foo() } >> foo() # now simple "infinite recursion" >Error: C stack usage 7969908 is too close to the limit >Error: C stack usage 7998172 is too close to the limit >Error: C stack usage 8026412 is too close to the limit >Error: C stack usage 8054652 is too close to the limit >Error: C stack usage 8082892 is too close to the limit >Error: C stack usage 8111132 is too close to the limit >Error: C stack usage 8139372 is too close to the limit >Error: C stack usage 8167612 is too close to the limit >Error: C stack usage 8195852 is too close to the limit >Error: C stack usage 8224092 is too close to the limit >Error: C stack usage 8252332 is too close to the limit >Error: segfault from C stack overflow >Error: C stack usage 69268572298236 is too close to the limit >Error: C stack usage 69268572326476 is too close to the limit >Error: C stack usage 69268572354716 is too close to the limit >Error: C stack usage 69268572382956 is too close to the limit >Error: C stack usage 69268572411196 is too close to the limit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1136388
: 934322 |
934326
|
938242