Re: [Rd] memory problem

2005-05-03 Thread Prof Brian Ripley
On Tue, 3 May 2005 Jared.O'[EMAIL PROTECTED] wrote: I am undertaking my first attempt at using compiled C code within R and have run into this lovely problem when I call my C code (using .C). The instruction at 0x10001d1b referenced memory at 0x01fa2000. The memory could not be written. Now this

Re: [Rd] memory problem

2005-05-03 Thread Wolfgang Huber
Prof Brian Ripley wrote: If you run R under a debugger such as gdb you will get much more useful information. You haven't even told us your OS: for UNIX-alikes using R -d gdb is the most common way. And R -d ddd (set the option Run in separate execution window before starting R) offers a

RE: [Rd] memory problem

2005-05-03 Thread Jared.O'Connell
To: Prof Brian Ripley Cc: O'Connell, Jared (CMIS, Floreat); r-devel@stat.math.ethz.ch Subject:Re: [Rd] memory problem Prof Brian Ripley wrote: If you run R under a debugger such as gdb you will get much more useful information. You haven't even told us your OS: for UNIX-alikes using

[Rd] memory problem

2005-05-02 Thread Jared.O'Connell
Hello! I am undertaking my first attempt at using compiled C code within R and have run into this lovely problem when I call my C code (using .C). The instruction at 0x10001d1b referenced memory at 0x01fa2000. The memory could not be written. Now this doesn't happen every time and