From owner-cvs-usrsbin Tue Jul 9 10:40:45 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23948 for cvs-usrsbin-outgoing; Tue, 9 Jul 1996 10:40:45 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23930; Tue, 9 Jul 1996 10:40:37 -0700 (PDT) Date: Tue, 9 Jul 1996 10:40:37 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199607091740.KAA23930@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/07/09 10:40:37 Modified: usr.sbin/ppp main.c Log: Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times, but they are VERY rare to tracking down this bug. I hope core helps to track it down. Revision Changes Path 1.20 +6 -1 src/usr.sbin/ppp/main.c