Displaying 4 results from an estimated 4 matches for "havenames".
2002 Jun 12
3
help debugging segfaults
...rowing the 7000 trees, but segfault when returning from rf() to R. GDB
gave the following (gdb prompts removed):
do_dotCode (call=0x873aff4, op=0x8a5f620, args=0x8a5d010, env=0x86fd0a4)
at dotcode.c:1413
1413 break;
1845 PROTECT(ans = allocVector(VECSXP, nargs));
1846 havenames = 0;
1847 if (dup) {
1849 info.cargs = cargs;
1850 info.allArgs = args;
1851 info.nargs = nargs;
1852 info.functionName = buf;
1853 nargs = 0;
1854 for (pargs = args ; pargs != R_NilValue ; pargs =
CDR(pargs)) {
1855...
2002 Jun 12
3
help debugging segfaults
...rowing the 7000 trees, but segfault when returning from rf() to R. GDB
gave the following (gdb prompts removed):
do_dotCode (call=0x873aff4, op=0x8a5f620, args=0x8a5d010, env=0x86fd0a4)
at dotcode.c:1413
1413 break;
1845 PROTECT(ans = allocVector(VECSXP, nargs));
1846 havenames = 0;
1847 if (dup) {
1849 info.cargs = cargs;
1850 info.allArgs = args;
1851 info.nargs = nargs;
1852 info.functionName = buf;
1853 nargs = 0;
1854 for (pargs = args ; pargs != R_NilValue ; pargs =
CDR(pargs)) {
1855...
2002 Jun 18
1
can't find array overruns (was: help debugging segfaults)
...ing from rf()
> to R. GDB
> gave the following (gdb prompts removed):
>
> do_dotCode (call=0x873aff4, op=0x8a5f620, args=0x8a5d010,
> env=0x86fd0a4)
> at dotcode.c:1413
> 1413 break;
> 1845 PROTECT(ans = allocVector(VECSXP, nargs));
> 1846 havenames = 0;
> 1847 if (dup) {
> 1849 info.cargs = cargs;
> 1850 info.allArgs = args;
> 1851 info.nargs = nargs;
> 1852 info.functionName = buf;
> 1853 nargs = 0;
> 1854 for (pargs = args ; pargs != R_NilValue ; p...
2002 Jun 13
3
[R] help debugging segfaults
...that you are probably using quite large structures.
>
> > do_dotCode (call=0x873aff4, op=0x8a5f620, args=0x8a5d010,
> env=0x86fd0a4)
> > at dotcode.c:1413
> > 1413 break;
> > 1845 PROTECT(ans = allocVector(VECSXP, nargs));
> > 1846 havenames = 0;
> > 1847 if (dup) {
> > 1849 info.cargs = cargs;
> > 1850 info.allArgs = args;
> > 1851 info.nargs = nargs;
> > 1852 info.functionName = buf;
> > 1853 nargs = 0;
> > 1854 for (par...