X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=a39505cc6a6b181362db4139a9b2ade1f7a19bbb;hp=49dc82c347328d6c5e93a0e712ba3eb6e767a37b;hb=b0bab98fb1aaec975b0d05eb03dfca6c381f3c55;hpb=b6eb803479b021093fc609b6205a7ace767f4ff7 diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 49dc82c3..a39505cc 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -27,9 +27,9 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.119 2016/03/17 10:18:57 fabiankeil Exp $ + $Id: faq.sgml,v 2.122 2016/05/22 12:41:30 fabiankeil Exp $ - Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ + Copyright (C) 2001-2014 Privoxy Developers https://www.privoxy.org/ See LICENSE. Based partially on the Internet Junkbuster FAQ originally written by and @@ -74,11 +74,11 @@ Copyright &my-copy; 2001-2014 by - Privoxy Developers + Privoxy Developers -$Id: faq.sgml,v 2.119 2016/03/17 10:18:57 fabiankeil Exp $ +$Id: faq.sgml,v 2.122 2016/05/22 12:41:30 fabiankeil Exp $ - - @@ -478,8 +475,8 @@ warranty? Registration? So first thing, subscribe to the Privoxy Users - or the Privoxy + url="https://lists.privoxy.org/mailman/listinfo/privoxy-users">Privoxy Users + or the Privoxy Developers mailing list, join the discussion, help out other users, provide general feedback or report problems you noticed. @@ -701,9 +698,9 @@ All the ads are there. What's wrong? Privoxy is not running at all. Check the log file. For instructions on starting Privoxy and browser configuration, - see the chapter + see the chapter on starting Privoxy in the - User Manual. + User Manual. @@ -716,9 +713,9 @@ Privoxy is running and being used. First, make sure that Privoxy is really running and being used by visiting http://p.p/. You should see the Privoxy main page. If not, see - the chapter + the chapter on starting Privoxy in the - User Manual. + User Manual. @@ -837,8 +834,8 @@ the differences? If you wish to receive an email notification whenever we release updates of Privoxy or the actions file, subscribe - to our announce mailing list, ijbswa-announce@lists.sourceforge.net. + url="https://lists.privoxy.org/mailman/listinfo/privoxy-announce">subscribe + to our announce mailing list, privoxy-announce@lists.privoxy.org. @@ -1036,7 +1033,7 @@ with a browser? Does that not raise security issues? If you intend to develop your own filters, you might want to have a look at Privoxy-Filter-Test. + url="https://www.fabiankeil.de/sourcecode/pft/">Privoxy-Filter-Test. @@ -2989,6 +2986,26 @@ browsing has slowed to a crawl. What gives? + +After adding my custom filters, &my-app; crashes when visitting certain websites + + This can happen if your custom filters require more memory than &my-app; + is allowed to use. + Usually the problem is that the operating system enforces a stack size limit + that isn't sufficient. + + + Unless the problem occurs with the filters available in the default configuration, + this is not considered a Privoxy bug. + + + To prevent the crashes you can rewrite your filter to use less ressources, + increase the relevant memory limit or recompile pcre to use less stack space. + For details please see the + pcrestack man page + and the documentation of your operating system. + +