From owner-freebsd-bugs Fri Aug 4 03:40:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA04474 for bugs-outgoing; Fri, 4 Aug 1995 03:40:29 -0700 Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id DAA04269 for ; Fri, 4 Aug 1995 03:37:45 -0700 Received: from tiempo.cs.tu-berlin.de (wosch@tiempo.cs.tu-berlin.de [130.149.144.5]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id MAA24612 for ; Fri, 4 Aug 1995 12:33:33 +0200 From: Wolfram Schneider Received: (wosch@localhost) by tiempo.cs.tu-berlin.de (8.6.12/8.6.9) id MAA02651; Fri, 4 Aug 1995 12:33:26 +0200 Date: Fri, 4 Aug 1995 12:33:26 +0200 Message-Id: <199508041033.MAA02651@tiempo.cs.tu-berlin.de> To: bugs@freebsd.org Subject: sh(1) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: bugs-owner@freebsd.org Precedence: bulk $ sh $ set -o vi $ 'ESC' ':' 'RET' : Segmentation fault (core dumped) $ gdb -core sh.core GDB is free software and you are welcome to 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. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc. Core was generated by `sh'. Program terminated with signal 11, Segmentation fault. #0 0x16283 in ?? () (gdb) where #0 0x16283 in ?? () #1 0x1625f in ?? () #2 0x13e4f in ?? () #3 0x16935 in ?? () #4 0x90c6 in ?? () #5 0xdaf9 in ?? () #6 0xd8fc in ?? () #7 0xcc29 in ?? () #8 0xb44b in ?? () #9 0xb3a3 in ?? () #10 0x10d3 in ?? () (gdb) $ uname -a FreeBSD freebsd 2.0-BUILT-19950530 FreeBSD 2.0-BUILT-19950530 #0: Tue May 30 13:57:36 MET DST 1995 root@freebsd:/usr4/src/src/sys/compile/FREEBSD i386 Wolfram