From offby1@blarg.net Fri Oct 24 12:11:05 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.5 required=4.0 tests=AWL,BAYES_00,FOURLA, IMPRONONCABLE_2,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Oct 2008 19:11:05 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9OJB0fU027490 for ; Fri, 24 Oct 2008 12:11:02 -0700 Received: from mail.gnu.org ([199.232.76.166]:59577 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KtS1A-0003p2-Fn for emacs-pretest-bug@gnu.org; Fri, 24 Oct 2008 15:08:16 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KtS3m-0001C5-6x for emacs-pretest-bug@gnu.org; Fri, 24 Oct 2008 15:10:59 -0400 Received: from smtp61.avvanta.com ([206.124.128.61]:36092 helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtS3l-00015d-Kp for emacs-pretest-bug@gnu.org; Fri, 24 Oct 2008 15:10:58 -0400 Received: from mail.avvanta.com (localhost.drteeth.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 5C861F3950 for ; Fri, 24 Oct 2008 12:10:33 -0700 (PDT) Received: from offby1.atm01.sea.blarg.net (q-static-138-125.avvanta.com [206.124.138.125]) by mail.avvanta.com (Postfix) with ESMTP id 22F91F393D for ; Fri, 24 Oct 2008 12:10:33 -0700 (PDT) Received: from erich by offby1.atm01.sea.blarg.net with local (Exim 4.69) (envelope-from ) id 1KtS3M-0003Z9-8P for emacs-pretest-bug@gnu.org; Fri, 24 Oct 2008 12:10:32 -0700 From: Eric Hanchrow To: emacs-pretest-bug@gnu.org Subject: 23.0.60; aborted soon after I cloned a buffer Date: Fri, 24 Oct 2008 12:10:32 -0700 Message-ID: <87vdvhizbr.fsf@offby1.atm01.sea.blarg.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.drteeth.p.blarg.net X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I was editing a file, and hit C-x 4 c to clone the buffer -- I then narrowed one window to one region, and narrowed the other window (in the cloned buffer) to some other region. (I do this occasionally because I want to focus on _two_ separate pieces of the file at once, while ignoring everything else.) I did some editing -- can't remember what, unfortunately -- for a few minutes, and suddenly emacs broke into the debugger: SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] Environment variable "DISPLAY" not defined. TERM = screen Breakpoint 1 at 0x81155f6: file emacs.c, line 424. Breakpoint 2 at 0x812fba9: file sysdep.c, line 1135. Starting program: /usr/local/src/emacs-via-git/src/emacs -nw [Thread debugging using libthread_db enabled] [New Thread 0xb7025720 (LWP 1708)] [Switching to Thread 0xb7025720 (LWP 1708)] Program exited normally. quit SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] Environment variable "DISPLAY" not defined. TERM = screen Breakpoint 1 at 0x8115676: file emacs.c, line 424. Breakpoint 2 at 0x812fc39: file sysdep.c, line 1130. Starting program: /usr/local/src/emacs-via-git/src/emacs -nw [Thread debugging using libthread_db enabled] [New Thread 0xb70e4720 (LWP 20702)] [Switching to Thread 0xb70e4720 (LWP 20702)] SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] Environment variable "DISPLAY" not defined. TERM = screen Breakpoint 1 at 0x8115676: file emacs.c, line 424. Breakpoint 2 at 0x812fc39: file sysdep.c, line 1130. Starting program: /usr/local/src/emacs-via-git/src/emacs -nw [Thread debugging using libthread_db enabled] [New Thread 0xb70c7720 (LWP 13123)] [Switching to Thread 0xb70c7720 (LWP 13123)] Program exited normally. Working directory /usr/local/src/emacs-via-git. quit SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] Environment variable "DISPLAY" not defined. TERM = screen Breakpoint 1 at 0x81184f6: file emacs.c, line 424. Breakpoint 2 at 0x8132ab9: file sysdep.c, line 1130. Starting program: /usr/local/src/emacs-via-git/src/emacs -nw [Thread debugging using libthread_db enabled] [New Thread 0xb7074720 (LWP 12451)] [Switching to Thread 0xb7074720 (LWP 12451)] Breakpoint 1, abort () at emacs.c:424 424 kill (getpid (), SIGABRT); #0 abort () at emacs.c:424 #1 0x081cb447 in find_interval (tree=0x9360194, position=3149) at intervals.c:658 #2 0x081cbf16 in get_property_and_range (pos=3149, prop=138091297, val=0xbf842340, start=0xbf842348, end=0xbf842344, object=161440276) at intervals.c:2314 #3 0x081d3e02 in find_composition (pos=3149, limit=-1, start=0xbf842348, end=0xbf842344, prop=0xbf842340, object=161440276) at composite.c:430 #4 0x080770ee in check_point_in_composition (prev_buf=0x99f6210, prev_pt=3149, buf=0x99f6210, pt=3037) at xdisp.c:11189 #5 0x0807737d in reconsider_clip_changes (w=0x9d2dd20, b=0x99f6210) at xdisp.c:11236 #6 0x0808a946 in redisplay_window (window=164814116, just_this_one_p=0) at xdisp.c:13263 #7 0x0808d7e3 in redisplay_window_0 (window=164814116) at xdisp.c:12255 #8 0x08181c66 in internal_condition_case_1 (bfun=0x808d7c0 , arg=164814116, handlers=137857429, hfun=0x8068c20 ) at eval.c:1559 #9 0x08078d86 in redisplay_windows (window=161440272) at xdisp.c:12234 #10 0x08078d3a in redisplay_windows (window=161440272) at xdisp.c:12228 #11 0x0808e28e in redisplay_internal (preserve_echo_area=) at xdisp.c:11810 #12 0x081254e6 in read_char (commandflag=1, nmaps=5, maps=0xbf843f90, prev_event=137870617, used_mouse_menu=0xbf844030, end_time=0x0) at keyboard.c:2649 #13 0x081275cf in read_key_sequence (keybuf=0xbf8440d4, bufsize=30, prompt=137870617, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9343 #14 0x08129597 in command_loop_1 () at keyboard.c:1621 #15 0x08181e90 in internal_condition_case (bfun=0x81293f0 , handlers=137913825, hfun=0x8124330 ) at eval.c:1511 #16 0x08123883 in command_loop_2 () at keyboard.c:1338 #17 0x08181f6a in internal_catch (tag=137909801, func=0x8123860 , arg=137870617) at eval.c:1247 #18 0x08124197 in command_loop () at keyboard.c:1317 #19 0x0812450b in recursive_edit_1 () at keyboard.c:942 #20 0x08124641 in Frecursive_edit () at keyboard.c:1004 #21 0x0811930c in main (argc=2, argv=0xbf844754) at emacs.c:1723 quit The program is running. Exit anyway? (y or n) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/src/emacs-via-git/etc/DEBUG for instructions. In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-10-15 on debian configured using `configure '-C' '--enable-maintainer-mode'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t erc-autojoin-mode: t erc-match-mode: t erc-log-mode: t erc-services-mode: t erc-networks-mode: t desktop-save-mode: t recentf-mode: t display-time-mode: t global-auto-revert-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t iswitchb-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-l q RET C-e C-a c y c y , RET c y l RET RET q l RET c y l RET C-d x RET n n C-n RET q q l RET c y l RET c y l RET C-d q C-d RET SPC q q RET x C-n C-n C-e C-n C-n C-n C-n C-n C-n C-n C-n c y l RET x c y l z C-x b g r o RET g n n n RET RET SPC DEL C-x o C-u C-n C-u C-n C-n C-f C-@ C-e C-b C-b ESC w m C-y C-c C-c u n s u b RET C-x o B DEL y e s RET q c y , RET q l RET RET SPC SPC SPC SPC SPC SPC SPC SPC c y l RET x c y l z C-x b g r o RET m m e SPC C-n S e r i o u s SPC f u l l - b l o w n SPC t e s t ! C-u C-n T h i s SPC T o DEL i m e SPC F e r SPC S h i r ! ! C-c C-c g n n n RET C-n C-n RET n n SPC SPC SPC SPC C-n C-n RET C-x h B DEL y e s RET q , RET C-d q q RET q RET C-d x q q RET C-k x c y x l RET c y l RET B DEL y e s RET q c y z C-x b g r o RET g RET RET SPC B DEL y e s RET q , RET x RET SPC q ESC x r e p o r t - e m TAB RE T Recent messages: Fetching headers for nntp+localhost:gmane.emacs.devel...done Scoring...done Sorting threads...done Generating summary...done Sorting threads...done Generating summary...done Auto-saving...done Exiting summary buffer and applying spam rules No more unread newsgroups Auto-saving... -- ... a physicist of my acquaintance confiscated my copies of The Tao of Physics and The Dancing Wu-li Masters and wouldn't let me have them back even when I threatened to sue. -- Megan McArdle (writing as "Jane Galt") From cyd@stupidchicken.com Sat Nov 8 09:28:27 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.0 required=4.0 tests=AWL,BAYES_00, VALID_BTS_CONTROL autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 8 Nov 2008 17:28:28 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mA8HSPd3027719 for ; Sat, 8 Nov 2008 09:28:26 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 9534C57E1C8; Sat, 8 Nov 2008 12:28:36 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: tag 1197 Date: Sat, 08 Nov 2008 12:28:36 -0500 Message-ID: <87skq29lff.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii tags 1197 moreinfo,unreproducible tags 1242 moreinfo,unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 17:24:50 2011 Received: (at control) by debbugs.gnu.org; 10 Mar 2011 22:24:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PxoHq-0004hS-8V for submit@debbugs.gnu.org; Thu, 10 Mar 2011 17:24:50 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PxoHp-0004hC-DI for control@debbugs.gnu.org; Thu, 10 Mar 2011 17:24:49 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PxoHk-00066M-6u for control@debbugs.gnu.org; Thu, 10 Mar 2011 17:24:44 -0500 Date: Thu, 10 Mar 2011 17:24:44 -0500 Message-Id: Subject: control message for bug 8219 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) merge 1242 8219 From unknown Mon Jun 23 06:00:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Apr 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator