From owner-freebsd-isp@FreeBSD.ORG Mon Apr 19 04:00:41 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3849E16A4CE for ; Mon, 19 Apr 2004 04:00:41 -0700 (PDT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 54D1B43D3F for ; Mon, 19 Apr 2004 04:00:23 -0700 (PDT) (envelope-from bikrant_ml@wlink.com.np) Received: (qmail 55938 invoked from network); 19 Apr 2004 10:30:23 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 19 Apr 2004 10:30:23 -0000 Received: (qmail 56702 invoked by uid 1008); 19 Apr 2004 10:30:23 -0000 Received: from bikrant_ml@wlink.com.np by qmail-scanner.wlink.com.np by uid 1002 with qmail-scanner-1.20 (clamscan: 0.60. Clear:RC:1(202.79.32.76):. Processed in 0.039865 secs); 19 Apr 2004 10:30:23 -0000 Received: from smtp1.wlink.com.np (202.79.32.76) by qmail-scanner.wlink.com.np with SMTP; 19 Apr 2004 10:30:22 -0000 Received: (qmail 25263 invoked by uid 508); 19 Apr 2004 10:30:20 -0000 Received: from [202.79.36.168] (HELO bikrant.org.np) by smtp1.wlink.com.np (qmail-smtpd) with SMTP; 19 Apr 2004 10:30:19 -0000 (Mon, 19 Apr 2004 16:15:19 +0545) From: Bikrant To: freebsd-isp@freebsd.org Date: Mon, 19 Apr 2004 16:15:12 +0545 User-Agent: KMail/1.5 References: <200404191156.29962.bikrant_ml@wlink.com.np> <20040419093931.GC58113@cell.sick.ru> In-Reply-To: <20040419093931.GC58113@cell.sick.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404191615.12305.bikrant_ml@wlink.com.np> X-Spam-Check-By: smtp1.wlink.com.np Spam: No ; 0.0 / 5.0 X-Spam-Status: No, hits=0.0 required=5.0 cc: Gleb Smirnoff Subject: Re: PPPoed crashed!! X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 11:00:41 -0000 > > I'm running pppoed on freebsd-4.9. It is running smoothly. However it > >crashes sometime with a pppoed.core file dumpped at the root directory. > > gdb -c pppoed.core shows that it crashed with signal 11 segmentation > >fault. I'm running the package as it came with the os. I have not > >upgraded any thing except the kernel which I have customized for my > needs. > > You should show at least outputs of "bt" command in gdb. You should run > gdb this way: "gdb /usr/libexec/pppoed pppoed.core". Here is the output of bt This GDB was configured as "i386-unknown-freebsd". Core was generated by `pppoed'. Program terminated with signal 11, Segmentation fault. #0 0x280e461f in ?? () (gdb) bt #0 0x280e461f in ?? () #1 0x280e48c1 in ?? () #2 0x280e46af in ?? () #3 0x280e48c1 in ?? () #4 0x280e4fd9 in ?? () #5 0x280e34dc in ?? () #6 0x280e3470 in ?? () #7 0x280dda10 in ?? () #8 0x280dd66d in ?? () #9 0x280c4cc9 in ?? () #10 0x280c4be5 in ?? () #11 0x8049640 in ?? () #12 0x804a22b in ?? () #13 0x8048dba in ?? () (gdb) Also, I have included details of my running system in another mail. If you have not received it I can send it to you again with regards, Bikrant Neupane