search for: fe1d5c70

Displaying 1 result from an estimated 1 matches for "fe1d5c70".

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 f...