all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Donald Zoch" <donald.zoch@amd.com>
Cc: Donald Zoch <donald.zoch@amd.com>
Subject: emacs crash
Date: Wed, 7 Jun 2006 14:12:48 -0500	[thread overview]
Message-ID: <20060607191248.GA10039@orkney.amd.com> (raw)

We think we've experienced a bug in emacs
It dies with a segmentation fault. 

GNU Emacs 21.4.1
Copyright (C) 2002 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Backtrace:

#0  0x40294fd1 in kill () from /lib/tls/libc.so.6
#1  0x080decb2 in fatal_error_signal (sig=26106) at emacs.c:354
#2  <signal handler called>
#3  0x0804fd50 in increment_row_positions (row=0x85fdd10, delta=1, delta_bytes=4) at dispnew.c:1188
#4  0x0804fdef in increment_matrix_positions (matrix=0x84df150, start=65, end=65, delta=1, 
    delta_bytes=1) at dispnew.c:927
#5  0x0806c3eb in try_window_id (w=0x8498798) at xdisp.c:11883
#6  0x080711a0 in redisplay_window (window=1212778392, just_this_one_p=1) at xdisp.c:10260
#7  0x080736b1 in redisplay_internal (preserve_echo_area=4) at xdisp.c:8910
#8  0x080e8ceb in read_char (commandflag=1, nmaps=2, maps=0xffffaa10, prev_event=405378092, 
    used_mouse_menu=0xffffaa68) at keyboard.c:2299
#9  0x080ea551 in read_key_sequence (keybuf=0xffffaba0, bufsize=30, prompt=405378092, 
    dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:8209
#10 0x080ec3eb in command_loop_1 () at keyboard.c:1451
#11 0x0813d39a in internal_condition_case (bfun=0x80ec1e0 <command_loop_1>, handlers=405474436, 
    hfun=0x80e5440 <cmd_error>) at eval.c:1267
#12 0x080e0d5e in command_loop_2 () at keyboard.c:1245
#13 0x0813d2a9 in internal_catch (tag=4, func=0x80e0d30 <command_loop_2>, arg=405378092)
    at eval.c:1030
#14 0x080e0b2e in command_loop () at keyboard.c:1224
#15 0x080e0bd9 in recursive_edit_1 () at keyboard.c:950
#16 0x080e0d0e in Frecursive_edit () at keyboard.c:1006
#17 0x080dff09 in main (argc=2, argv=0xffffb254, envp=0xffffb260) at emacs.c:1547


Detail from our user on what he was doing when it crashed:

Here's the detail that I have:
Similar to the last failure I had 2 files open in buffers (size:401204B
& 995B)
with the emacs panel split in 2 vertically and a separate buffer in each.
The 401204B file was in the left pane, 995B file in the right pane.
I had just copy/pasted the 995B into the 2nd file which hadn't yet been
saved.
I left clicked the mouse to place the cursor in the left window
and the session disappeared.

I think that this time was slightly different than the last time it failed.
Last time I wasn't doing copy/paste, but was typing text,
I left clicked and then when I typed the 1st character the session
disappeared.
I think that I didn't hit a character this time.


Thanks for any help you can provide.

Donald
--
Donald Zoch                    
donald.zoch@amd.com             

             reply	other threads:[~2006-06-07 19:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 19:12 Donald Zoch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-20 14:17 Emacs crash Rusi
2015-02-13 15:56 emacs crash Rusi
2015-02-13 16:03 ` Rusi
2015-02-14  6:44 ` Alexis
     [not found] ` <mailman.35.1423896300.31049.help-gnu-emacs@gnu.org>
2015-02-14 10:23   ` Rusi
2015-02-14 11:10     ` Alexis
2015-02-14 17:53 ` Robert Thorpe
2005-08-31 19:58 Philip B Giangarra
2005-04-24 10:23 joseph
2005-04-25 16:05 ` Richard Stallman
2004-11-03  9:55 B. Anyos
2004-11-03 10:28 ` Jason Rumney
2004-11-03 10:50   ` B. Anyos
2004-11-03 11:21     ` Jason Rumney
2004-11-03 11:29       ` Dhruva Krishnamurthy
2004-11-03 12:02       ` B. Anyos
2004-11-03 11:06   ` Dhruva Krishnamurthy
2004-11-03 14:09     ` CHENG Gao
2004-11-03 15:02       ` B. Anyos
2004-11-04  9:51         ` Richard Stallman
2004-11-04 10:31           ` Jason Rumney
2004-11-04 12:52             ` B. Anyos
2004-11-04 13:08               ` Dhruva Krishnamurthy
2004-11-05  8:38                 ` Cheng Gao
2004-11-04 15:48             ` B. Anyos
2004-11-05  0:15               ` Richard Stallman
2004-11-04 17:05             ` Jan D.
2004-11-05  8:03               ` Stefan
2004-11-04  9:51       ` Richard Stallman
2003-10-08 12:42 Werner LEMBERG
2003-08-16 13:56 Werner LEMBERG
2003-08-18  4:52 ` Richard Stallman

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=20060607191248.GA10039@orkney.amd.com \
    --to=donald.zoch@amd.com \
    /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.