Overview space needs?
Katsuhiro Kondou
kondou at nec.co.jp
Wed Aug 25 02:29:50 UTC 1999
In article <37C3253E.331A370E at ubc.ca>,
George Lindholm <George.Lindholm at ubc.ca> wrote;
} Here are the active entries and the GROUPentry record for the groups
} (what's the base field?) in case that sheds some light on the problem:
Base is the available lowest number for that index.
This is useful if adding overview data is for under
low number. It should be less than low.
} alt.spam 0000048928 0000047516 y
} (gdb) p *ge
} $1 = {hash = {hash = "Ò¦übê)\024KÐ\223\002>¡~\237Ü"}, alias = {
} hash = '\000' <repeats 15 times>}, high = 48928, low = 47516,
} base = 48073, count = 499, flag = 121, deleted = 0, indexinode =
} 397210,
} next = {recno = -1}}
Can you put trace lines like:
if (ge->low > ge->base) {syslog(L_ERROR, "tradindexed: %d ge->low(%d) > ge->base(%d)", __LINE__, ge->low, ge->base); abort();}
That line can be inserted where ge->low or ge->base
is changed. And you'll see how that problem comes.
--
Katsuhiro Kondou
More information about the inn-workers
mailing list