Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 1995 12:33:26 +0200
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        bugs@freebsd.org
Subject:   sh(1)
Message-ID:  <199508041033.MAA02651@tiempo.cs.tu-berlin.de>

next in thread | raw e-mail | index | archive | help

$ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508041033.MAA02651>