Re: [Rd] R_NilValue and segfault.

2009-11-17 Thread Guillaume Yziquel
Duncan Murdoch a écrit : On 17/11/2009 9:31 PM, Guillaume Yziquel wrote: Guillaume Yziquel a écrit : Hello. I've been trying to wrap up the R_NilValue into OCaml-R. I nevertheless get a segfault. Is the value of R_NilValue (I mean the address in the R_NilValue pointer located in the uninit

Re: [Rd] R_NilValue and segfault.

2009-11-17 Thread Duncan Murdoch
On 17/11/2009 9:31 PM, Guillaume Yziquel wrote: Guillaume Yziquel a écrit : Hello. I've been trying to wrap up the R_NilValue into OCaml-R. I nevertheless get a segfault. Is the value of R_NilValue (I mean the address in the R_NilValue pointer located in the uninitialized data section - i.e

Re: [Rd] R_NilValue and segfault.

2009-11-17 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Guillaume Yziquel a écrit : Hello. I've been trying to wrap up the R_NilValue into OCaml-R. I nevertheless get a segfault. Is the value of R_NilValue (I mean the address in the R_NilValue pointer located in the uninitialized data section - i.e. the BSS section) s

Re: [Rd] R_NilValue and segfault.

2009-11-17 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Hello. I've been trying to wrap up the R_NilValue into OCaml-R. I nevertheless get a segfault. Is the value of R_NilValue (I mean the address in the R_NilValue pointer located in the uninitialized data section - i.e. the BSS section) set up *after* the init funct

[Rd] R_NilValue and segfault.

2009-11-17 Thread Guillaume Yziquel
Hello. I've been trying to wrap up the R_NilValue into OCaml-R. I nevertheless get a segfault. As I gathered, R_NilValue is declared in Rinternals.h: /* Special Values */ LibExtern SEXP R_NilValue; /* The nil object */ LibExtern SEXP R_UnboundValue; /* Unbound marker */ LibExte