From owner-freebsd-questions Fri Aug 28 16:14:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07922 for freebsd-questions-outgoing; Fri, 28 Aug 1998 16:14:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail11.digital.com (mail11.digital.com [192.208.46.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07913 for ; Fri, 28 Aug 1998 16:14:14 -0700 (PDT) (envelope-from perry@zso.dec.com) Received: from rust.zso.dec.com (rust.zso.dec.com [16.64.0.1]) by mail11.digital.com (8.8.8/8.8.8/WV1.0g) with SMTP id TAA11493 for ; Fri, 28 Aug 1998 19:13:19 -0400 (EDT) Received: from yakko.zso.dec.com by rust.zso.dec.com (5.65/DECwest-CLUSTRIX-mwd-12Dec94) id AA25810; Fri, 28 Aug 1998 16:13:17 -0700 Received: by yakko.zso.dec.com (5.65v4.0/1.1.10.5/11Jul97-1112AM) id AA05525; Fri, 28 Aug 1998 16:13:17 -0700 Message-Id: <199808282313.AA05525@yakko.zso.dec.com> Reply-To: perry@zso.dec.com X-Mailer: MH 6.8.4 To: questions@FreeBSD.ORG Subject: User PPP crash Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Fri, 28 Aug 1998 16:13:16 -0700 From: "Reginald S. Perry" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. I am running -current with the 7/16/98 CAM patches on a dual-processor P5 166MMX system. I installed the latest user ppp from awfulhak because I was getting the following problem when connecting to an NT RAS server using the MS Chap protocol: Aug 28 14:39:07 trane ppp[5959]: tun0: Phase: deflink: HDLC errors -> FCS: 0, ADDR: 0, COMD: 0, PROTO: 1 PPP would then crash with a SIGBUS. Using the new stuff didnt help, but I did get the following stack trace: (gdb) where #0 0x200c2d88 in bcmp () #1 0xefbfe002 in ?? () #2 0x200708dd in AliasHandleResource () #3 0x200709f4 in AliasHandleUdpNbtNS () #4 0x2006f9b6 in InternetChecksum () #5 0x20070112 in PacketAliasIn () #6 0x18d25 in ip_Input () #7 0x17162 in hdlc_DecodePacket () #8 0x174ca in hdlc_Input () #9 0x1dd4 in async_Input () #10 0x22bc7 in modem_DescriptorRead () #11 0x108e4 in datalink_Read () #12 0x3274 in bundle_DescriptorRead () #13 0x206a5 in DoLoop () #14 0x20281 in main () The bad news is that turning on HDLC debugging seems to have made the problem go away at the expense of slower transactions. Any clue as to how to effectively debug/solve the problem would be greatly appreciated. -Reggie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message