From owner-freebsd-current@FreeBSD.ORG Fri Apr 18 11:01:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8531937B401 for ; Fri, 18 Apr 2003 11:01:27 -0700 (PDT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5A843FD7 for ; Fri, 18 Apr 2003 11:01:26 -0700 (PDT) (envelope-from Robin.Blanchard@gactr.uga.edu) Received: (qmail 61023 invoked from network); 18 Apr 2003 18:01:25 -0000 Received: from unknown (HELO ex.gactr.uga.edu) ([10.10.11.21]) (envelope-sender ) by mail.servers.gactr.gc.nat (qmail-ldap-1.03) with SMTP for ; 18 Apr 2003 18:01:25 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Fri, 18 Apr 2003 14:01:25 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Latest world NIS woes Thread-Index: AcMFydJ4f852sB6aSNuL9n69K6pPjAACb6hA From: "Robin P. Blanchard" To: "Jacques A. Vidrine" cc: current@freebsd.org Subject: RE: Latest world NIS woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 18:01:27 -0000 > I've not been able to reproduce the problem here. Can you=20 > send me a backtrace? Ok. Not that adept at this; hopefully I've done this correctly. Let me = know what else I can do to provide better info... root@auth2 [/usr/obj/usr/src/usr.bin/id]# gdb ./id GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you = are welcome to change it and/or distribute copies of it under certain = conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for = details. This GDB was configured as "i386-undermydesk-freebsd"... (gdb) run robin Starting program: /usr/obj/usr/src/usr.bin/id/id robin Program received signal SIGSEGV, Segmentation fault. 0x280fc0b0 in nsdispatch () from /usr/lib/libc.so.5 (gdb) bt #0 0x280fc0b0 in nsdispatch () from /usr/lib/libc.so.5 #1 0x0804c404 in ?? () #2 0x30303300 in ?? () Error accessing memory address 0x53534e: Bad address. (gdb)=20