[Rd] Memory crash
Göran Broström <gb <at> stat.umu.se>
2008-10-03 09:32:03 GMT
Hello,
I get a segfault when running glmmboot in my own package glmmML. Has
happened many time before, but this time I get no hint of where in my C
functions the error might be. I give the output below. Can this be an R
bug? I suspect it has to do with repeated calls to 'vmmin' like this:
for (...){
vmax = vmaxget();
vmmin(*p, b, &Fmin,
bfun, bfun_gr, *maxit, *trace,
mask, abstol, reltol, nREPORT,
ext, &fncount, &grcount, &fail);
vmaxset(vmax);
...
}
but I am only guessing. Any suggestions?
Ubuntu 8.04, R-2.7.2.
Göran
-------------------------------------------------------------------
> glmmboot(y ~ x, cluster = cluster, data = res$dat, family =
binomial, boot = 400)
Program received signal SIGSEGV, Segmentation fault.
0x000000000041a817 in R_gc_internal (size_needed=3000) at memory.c:1317
1317 PROCESS_NODES();
(gdb) where
(Continue reading)