From owner-freebsd-stable Thu Mar 1 19:43:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.skyinet.net (SMTP.SKYINET.NET [206.101.197.180]) by hub.freebsd.org (Postfix) with ESMTP id 9166837B718 for ; Thu, 1 Mar 2001 19:43:53 -0800 (PST) (envelope-from mars@cannoncreek.com) Received: from hellraiser.cannoncreek.com (unknown [202.78.79.4]) by smtp.skyinet.net (Postfix) with SMTP id BDD4232D2F for ; Fri, 2 Mar 2001 11:43:51 +0800 (PHT) From: Mars G.Miro To: freebsd-stable@freebsd.org Subject: ee segfaults if loading an ascii file takes time to load & hitting ^C Date: Fri, 2 Mar 2001 11:49:57 +0800 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01030211504403.01653@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, on a busy machine(lots of services) circa 4.2-Stable Feb. 1, I get segmentation faults with ee whenever I try to edit an ASCII file(if it takes a very long time to load) and hitting ^C. this is the output of gdb: $ gdb ee ee.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... Core was generated by `ee'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done. #0 0x280950d1 in wrefresh () from /usr/lib/libncurses.so.5 (gdb) Quit any ideas? cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message