BIND 8.2.3 T4B (RC2) core dumping on Linux 2.2.14 (RedHat mutant )

LaMont Jones lamont at lamont.fc.hp.com
Sat Apr 29 00:54:34 UTC 2000


Daniel Roesen <droesen at entire-systems.com> wrote:
> On Fri, Apr 28, 2000 at 04:58:35PM +1000, Daniel Baird wrote:
>> named starts up just fine, no errors in the logfiles or on standard output.
>> but mysteriously just stops.

> Same problem over here.

And let me guess, both of you are using a forward-first setup...

You'll want this patch to correct a bit of broken patch, which should fix
your problem...

lamont

=======================================================================
--- ns_forw.c.orig	Fri Apr 28 18:50:45 2000
+++ ns_forw.c	Fri Apr 28 18:51:09 2000
@@ -701,7 +701,7 @@
 	 * be ahead of us (naddr > 0)
 	 */
 	if (n > naddr) {
-		qsort((char *)qp->q_addr+naddr, n-naddr, sizeof(struct qserv),
+		qsort((char *)(qp->q_addr+naddr), n-naddr, sizeof(struct qserv),
 		      (int (*)(const void *, const void *))qcomp);
 	}
 	return (n - naddr);


=======================================================================



More information about the bind-users mailing list