From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Lexbind (was: Emacs 23.3 released) Date: Thu, 17 Mar 2011 02:59:38 +0100 Message-ID: References: <87sjuulr20.fsf@gmail.com> <87aah2p1s1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300327233 31654 80.91.229.12 (17 Mar 2011 02:00:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 02:00:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 03:00:29 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q02Vo-0003Vi-1i for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 03:00:28 +0100 Original-Received: from localhost ([127.0.0.1]:43679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q02Vm-0000d5-Pa for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2011 22:00:26 -0400 Original-Received: from [140.186.70.92] (port=40624 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q02Vi-0000ci-4j for emacs-devel@gnu.org; Wed, 16 Mar 2011 22:00:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q02Vf-0004ac-0X for emacs-devel@gnu.org; Wed, 16 Mar 2011 22:00:22 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:37460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q02Ve-0004aY-PL for emacs-devel@gnu.org; Wed, 16 Mar 2011 22:00:18 -0400 Original-Received: by yib2 with SMTP id 2so1152576yib.0 for ; Wed, 16 Mar 2011 19:00:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=T3RI9qY0sISiNrdcIY/iH/V4nUKMNjv7LdCImKPDfQQ=; b=xfPd6tCiMZWyDjxW5CMxxZ0EEHorDCS6q8pdKCO5m9DIX8JxOs89yFIm9jPxI54NLB LGyR2f+pyzCyO7zseMM8mnQyIDtPE/9Uv972/pqex0wIlGupxqPHYM2Fu2zWr3sKCf54 JWjuQsCseK5ZACMk9F20f7VTUIomUZrossFrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=KLEM1ILVHsd5DQgc1oS+xhOuU6iZxWSP8ee6hXhSp/PxjTHnEnjBQQie5O/Eqqnr7Q MJULLEdJ56E87D/kW2Fr4NnmTQrGbyTU6etunKIbWVKdiXqwIkSs2DDEsq3TmXlAfNex a52ZAiGooRGX70DZXefimKBdhiQtxk49KIxr4= Original-Received: by 10.236.140.67 with SMTP id d43mr776783yhj.103.1300327218120; Wed, 16 Mar 2011 19:00:18 -0700 (PDT) Original-Received: by 10.147.34.11 with HTTP; Wed, 16 Mar 2011 18:59:38 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137321 Archived-At: > Now on to actual run-time errors. I've had several hangups while reading from the minibuffer. No CPU usage, but no response whatsoever so I had to kill Emacs. I just had one while running under GDB, so I Ctrl-C and I got the attached backtrace. Note that I'm not running emacs -Q, but with my normal setup (icomplete, ido, etc.) =C2=A0 =C2=A0 Juanma (gdb) bt #0 0x0112c987 in next_element_from_buffer (it=3D0x88c250) at xdisp.c:6744 #1 0x0112171f in get_next_display_element (it=3D0x88c250) at xdisp.c:5630 #2 0x0112292b in move_it_in_display_line_to (it=3D, to_charpos=3D-1, to_x=3D-1, op=3D0) at xdisp.c:6956 #3 0x0112620f in move_it_to (it=3D0x88c250, to_charpos=3D-1, to_x=3D-1, to_y=3D-1, to_vpos=3D1, op=3D4) at xdisp.c:7333 #4 0x0112e87f in move_it_by_lines (it=3D0x88c250, dvpos=3D1, need_y_p=3D1) at xdisp.c:7757 #5 0x01136a6e in try_scrolling (window=3D, just_this_one_p=3D0, arg_scroll_conservatively=3D143165576, scroll_step=3D0= , temp_scroll_step=3D0, last_line_misfit=3D0) at xdisp.c:13128 #6 0x0114e0cd in redisplay_window (window=3D, just_this_one_p=3D0) at xdisp.c:14168 #7 0x011502b3 in redisplay_window_0 (window=3D56712709) at xdisp.c:12362 #8 0x01012961 in internal_condition_case_1 (bfun=3D0x1150290 , arg=3D56712709, handlers=3D53689030, hfun=3D0x1109770 ) at eval.c:1536 #9 0x0110f137 in redisplay_windows (window=3D) at xdisp.c:12342 #10 0x011310f6 in redisplay_internal (preserve_echo_area=3D) at xdisp.c:11919 #11 0x01132a65 in redisplay_preserve_echo_area (from_where=3D8) at xdisp.c:= 12174 #12 0x0103384a in detect_input_pending_run_timers (do_display=3D1) at keyboard.c:10365 #13 0x0101e7e1 in wait_reading_process_output (time_limit=3D450, microsecs=3D0, read_kbd=3D-1, do_display=3D1, wait_for_cell=3D53704730, wait_proc=3D0x0, just_wait_proc=3D0) at process.c:4856 #14 0x01081f63 in sit_for (timeout=3D1800, reading=3D1, do_display=3D1) at dispnew.c:6017 #15 0x01036e95 in read_char (commandflag=3D1, nmaps=3D4, maps=3D0x88f190, prev_event=3D53704730, used_mouse_menu=3D0x88f288, end_time=3D0x0) at keyboard.c:2601 #16 0x0103853e in read_key_sequence (keybuf=3D0x88f2f8, prompt=3D53704730, dont_downcase_last=3D0, can_return_switch_frame=3D1, fix_current_buffer=3D1= , bufsize=3D30) at keyboard.c:9199 #17 0x0103b07a in command_loop_1 () at keyboard.c:1409 #18 0x0101288b in internal_condition_case (bfun=3D0x103ae30 , handlers=3D53758362, hfun=3D0x102ae50 ) at eval.c:1491 #19 0x0102a51d in command_loop_2 (ignore=3D53704730) at keyboard.c:1129 #20 0x010127c9 in internal_catch (tag=3D53860642, func=3D0x102a4f0 , arg=3D53704730) at eval.c:1235 #21 0x0102afd7 in command_loop () at keyboard.c:1094 #22 0x0102b0cb in recursive_edit_1 () at keyboard.c:731 #23 0x010accc3 in read_minibuf (map=3D53693814, initial=3D53704730, prompt=3D, backup_n=3D, expflag=3D0, histvar=3D58957570, histpos=3D0, defalt=3D82462646, allow_props=3D0, inherit_input_method=3D1) at minibuf.c:661 #24 0x010148d7 in Ffuncall (nargs=3D8, args=3D0x88f630) at eval.c:3012 #25 0x010c2e07 in exec_byte_code (bytestr=3D, vector=3D20030189, maxdepth=3D36, args_template=3D53704730, nargs=3D0, args=3D) at bytecode.c:766 #26 0x01014231 in funcall_lambda (fun=3D20030013, nargs=3D2, arg_vector=3D0x88f7e4) at eval.c:3218 #27 0x010146d0 in Ffuncall (nargs=3D3, args=3D0x88f7e0) at eval.c:3035 #28 0x010c2e07 in exec_byte_code (bytestr=3D, vector=3D20035461, maxdepth=3D28, args_template=3D53704730, nargs=3D0, args=3D) at bytecode.c:766 #29 0x01014231 in funcall_lambda (fun=3D20035341, nargs=3D0, arg_vector=3D0x88f900) at eval.c:3218 #30 0x010131ee in apply_lambda (fun=3D20035341, args=3D) at eval.c:3096 #31 0x01013507 in eval_sub (form=3D20035950) at eval.c:2406 #32 0x01017312 in Feval (form=3D20035950, lexical=3D53704730) at eval.c:221= 2 #33 0x010c3da7 in Fcall_interactively (function=3D54514858, record_flag=3D53704730, keys=3D53725957) at callint.c:343 #34 0x010149d9 in Ffuncall (nargs=3D4, args=3D0x88fbb0) at eval.c:2993 #35 0x01014dc1 in call3 (fn=3D53872642, arg1=3D54514858, arg2=3D53704730, arg3=3D53704730) at eval.c:2785 #36 0x0103b387 in command_loop_1 () at keyboard.c:1528 #37 0x0101288b in internal_condition_case (bfun=3D0x103ae30 , handlers=3D53758362, hfun=3D0x102ae50 ) at eval.c:1491 #38 0x0102a51d in command_loop_2 (ignore=3D53704730) at keyboard.c:1129 #39 0x010127c9 in internal_catch (tag=3D53756458, func=3D0x102a4f0 , arg=3D53704730) at eval.c:1235 #40 0x0102b021 in command_loop () at keyboard.c:1108 #41 0x0102b0cb in recursive_edit_1 () at keyboard.c:731 #42 0x0102b265 in Frecursive_edit () at keyboard.c:793 #43 0x01002e5f in main (argc=3D, argv=3D0xa22d08) at emacs.c:1684 Lisp Backtrace: "read-from-minibuffer" (0x88f634) "read-regexp" (0x88f7e4) "occur-read-primary-args" (0x88f900) "call-interactively" (0x88fbb4) (gdb)