RStudio crashed running brm_multiple in brms on Mac OS Mojave

How can I submit the crash reports? As a new user, I am not allowed to upload JPG, and the reports are too long to include in this message.

Crash Information:

I was using packages brms, parallel, future

I tried to run the following:

mac_screens_model_1_mo<-brm_multiple(formula=tvt_asd~1+mo(year),data=yrbs_complex.mdimp,family=cumulative(probit),prior=prior_screen,combine=TRUE,seed=NULL,cores=getOption("mc.cores",1),file="mac_screens_model1_mo”)

RStudio aborted with a fatal error.

Then I tried to run the following slightly modified version:

mac_screens_model_1_mo<-brm_multiple(formula=tvt_asd~1+mo(year),data=yrbs_complex.mdimp,family=cumulative(probit),prior=prior_screen,combine=TRUE,seed=TRUE,future=FALSE,cores=getOption("mc.cores",1),file="mac_screens_model1_mo")

RStudio aborted with a fatal error.
I have crash reports, but this system will not let me submit them (can't attach pdfs, text files are too long to copy and paste here).

System Information:

  • RStudio Edition: (Desktop or Server) Desktop

  • RStudio Version: 1.4.1106

  • OS Version: Mac OS Mojave 10.14.6

  • R Version: 4.04

  • Your sessionInfo():

sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Mojave 10.14.6

Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

loaded via a namespace (and not attached):
[1] compiler_4.0.4 tools_4.0.4

sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Mojave 10.14.6

Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

loaded via a namespace (and not attached):
[1] compiler_4.0.4 tools_4.0.4

Also:

  • RStudio diagnostics report: Terminal returns "no such file or directory"
  • RStudio application log files: none available

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.