Strange INN-current crash.
Russ Allbery
rra at stanford.edu
Sun Mar 29 22:41:40 UTC 2009
Petr Novopashenniy <pety at rusnet.ru> writes:
> And now again:
>
> -rw------- 1 news news 636121088 26 мар 22:12 innd.core-3
> -rw------- 1 news news 713437184 27 мар 22:12 innd.core-4
> -rw------- 1 news news 726220800 28 мар 22:12 innd.core-5
> -rw------- 1 news news 622993408 29 мар 23:12 innd.core-6
>
> #0 0x0806886e in MaxLength (p=0x0, q=0x80e81a0 "v\006") at util.c:58
> 58 i = strlen(p);
> [New LWP 100188]
> (gdb) bt
> #0 0x0806886e in MaxLength (p=0x0, q=0x80e81a0 "v\006") at util.c:58
> #1 0x0805130c in ARTpost (cp=0x80e7cfc) at art.c:2108
snprintf(cp->Error, sizeof(cp->Error),
"%d Unwanted distribution \"%s\"",
ihave ? NNTP_FAIL_IHAVE_REJECT : NNTP_FAIL_TAKETHIS_REJECT,
MaxLength(data->Distribution.List[0],
data->Distribution.List[0]));
It's hard to see how this isn't some sort of compiler problem, at least
with the debug information, since the arguments that you're seeing to
MaxLength make no sense. Either that, or something has completely trashed
your stack, but it's pretty hard to see what could be doing that.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list