From owner-freebsd-stable@FreeBSD.ORG Mon May 13 06:07:47 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF1B0AD5 for ; Mon, 13 May 2013 06:07:47 +0000 (UTC) (envelope-from marek_sal@wp.pl) Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.8]) by mx1.freebsd.org (Postfix) with ESMTP id 39FF785A for ; Mon, 13 May 2013 06:07:46 +0000 (UTC) Received: (wp-smtpd smtp.wp.pl 13017 invoked from network); 13 May 2013 08:07:45 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1368425265; bh=mnNxNjEj4WgvNdc8bFT/ak/BFgLZl30p8zQet06+tOI=; h=From:To:CC:Subject; b=Hx+6tH3moVNJl64jQa3G56VMQLJ6HDB0k2/KNbscn44x9VtSc8frJyFxiLFbpMaJB XR3ustVZbrsPU/1JRqoShYoPH+QzZUNXUta7dUZMuebXeLDWqYM6cR0gn8IDeNhwFA CQrp6cXEghAhoPJGmDzy5mdxrdpOx/vaEiZtVNXQ= Received: from nat.misal.pl (HELO [127.0.0.1]) (marek_sal@[83.19.131.171]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES256-SHA encrypted SMTP for ; 13 May 2013 08:07:45 +0200 Message-ID: <5190832E.5040102@wp.pl> Date: Mon, 13 May 2013 08:07:42 +0200 From: Marek Salwerowicz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Build GENERIC with IPX support References: <518ED0CA.4030007@wp.pl> <51900FA5.20204@wp.pl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130512-1, 2013-05-12), Outbound message X-Antivirus-Status: Clean X-WP-DKIM-Status: good (id: wp.pl) X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [EZOk] Cc: Marek Salwerowicz , "freebsd-stable@freebsd.org" , "illoai@gmail.com" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 06:07:47 -0000 W dniu 2013-05-13 00:45, Adrian Chadd pisze: > It's supported as long as someone wants to use it and can help in at > least diagnosing issues. > > So, if you have a segfault, run it inside gdb and report where its dying. > > Chances are things have just bitrotted a bit but not so much that it's > worth killing. # gdb ncplogin GNU gdb 6.1.1 [FreeBSD] Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) run Starting program: /usr/bin/ncplogin (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x0000000800d285f7 in strlen () from /lib/libc.so.7 (gdb) bt #0 0x0000000800d285f7 in strlen () from /lib/libc.so.7 #1 0x0000000800d205b0 in gettimeofday () from /lib/libc.so.7 #2 0x0000000800d2163e in gettimeofday () from /lib/libc.so.7 #3 0x0000000800d21798 in vfprintf_l () from /lib/libc.so.7 #4 0x0000000800d0e701 in fprintf () from /lib/libc.so.7 #5 0x0000000800822a85 in ncp_error () from /usr/lib/libncp.so.4 #6 0x000000080081fa7c in ncp_li_readrc () from /usr/lib/libncp.so.4 #7 0x0000000000400ea7 in ?? () #8 0x0000000000400d2e in ?? () #9 0x000000080061c000 in ?? () #10 0x0000000000000000 in ?? () #11 0x0000000000000001 in ?? () #12 0x00007fffffffddf8 in ?? () #13 0x0000000000000000 in ?? () #14 0x00007fffffffde0a in ?? () #15 0x00007fffffffde1e in ?? () #16 0x00007fffffffde35 in ?? () #17 0x00007fffffffde3d in ?? () #18 0x00007fffffffde49 in ?? () #19 0x00007fffffffde52 in ?? () #20 0x00007fffffffde67 in ?? () #21 0x00007fffffffde74 in ?? () #22 0x00007fffffffde88 in ?? () #23 0x00007fffffffdee5 in ?? () #24 0x00007fffffffdef3 in ?? () #25 0x00007fffffffdf07 in ?? () #26 0x00007fffffffdf12 in ?? () #27 0x00007fffffffdf1d in ?? () #28 0x00007fffffffdf27 in ?? () #29 0x00007fffffffdf40 in ?? () #30 0x00007fffffffdf50 in ?? () #31 0x00007fffffffdf5e in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000003 in ?? () #34 0x0000000000400040 in ?? () #35 0x0000000000000004 in ?? () #36 0x0000000000000038 in ?? () #37 0x0000000000000005 in ?? () #38 0x0000000000000008 in ?? () #39 0x0000000000000006 in ?? () #40 0x0000000000001000 in ?? () #41 0x0000000000000008 in ?? () #42 0x0000000000000000 in ?? () #43 0x0000000000000009 in ?? () #44 0x0000000000400ca0 in ?? () #45 0x0000000000000007 in ?? () #46 0x0000000800601000 in ?? () #47 0x000000000000000f in ?? () #48 #49 0x0000000000000000 in ?? () Previous frame inner to this frame (corrupt stack?) (gdb) # my /etc/rc.conf file contains these lines: ifconfig_em0f1_ipx="ipx 0x01230000.1" ipxrouted_enable="YES" and in /boot/loader.conf: if_ef_load="YES" What's more, the 'ncplist s' command is unable to find any NetWare servers: # ncplist s Can't find any file server # But Frame type (802.3) and network number (0x0123) are correct.