From owner-freebsd-current Tue Apr 8 06:36:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA08885 for current-outgoing; Tue, 8 Apr 1997 06:36:38 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA08811; Tue, 8 Apr 1997 06:35:35 -0700 (PDT) Received: by sovcom.kiae.su id AA28868 (5.65.kiae-1 ); Tue, 8 Apr 1997 15:45:07 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 8 Apr 97 15:45:07 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id QAA00230; Tue, 8 Apr 1997 16:43:25 +0400 (MSD) Date: Tue, 8 Apr 1997 16:43:23 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: FreeBSD-current Cc: dyson@freebsd.org, peter@freebsd.org Subject: new ufs exec crash in -current Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Put this line in your .login and you got system crash withing a minute after this command executed: exec /usr/local/bin/ssh -l -e none -c des locahlost ^^^^^ this cipher must be _not_ supported, it is true, if you run sshd 1.2.18 If you remove "exec" word from here, you'll just get proper error diagnostic about not supported cipher, but no crash. Crash details: page fault in kernel mode stack looks like: lockstatus ufs_islocked vfs_msync sync vfs_update kproc_start main Please, fix. -- Andrey A. Chernov http://www.nagual.ru/~ache/