Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble forwarding errors on R-devel #196

Closed
wlandau opened this issue Apr 15, 2021 · 1 comment
Closed

Trouble forwarding errors on R-devel #196

wlandau opened this issue Apr 15, 2021 · 1 comment
Labels
bug an unexpected problem or unintended behavior

Comments

@wlandau
Copy link

wlandau commented Apr 15, 2021

On R-devel r80165 (2021-04-14) callr seems to have trouble forwarding errors to the parent session.

> packageDescription("callr")$GithubSHA1
[1] "705c1bf61e2a646a8d68f8c7ced1f56e4c010a5e"
> callr::r(function() stop("msg"))
NULL
> sessionInfo()
R Under development (unstable) (2021-04-14 r80165)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux

Matrix products: default
BLAS:   /home/<CENSORED>/custom_R/R-devel/lib/libRblas.so
LAPACK: /home/<CENSORED>/custom_R/R-devel/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] processx_3.5.1   compiler_4.1.0   R6_2.5.0         callr_3.6.0.9000
[5] ps_1.6.0        
wlandau-lilly added a commit to ropensci/targets that referenced this issue Apr 15, 2021
@gaborcsardi
Copy link
Member

wch/r-source@26165fd

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Apr 18, 2021
gaborcsardi added a commit that referenced this issue Apr 19, 2021
jdblischak added a commit to workflowr/workflowr that referenced this issue Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants