On Mon, Oct 29, 2007 at 09:31:06PM +0100, Christian Kellermann wrote:
Dear List,
this project seems to gain some speed again and I am very happy seeing the patches flowing around. I won't step back.
Good!
For I am running on a BSD I configured dillo2 with --disable-threaded-dns.
This won't compile because of this typo:
RCS file: /sfhome/cvs/dillo/dillo2/src/dns.c,v retrieving revision 1.2 diff -b -u -p -r1.2 dns.c --- dns.c 11 Oct 2007 18:55:13 -0000 1.2 +++ dns.c 29 Oct 2007 20:32:04 -0000 @@ -316,7 +316,7 @@ static void Dns_blocking_server(void) { int channel = 0; struct hostent *host = NULL; - dList *hosts = dList_new(2); + Dlist *hosts = dList_new(2); #ifdef LIBC5 int h_err; #endif
Commited.
Also I experience crashes every time I try to open a URL. See the backtrace attached to this message. In this example I am using a privoxy http proxy. The crashes occur independendly from this. Can someone point me to the right direction? I am using the stock dillorc2 and OpenBSD-4.1 on a i386.
Thanks for your hints!
Thank you Jorge!
Good timing you have (as Yoda says). I've been working on this a couple of days. Just test latest CVS and let me know if it works for you (same for Jan S.). -- Cheers Jorge.-