all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: [RFA] Console based mouse face highlighting.
Date: Sun, 20 May 2007 11:37:10 +0200	[thread overview]
Message-ID: <yoijhcq7q1ix.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: 17999.58366.589991.627229@kahikatea.snap.net.nz

Nick Roberts <nickrob@snap.net.nz> 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	other threads:[~2007-05-20  9:37 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-12 10:02 [PATCH] Console based mouse face highlighting Nick Roberts
2007-05-12 10:11 ` Nick Roberts
2007-05-12 13:25 ` Eli Zaretskii
2007-05-12 23:54   ` Nick Roberts
2007-05-13  3:42     ` Eli Zaretskii
2007-05-13  4:19       ` Nick Roberts
2007-05-13  4:41         ` Eli Zaretskii
2007-05-14 21:11           ` Nick Roberts
2007-05-15  3:26             ` Eli Zaretskii
2007-05-15  3:53               ` Nick Roberts
2007-05-15 21:15                 ` Eli Zaretskii
2007-05-15 21:33                   ` David Kastrup
2007-05-16  3:16                     ` Eli Zaretskii
2007-05-15 22:39                   ` [PATCH/Now RFA] " Nick Roberts
2007-05-16  3:24                     ` Eli Zaretskii
2007-05-16  3:54                       ` Nick Roberts
2007-05-16 10:00                         ` [RFA] " Nick Roberts
2007-05-16 18:19                           ` Eli Zaretskii
2007-05-16 21:46                             ` Nick Roberts
2007-05-17  3:24                               ` Eli Zaretskii
2007-05-17  3:54                                 ` Nick Roberts
2007-05-17 14:59                                   ` Stefan Monnier
2007-05-17 20:29                                     ` Eli Zaretskii
2007-05-17 22:29                                     ` Nick Roberts
2007-05-17 20:14                                   ` Eli Zaretskii
2007-05-17 22:34                                     ` Nick Roberts
2007-05-18 14:33                                       ` Eli Zaretskii
2007-05-18 21:09                                         ` Nick Roberts
2007-05-19  7:25                                           ` Eli Zaretskii
2007-05-19  8:15                                             ` Nick Roberts
2007-05-19  8:46                                               ` Eli Zaretskii
2007-05-20  6:00                                                 ` Nick Roberts
2007-05-20  9:37                                                   ` Johan Bockgård [this message]
2007-05-20  9:51                                                     ` Nick Roberts
2007-05-22 15:54                                                       ` Johan Bockgård
2007-05-22 21:36                                                         ` Nick Roberts
2007-05-30  5:41                                                           ` Nick Roberts
2007-06-03  1:12                                                         ` Nick Roberts
2007-06-03 21:27                                                           ` Richard Stallman
2007-06-03 22:15                                                             ` Drew Adams
2007-06-03 23:31                                                             ` Nick Roberts
2007-06-04  3:24                                                               ` Eli Zaretskii
2007-05-20 18:54                                                   ` Eli Zaretskii
2007-05-20 20:12                                                     ` Renaming NEWS [was: [RFA] Console based mouse face highlighting.] Glenn Morris
2007-05-20 20:42                                                       ` Nick Roberts
2007-05-20 21:31                                                       ` Renaming NEWS Miles Bader
2007-05-21  8:09                                                         ` Glenn Morris
2007-05-21  8:42                                                           ` David Kastrup
2007-05-22  6:46                                                             ` Glenn Morris
2007-05-22  7:12                                                               ` Miles Bader
2007-05-22 17:08                                                                 ` Glenn Morris
2007-05-22  8:30                                                           ` Richard Stallman
2007-05-22 17:09                                                             ` Glenn Morris
2007-05-21 10:33                                                       ` Renaming NEWS [was: [RFA] Console based mouse face highlighting.] Richard Stallman
2007-05-19 22:31                                               ` [RFA] Console based mouse face highlighting Richard Stallman
2007-05-14 16:57     ` [PATCH] " Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijhcq7q1ix.fsf@gamma02.me.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.