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

*** caught segfault *** address 0x0, cause 'invalid permissions' #98

Open
Data-Wise opened this issue Sep 8, 2023 · 0 comments
Open

Comments

@Data-Wise
Copy link

Hello,

Whenever I click on the icon to "attach active terminal", I get the following error. I am providing the following information on my R that runs on MacBook Pro M2 with Ventura 13.5.1 (22G90).

Session Info
list(platform = "aarch64-apple-darwin22.4.0", arch = "aarch64", os = "darwin22.4.0", system = "aarch64, darwin22.4.0", status = "", major = "4", minor = "3.1", year = "2023", month = "06", day = "16", `svn rev` = "84548", language = "R", version.string = "R version 4.3.1 (2023-06-16)", nickname = "Beagle Scouts")
aarch64-apple-darwin22.4.0 (64-bit)
en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
America/Denver
internal
macOS Ventura 13.5.1
c("Mersenne-Twister", "Inversion", "Rejection")
c("stats", "graphics", "grDevices", "utils", "datasets", "methods", "base")
    Author = "Luke Tierney <luke-tierney@uiowa.edu>", Maintainer = "R Core Team <do-use-Contact-address@r-project.org>", Contact = "R-help mailing list <r-help@r-project.org>", Description = "Byte code compiler for R.", License = "Part of R 4.3.1", Built = "R 4.3.1; ; 2023-06-16 20:48:07 UTC; unix"), tools = list(Package = "tools", Version = "4.3.1", Priority = "base", Title = "Tools for Package Development", Author = "R Core Team", Maintainer = "R Core Team <do-use-Contact-address@r-project.org>", 
    Contact = "R-help mailing list <r-help@r-project.org>", Description = "Tools for package development, administration and documentation.", License = "Part of R 4.3.1", Suggests = "codetools, methods, xml2, curl, commonmark, knitr, xfun, mathjaxr, V8", NeedsCompilation = "yes", Built = "R 4.3.1; aarch64-apple-darwin22.4.0; 2023-06-16 20:48:06 UTC; unix"))
default
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
/opt/homebrew/Cellar/r/4.3.1/lib/R/lib/libRlapack.dylib
3.11.0

Here is the error

 *** caught segfault ***
address 0x0, cause 'invalid permissions'

Traceback:
 1: dyn.load(file, DLLpath = DLLpath, ...)
 2: library.dynam(lib, package, package.lib)
 3: loadNamespace(package, ...)
 4: doTryCatch(return(expr), name, parentenv, handler)
 5: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 6: tryCatchList(expr, classes, parentenv, handlers)
 7: tryCatch(loadNamespace(package, ...), error = function(e) e)
 8: FUN(X[[i]], ...)
 9: vapply(required_packages, requireNamespace, logical(1L), quietly = TRUE)
10: init_first()
11: eval(ei, envir)
12: eval(ei, envir)
13: withVisible(eval(ei, envir))
14: source(init_file, chdir = TRUE, local = TRUE)
15: eval(quote({    init_file <- Sys.getenv("VSCODE_INIT_R")    if (nzchar(init_file)) {        source(init_file, chdir = TRUE, local = TRUE)    }}), new.env())
16: eval(quote({    init_file <- Sys.getenv("VSCODE_INIT_R")    if (nzchar(init_file)) {        source(init_file, chdir = TRUE, local = TRUE)    }}), new.env())
17: eval(expr, p)
18: eval(expr, p)
19: eval.parent(substitute(eval(quote(expr), envir)))
20: local({    init_file <- Sys.getenv("VSCODE_INIT_R")    if (nzchar(init_file)) {        source(init_file, chdir = TRUE, local = TRUE)    }})

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: .vsc.attach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant