Anita Wang wrote:
when I use ctl+k keys to delete a line, it crashes. Here is the info:
own-selection-internal(CLIPBOARD "add
37.2.163.8.242.0.0.0/40\n" nil nil)
(cisco-5.0.6-gdb) where
#0 0xef20a8f0 in _libc_kill () from /usr/lib/libc.so.1
#1 0x880c0 in fatal_error_signal ()
#2 <signal handler called>
#3 0xef6b1bf8 in _XmClipboardIsMarkedForDelete () from /usr/dt/lib/libXm.so.3
#4 0xef686730 in _XmClipboardDeleteMarked () from /usr/dt/lib/libXm.so.3
#5 0xef6865f0 in XmClipboardEndCopy () from /usr/dt/lib/libXm.so.3
This suggests two plausible reasons:
1. It's a bug in your Motif library.
2. It's a bug in XEmacs' use of Motif.
Either way, building XEmacs with Athena instead of Motif is likely to
make the problem go away. If option 1 is true, updating the Motif
library may also help.
Additionally, if you don't need to cut/paste between XEmacs and other
X applications, you can decouple XEmacs' internal cut/paste operations
from the X clipboard by setting the variables
interprogram-cut-function and interprogram-paste-function to nil.
--
Glynn Clements <glynn.clements(a)virgin.net>