[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] 2.0b5_ma5: applyfilter dumps core



Michael Mauch <michael.mauch@xxxxxx> writes:

> Whether or not I supply the name of a newsgroup I read, it dies (but in
> different places). Is applyfilter supposed to work already or is it just
> work-in-progress which I should not use at this time?

Oh, it is supposed to work, but evidently...

> Program received signal SIGSEGV, Segmentation fault.
> __strcasecmp (s1=0x0, s2=0x813be98 "comp.os.ms-windows.apps.misc")
>     at ../sysdeps/generic/strcasecmp.c:64
> 64            c1 = TOLOWER (*p1++);
> (gdb) bt
> #0  __strcasecmp (s1=0x0, s2=0x813be98 "comp.os.ms-windows.apps.misc")
>     at ../sysdeps/generic/strcasecmp.c:64
> #1  0x804be01 in helpfindgroup (name=0x0, low=0, high=44180) at activutil.c:142
> #2  0x804be4b in findgroup (name=0x0) at activutil.c:157
> #3  0x8049b76 in main (argc=1, argv=0xbffff26c) at applyfilter.c:100

..there's a bug in main which calls findgroup without group parameter (#2)...

> Program received signal SIGSEGV, Segmentation fault.
> 0x4008511a in __libc_free (mem=0xbfffe134) at malloc.c:3012
> 3012      ar_ptr = arena_for_ptr(p);
> (gdb) bt
> #0  0x4008511a in __libc_free (mem=0xbfffe134) at malloc.c:3012
> #1  0x804c040 in writeactive () at activutil.c:215

..and another one here. The first one will be easy to track, as to the
second, I'll see. 

Thanks for reporting these.

-- 
Matthias Andree

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list