[rkward-users] rkward crashes with iplots

Agustin Lobo alobolistas at gmail.com
Wed Dec 16 16:50:45 UTC 2009


Hi!

I've found this just after require(iplots):

Loading required package: iplots
Loading required package: rJava

  *** caught segfault ***
address 0x683c10a1, cause 'memory not mapped'

Traceback:
  1: .External(interface, obj at jobj, returnSig, method, ..., PACKAGE = "rJava")
  2: .jcall(ic, "Ljava/lang/reflect/Field;", "getField", "TYPE")
  3: .jinit()
  4: .jpackage("iplots")
  5: f(libname, pkgname)
  6: firstlib(which.lib.loc, package)
  7: doTryCatch(return(expr), name, parentenv, handler)
  8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
  9: tryCatchList(expr, classes, parentenv, handlers)
10: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if 
(!is.null(call)) {        if (identical(call[[1L]], 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 <- paste(prefix, "\n  ", sep = 
"")    }    else prefix <- "Error : "    msg <- paste(prefix, 
conditionMessage(e), "\n", sep = "")    .Internal(seterrmessage(msg[1L]))    if 
(!silent && identical(getOption("show.error.messages"),         TRUE)) { 
cat(msg, file = stderr())        .Internal(printDeferredWarnings())    } 
invisible(structure(msg, class = "try-error"))})
11: try(firstlib(which.lib.loc, package))
12: library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = 
TRUE,     warn.conflicts = warn.conflicts, keep.source = keep.source)
13: base::require(as.character(package), quietly = quietly, character.only = 
TRUE,     ...)
14: require(iplots)

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace

Agus




More information about the Rkward-users mailing list