Ticket #615 (new crash)

Opened 10 months ago

Rcmdr in R on Mountain Lion

Reported by: fclarojr@… Owned by: jeremyhu@…
Priority: Not Set Milestone:
Component: xserver Version: 2.7.2 (xserver-1.12.2)
Keywords: Cc:

Description

library(Rcmdr)

Carregando pacotes exigidos: tcltk Carregando a interface Tcl/Tk ...

tcltk

Carregando pacotes exigidos: tcltk

* caught segfault *

address 0x2e666666, cause 'memory not mapped'

Traceback:

1: sys.parent() 2: sys.function(sys.parent()) 3: formals(sys.function(sys.parent())) 4: match.arg(event) 5: packageEvent(pkgname, "attach") 6: exists(hookName, envir = .userHooksEnv, inherits = FALSE) 7: getHook(packageEvent(pkgname, "attach")) 8: runUserHook(nsname, nspath) 9: attachNamespace(ns, pos = pos, dataPath = dataPath, deps)

10: doTryCatch(return(expr), name, parentenv, handler) 11: tryCatchOne(expr, names, parentenv, handlers1L?) 12: tryCatchList(expr, classes, parentenv, handlers) 13: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call1L?, quote(doTryCatch))) call <- sys.call(-4L) dcall <- deparse(call)[1L] prefix <- paste("Error in", dcall, ": ") LONG <- 75L msg <- conditionMessage(e) sm <- strsplit(msg, "\n")1L? w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if (w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <- "Error : " msg <- paste0(prefix, conditionMessage(e), "\n") .Internal(seterrmessage(msg[1L])) if (!silent && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))}) 14: try({ ns <- loadNamespace(package, c(which.lib.loc, lib.loc)) dataPath <- file.path(which.lib.loc, package, "data") env <- attachNamespace(ns, pos = pos, dataPath = dataPath, deps)}) 15: library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) 16: .getRequiredPackages2(pkgInfo, quietly = quietly) 17: library(Rcmdr)

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:

Note: See TracTickets for help on using tickets.