Displaying 2 results from an estimated 2 matches for "forward_children".
2001 Feb 20
2
segfault
...ure() set. The
segfault seems to move around if gctorture() is not set, but has now occurred twice
in the same spot with it set. xxgdb gives the message
Program received signal SIGSEGV, Segmentation fault.
0x71244 in RunGenCollect (size_needed=2) at memory.c:1027
and the source listing points to FORWARD_CHILDREN(s); in the following section from
src/main/memory.c
#ifndef EXPEL_OLD_TO_NEW
/* scan nodes in uncollected old generations with old-to-new pointers */
for (gen = num_old_gens_to_collect; gen < NUM_OLD_GENERATIONS; gen++)
for (i = 0; i < NUM_NODE_CLASSES; i++)
for (s = NEXT_NODE(...
2001 Jan 23
0
1.2.1 segfault
...db)
Continuing.
> gctorture()
>
Program received signal SIGWINCH, Window size changed.
0xef5b7400 in poll ()
(gdb)
Continuing.
> tst <- spanSS.f <- span(SSmodel)
Program received signal SIGSEGV, Segmentation fault.
0x7111c in RunGenCollect (size_needed=2) at memory.c:1027
1027 FORWARD_CHILDREN(s);
(gdb) bt
#0 0x7111c in RunGenCollect (size_needed=2) at memory.c:1027
#1 0x731c8 in R_gc_internal (size_needed=2) at memory.c:1670
#2 0x72dbc in Rf_allocVector (type=13, length=4) at memory.c:1542
#3 0x48794 in CPtrToRObj (p=0xd9fb78, arg=0xd9f208, Fort=1) at dotcode.c:180
#4 0x511d0 in d...