d.henman <[EMAIL PROTECTED]> ha escrit: > header_readline (is=0x1002a040, buffer=0x10029fe0 "\001", buflen=92, off=0, > pnread=0x22ca3c) at header.c:119 > 119 *poff = MU_STR_SIZE (p->nlen, p->vlen) - 1; > > (gdb) bt
Two possibilities: either p is NULL, or size of *poff in header_readline does not match that in the calling function (shouldn't happen, but who knows). Which of the two happened in your case? Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
