user interface disappears

Crash Information:

Description of crash - User interface stops updating and I have to restart

Steps to reproduce -
Stand by. I will update this report with a screencast.

System Information:

  • RStudio Edition: Desktop, free
  • RStudio Version: 1.3.959
  • OS Version: Ubuntu 20.04
  • R Version: 3.6.3
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3.10.3
LAPACK: /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3.10.3

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  
[7] base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.3.7          lattice_0.20-40       prettyunits_1.1.1    
 [4] ps_1.3.3              zoo_1.8-6             gtools_3.8.1         
 [7] assertthat_0.2.1      digest_0.6.25         mime_0.9             
[10] R6_2.4.1              plyr_1.8.4            ggridges_0.5.1       
[13] stats4_3.6.3          ggplot2_3.3.0         colourpicker_1.0     
[16] pillar_1.4.4          rlang_0.4.6           rstudioapi_0.10      
[19] miniUI_0.1.1.1        callr_3.4.1           DT_0.7               
[22] shinythemes_1.1.2     shinyjs_1.0           stringr_1.4.0        
[25] htmlwidgets_1.3       loo_2.1.0             igraph_1.2.4.1       
[28] munsell_0.5.0         shiny_1.3.2           compiler_3.6.3       
[31] httpuv_1.5.1          rstan_2.19.1          pkgconfig_2.0.3      
[34] base64enc_0.1-3       pkgbuild_1.0.6        htmltools_0.3.6      
[37] tidyselect_0.2.5      tibble_3.0.1          gridExtra_2.3        
[40] threejs_0.3.1         matrixStats_0.54.0    fansi_0.4.1          
[43] crayon_1.3.4          dplyr_0.8.3           later_0.8.0          
[46] grid_3.6.3            xtable_1.8-4          gtable_0.3.0         
[49] lifecycle_0.2.0       magrittr_1.5          StanHeaders_2.18.1-10
[52] scales_1.0.0          stringi_1.4.6         cli_2.0.2            
[55] reshape2_1.4.3        promises_1.0.1        dygraphs_1.1.1.6     
[58] ellipsis_0.3.0        xts_0.11-2            vctrs_0.2.4          
[61] tools_3.6.3           glue_1.4.0            shinystan_2.5.0      
[64] markdown_1.1          purrr_0.3.3           crosstalk_1.0.0      
[67] rsconnect_0.8.13      processx_3.4.2        parallel_3.6.3       
[70] inline_0.3.15         colorspace_1.4-1      bayesplot_1.6.0.9000 

Crash Report:

No backtrace, but this appeared on the console,

../../3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0230

Also:

  • RStudio diagnostics report: here

From Troubleshooting Guide: RStudio Crashed

Screencast here. Basically, it crashes when I dump lots of output into the console and then resize the panes a few times.

Maybe related to https://bugs.chromium.org/p/chromium/issues/detail?id=1025739 ?

Anybody out there? It would be really nice to get this bug addressed.

Looks like the bug is resolved in a preview release, https://github.com/rstudio/rstudio/issues/6782

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.