(Illustration by Gaich Muramatsu)
coda/coda-src/vice/srv.cc has: SLog(0, "Server etext 0x%x, edata 0x%x", &etext, &edata); Should it really be getting the _address_ of the variable containing the etext/edata or should it just be printing the etext/edata themselves? I'm assuming the latter since code/coda- src/venus/venusutil.cc has: fdprint(afd, "\tsegment sizes = (%#08x, %#08x, %#08x, %#08x)\n", etext, edata - etext, end - edata, (char *)sbrk(0) - end);Received on 2001-01-06 07:45:26