[Rd] memory allocation problem under linux

2005-06-13 Thread [EMAIL PROTECTED]
I have some compiled code that works under winXp but not under linux (kernel 2.6.10-5). I'm also using R 2.1.0 After debugging, I've discovered that in this code: #define NMAX 256 long **box; ... box = (long **)R_alloc(NMAX, sizeof(long *)); //<---HERE THE SIGSEGV for (i=0; ihttps:/

Re: [Rd] memory allocation problem under linux

2005-06-13 Thread [EMAIL PROTECTED]
Scrive Prof Brian Ripley : > You keep on sending similar messages -- this is at least the third. You > need to find out where the segfault is occurring using gdb, and you have > not told us. Sorry for the repeated post (in 2 different mailing lists). Tnx for your suggestion. Now I think I've f

Re: [Rd] R-latest.tar.gz make error

2006-04-13 Thread [EMAIL PROTECTED]
Hello, 2006/4/13, Robin Hankin <[EMAIL PROTECTED]>: > Hi. > > > (MacOSX 10.4.6) I downloaded R-latest.tar.gz just now from src/base- > prerelease > on CRAN. "make" gave the following error after an apparently successful > ./configure: > > > [snip]

Re: [Rd] bug: code not working as expected (PR#8783)

2006-04-20 Thread [EMAIL PROTECTED]
Hi Nicolai, 2006/4/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > This is a multi-part message in MIME format. > --020909040800030906040005 > Content-Type: text/plain; charset=KOI8-R; format=flowed > Content-Transfer-Encoding: 7bit > > Hi, > > I've