[Bug 316816] Re: Segmentation fault at large expression lists

2012-01-14 Thread Joachim Wiedorn
Problem is user specific - resolved. ** Changed in: squidguard (Ubuntu) Status: New => Confirmed ** Changed in: squidguard (Ubuntu) Assignee: (unassigned) => Joachim Wiedorn (ad-debian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 316816] Re: Segmentation fault at large expression lists

2011-09-30 Thread Fabrice Gatille
James, \9 is perhaps interpreted as a back-reference. Try to add one of those to your sed script: A crude removal of the lines: /.*\\9.*/d; or just escaping (a little more future proof as far as back-references are concerned) s/\\\([0-9]\)/\1/g; Should do the trick. Happy filtering. C

[Bug 316816] Re: Segmentation fault at large expression lists

2011-09-18 Thread James T. Kirk
Nick (bawitdaba), I think I'm running into the same issue as you with the \9 lines. Could you provide a little more information on how you found them and removed them from the expressionslist? Much appreciated, ~ James -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 316816] Re: Segmentation fault at large expression lists

2011-09-16 Thread bawitdaba
Hey I just wanted to say thanks this helped a lot running squidGuard 1.5-static, but there is also one new problem I found after a half hour of lots and lots of segfaulting In the latest easylist there are two lines with \9 in them, for whatever reason this caused squidGuard to segfault I had

[Bug 316816] Re: Segmentation fault at large expression lists

2010-03-30 Thread Adam Cecile (Le_Vert)
Hello, Current adblock list add new patterns that makes squidguard segfaulting again. Here is the script I use: #!/bin/sh temp=`mktemp` wget --no-check-certificate -O ${temp} http://easylist.adblockplus.org/adblock_rick752.txt mkdir -p /var/lib/squidguard/db/adblock rm -f /var/lib/squidguard/

[Bug 316816] Re: Segmentation fault at large expression lists

2009-02-05 Thread Brian
The sed script isn't doing enough. Try this: /@@.*/d; /^!.*/d; /^\[.*\]$/d; s#http://#^#g; s,[.?=&/|()[],\\&,g; s#*#.*#g; s,\$.*$,,g; It includes code to escape parenthesis and open square bracket, and it replaces http:// with ^ I don't know if a simple sed script is going to be enough to get t

[Bug 316816] Re: Segmentation fault at large expression lists

2009-02-05 Thread Brian
I just run into this with SquidGuard 1.4 on another platform. I noticed that trimming the easylist expression list to exactly 1000 lines avoids the segmentation fault. -- Segmentation fault at large expression lists https://bugs.launchpad.net/bugs/316816 You received this bug notification becaus

[Bug 316816] Re: Segmentation fault at large expression lists

2009-01-13 Thread Velnias
** Attachment added: "This was the filterset I converted with the sed script in the the bug report" http://launchpadlibrarian.net/21170747/adblock_rick752.txt -- Segmentation fault at large expression lists https://bugs.launchpad.net/bugs/316816 You received this bug notification because you