search for: spss_init

Displaying 3 results from an estimated 3 matches for "spss_init".

Did you mean: prs_init
2009 Mar 06
1
Fix for foreign package segfault on Solaris 10 Intel
Like a couple of other posters in the past year, I was seeing R 2.8.1 segfault in the foreign package on my Solaris 10 Intel system: > library(foreign) *** caught segfault *** address fe1d5c70, cause 'invalid permissions' Traceback: 1: .C("spss_init", PACKAGE = "foreign") 2: fun(...) This happened whether I built with gcc3, gcc4, or SunStudio 12. Using pstack I found that the code was crashing in avl_create(). Using truss I found that identically named functions in the Solaris /lib/libavl.so.1 library were being...
2009 Jan 07
1
Compiling R for Solaris 10 Intel
...be segfaulting on me (see output below). I did see an old posting about a similar problem, but there was no resolution. Have other people experienced this at all? Tia! -y > library(foreign) *** caught segfault *** address fe899a60, cause 'invalid permissions' Traceback: 1: .C("spss_init", PACKAGE = "foreign") 2: fun(...) 3: doTryCatch(return(expr), name, parentenv, handler) 4: tryCatchOne(expr, names, parentenv, handlers[[1]]) 5: tryCatchList(expr, classes, parentenv, handlers) 6: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.nu...
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
...e in order to install the "maptools" package. This is the error that I am getting when attempting to load "foreign": > > library(foreign) > > *** caught segfault *** > address fbb1dc40, cause 'invalid permissions' > > Traceback: > 1: .C("spss_init", PACKAGE = "foreign") > 2: fun(...) > 3: doTryCatch(return(expr), name, parentenv, handler) > 4: tryCatchOne(expr, names, parentenv, handlers[[1]]) > 5: tryCatchList(expr, classes, parentenv, handlers) > 6: tryCatch(expr, error = function(e) { call <- >...