emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFA] Console based mouse face highlighting.


From: Johan Bockgård
Subject: Re: [RFA] Console based mouse face highlighting.
Date: Sun, 20 May 2007 11:37:10 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Nick Roberts <address@hidden> writes:

> OK I've committed these changes to the trunk.

I found these problems.


1. When the connection to Gpm is not open, term-close-connection
   causes a crash. (Evaluate `(term-close-connection)' twice.)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47687871279920 (LWP 25171)]
0x0000000000547ffd in delete_gpm_wait_descriptor (desc=-1) at process.c:7032
7032      FD_CLR (desc, &input_wait_mask);



2. When t-mouse is running, evaluate 

     (track-mouse (read-event))

   Move the mouse.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
#0  0x0000000000000000 in ?? ()
#1  0x00000000004bb6f2 in read_char (commandflag=0, nmaps=0, maps=0x0, 
prev_event=10402289, used_mouse_menu=0x0, end_time=0x0)
    at keyboard.c:4268
#2  0x00000000005351ee in read_filtered_event (no_switch_frame=0, 
ascii_required=0, error_nonascii=0, input_method=0, 
    seconds=<value optimized out>) at lread.c:504
#3  0x000000000051ad37 in Feval (form=<value optimized out>) at eval.c:2334
#4  0x000000000051b0e1 in Fprogn (args=<value optimized out>) at eval.c:447
#5  0x00000000004b9a6a in Ftrack_mouse (args=15790853) at keyboard.c:1436
#6  0x000000000051af28 in Feval (form=<value optimized out>) at eval.c:2275
#7  0x000000000051b84e in Ffuncall (nargs=<value optimized out>, args=<value 
optimized out>) at eval.c:2997
#8  0x00000000005475bb in Fbyte_code (bytestr=<value optimized out>, 
vector=15077793, maxdepth=141) at bytecode.c:679
#9  0x000000000051b308 in funcall_lambda (fun=9196644, nargs=1, 
arg_vector=0x7fffd1ad8808) at eval.c:3184
#10 0x000000000051b6e6 in Ffuncall (nargs=<value optimized out>, args=<value 
optimized out>) at eval.c:3054
#11 0x00000000005475bb in Fbyte_code (bytestr=<value optimized out>, 
vector=15077745, maxdepth=8) at bytecode.c:679
#12 0x000000000051b308 in funcall_lambda (fun=9197612, nargs=1, 
arg_vector=0x7fffd1ad89e8) at eval.c:3184
#13 0x000000000051b6e6 in Ffuncall (nargs=<value optimized out>, args=<value 
optimized out>) at eval.c:3054
#14 0x00000000005188fd in Fcall_interactively (function=10766193, 
record_flag=10402193, keys=10473844) at callint.c:860
#15 0x00000000004b2bda in Fcommand_execute (cmd=10766193, record_flag=10402193, 
keys=10402193, special=<value optimized out>)
    at keyboard.c:10116
#16 0x00000000004c00e0 in command_loop_1 () at keyboard.c:1873
#17 0x000000000051a1a4 in internal_condition_case (bfun=0x4bfd00 
<command_loop_1>, handlers=10497953, 
    hfun=0x4b9cd0 <cmd_error>) at eval.c:1481
#18 0x00000000004b907a in command_loop_2 () at keyboard.c:1329
#19 0x000000000051a2a7 in internal_catch (tag=<value optimized out>, 
func=0x4b9060 <command_loop_2>, arg=10402193)
    at eval.c:1222
#20 0x00000000004b9b08 in command_loop () at keyboard.c:1308
#21 0x00000000004b9efa in recursive_edit_1 () at keyboard.c:1006
#22 0x00000000004b9ff9 in Frecursive_edit () at keyboard.c:1067
#23 0x00000000004ae82b in main (argc=2, argv=0x7fffd1ad94b8) at emacs.c:1762

Lisp Backtrace:
"read-event" (0x9eb991)
"track-mouse" (0xf0f305)
"eval" (0xf0f2e5)
"eval-last-sexp-1" (0x9eb991)
"eval-last-sexp" (0x9eb991)
"call-interactively" (0xa44771)


-- 
Johan Bockgård





reply via email to

[Prev in Thread] Current Thread [Next in Thread]