Date: Fri, 2 Mar 2001 11:49:57 +0800 From: Mars G.Miro <mars@cannoncreek.com> To: freebsd-stable@freebsd.org Subject: ee segfaults if loading an ascii file takes time to load & hitting ^C Message-ID: <01030211504403.01653@hellraiser.cannoncreek.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01030211504403.01653>