search for: sn__n__

Displaying 1 result from an estimated 1 matches for "sn__n__".

Did you mean: ___n__
2010 Jan 07
1
Segfault in GetNewPage, memory.c.
...t; 657 SNAP_NODE(s, base); > (gdb) > > Program received signal SIGSEGV, Segmentation fault. > GetNewPage (node_class=1) at memory.c:657 > 657 SNAP_NODE(s, base); > (gdb) and SNAP_NODE is: > /* snap in node s before node t */ > #define SNAP_NODE(s,t) do { \ > SEXP sn__n__ = (s); \ > SEXP next = (t); \ > SEXP prev = PREV_NODE(next); \ > SET_NEXT_NODE(sn__n__, next); \ > SET_PREV_NODE(next, sn__n__); \ > SET_NEXT_NODE(prev, sn__n__); \ > SET_PREV_NODE(sn__n__, prev); \ > } while (0) I do not know how to track the segfault further exce...