On Mon, Sep 15, 2008 at 09:22:04AM +0200, Maciej KorzeĊ wrote: > I get this message sometimes since a long time on a lot of machines: > /usr/lib/cruft/filter: line 9: 1504 Segmentation fault > /usr/lib/cruft/filter_shell $(cat $list)
Hmm, sounds like a bug in filter_shell. Can you try the following: - enable coredumps (ulimit -c unlimited in bash) before running cruft, - make sure it leaves a core in /var/lib/cruft/core when it fails - then run: gdb /usr/lib/cruft/filter_shell /var/lib/cruft/core bt full > cruft keeps running and displays results, Hmm, that's another bug. It should not continue if one of its components fails. > but I'm afraid that It won't use all of my filters. Depending on what the bug is exactly, this is likely. > Do you want me to send you a copy of my filters? Please do. -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

