emacs-pretest-bug
[Top][All Lists]
Advanced

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

Segfault


From: Magnus Henoch
Subject: Segfault
Date: Sun, 29 May 2005 15:24:35 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (berkeley-unix)

I had just hit 'g' in the Gnus group buffer to fetch new mail, when
Emacs got a segfault.  See backtrace below.  I still have the gdb
session around, if there's more information to get from it.

Magnus

In GNU Emacs 22.0.50.3 (powerpc-unknown-netbsd3.99.3, X toolkit, Xaw3d scroll 
bars)
 of 2005-05-28 on zemdatav
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  file-name-shadow-mode: t
  jabber-activity-mode: t
  jabber-mode-line-mode: t
  icomplete-mode: t
  encoded-kbd-mode: t
  auto-compression-mode: t
  global-font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t
  next-error-follow-minor-mode:  Fol

Recent input:
SPC SPC SPC SPC SPC n o _ l o a d u p SPC = SPC 0 RET 
SPC SPC SPC SPC SPC SPC SPC SPC j u n k SPC = SPC 0 
x f f f f c e 6 4 SPC " \ 0 0 1 \ 2 1 3 y \ 2 6 0 \ 
0 0 2 \ 3 0 7 \ 0 1 6 - " RET C-x C-s ESC v ESC v ESC 
v ESC v ESC v ESC < ESC x r e p o r t SPC b DEL RE
T

Recent messages:
Auto-saving...done
Auto-saving...done
Mark saved where search started
Mark set
Buffer backtrace has shrunk a lot; auto save disabled in that buffer until next 
real save
Mark set
Undo!
Wrote /home/magnus/backtrace
Mark set
Loading emacsbug...done

GNU gdb 5.3nb1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc--netbsd"...
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x18a8bf4: file 
/home/magnus/noarchive/src/emacs-arch/src/emacs.c, line 460.
Breakpoint 2 at 0x1885fdc: file 
/home/magnus/noarchive/src/emacs-arch/src/xterm.c, line 7786.
(gdb) run
Starting program: /usr/local/bin/emacs -geometry 80x40+0+0

Program received signal SIGSEGV, Segmentation fault.
Fcons (car=36400, cdr=28241925)
    at /home/magnus/noarchive/src/emacs-arch/src/alloc.c:2689
2689          XSETCONS (val, cons_free_list);
(gdb) xbacktrace
0x2b34704 PVEC_COMPILED
"mapcar"
"byte-code"
"gnus-agent-read-agentview"
"gnus-cache-file-contents"
"gnus-agent-load-alist"
"gnus-agent-get-local"
"gnus-agent-possibly-alter-active"
"gnus-get-unread-articles"
"gnus-group-get-new-news"
"call-interactively"
(gdb) p val
$1 = -17152913(gdb) xtype
Lisp_Cons
(gdb) xcons
$2 = (struct Lisp_Cons *) 0x99c2bb00
Error accessing memory address 0x99c2bb00: Invalid argument.
(gdb) bt full
#0  Fcons (car=36400, cdr=28241925)
    at /home/magnus/noarchive/src/emacs-arch/src/alloc.c:2689
        val = -1715291387
#1  0x0194855c in Fbyte_code (bytestr=66, vector=28569865, maxdepth=-16956)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:944
        v1 = 28241925
        op = 66
        vectorp = (int *) 0x2b39fc8
        stack = {
  pc = 0x2b1dc02 "\022\fT\211\024\202V", 
  top = 0x0, 
  bottom = 0xffffbdc0, 
  byte_string = 45262803, 
  byte_string_start = 0x2b1dba4 "address@hidden", 
  constants = 45326276, 
  next = 0xffffc0a0
}
        top = (int *) 0xffffbdc4
        result = -1715291387
#2  0x0191ac50 in funcall_lambda (fun=45303556, nargs=1, arg_vector=0xffffbf34)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
---Type <return> to continue, or q <return> to quit---
        next = 45313025
        i = 1
        optional = 0
        rest = 0
#3  0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffbf30)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 45303556
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffc020, 
  function = 0xffffbf30, 
  args = 0xffffbf34, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x2b34704
        i = 264
#4  0x0191a308 in call1 (fn=26510684, arg1=27983872)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2578
---Type <return> to continue, or q <return> to quit---
        gcpro1 = {
  next = 0xffffbdc4, 
  var = 0x1b3f109, 
  nvars = 66
}
        args = {-16800, 26510684}
#5  0x01925240 in mapcar1 (leni=4, vals=0xffffbfd0, fn=45303556, 
    seq=-1715291387) at /home/magnus/noarchive/src/emacs-arch/src/fns.c:3137
        tail = 47246661
        dummy = 28241925
        i = 3
        gcpro1 = {
  next = 0xffffbdc4, 
  var = 0x1b3f109, 
  nvars = 66
}
        gcpro2 = {
  next = 0xffffbe60, 
  var = 0x194855c, 
  nvars = 28007300
}
        gcpro3 = {
  next = 0x1aef001, 
---Type <return> to continue, or q <return> to quit---
  var = 0x8e30, 
  nvars = 28241925
}
#6  0x0192561c in Fmapcar (function=45303556, sequence=4)
    at /home/magnus/noarchive/src/emacs-arch/src/fns.c:3205
        len = -1715291387
        leni = -16432
        args = (int *) 0x3
        ret = 3
        sa_must_free = 0
#7  0x0191a7b8 in Ffuncall (nargs=-1715291387, args=0xffffc080)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2793
        fun = -16252
        funcar = -1715291387
        numargs = 45303556
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffc120, 
  function = 0xffffc080, 
  args = 0xffffc084, 
  nargs = 2, 
  evalargs = 0 '\0', 
---Type <return> to continue, or q <return> to quit---
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0xffffc084
        i = 264
#8  0x019481f0 in Fbyte_code (bytestr=2, vector=28569961, maxdepth=-16256)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 2
        vectorp = (int *) 0x2b1a108
        stack = {
  pc = 0x2b1da8f "\210\334\016!\335\"\023)\t\203\234", 
  top = 0xffffc088, 
  bottom = 0xffffc080, 
  byte_string = 45229123, 
  byte_string_start = 0x2b1da08 
"\306\b!\210eb\210\307p!\310\311\312\217\310\031\032\e\n\313W\203 ", 
  constants = 45195524, 
  next = 0xffffc4f0
}
        top = (int *) 0xffffc080
        result = -1715291387
#9  0x01919a3c in Feval (form=3)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2139
        fun = 3
---Type <return> to continue, or q <return> to quit---
        val = -1715291387
        original_fun = 28374497
        original_args = 43255773
        funcar = -1715291387
        backtrace = {
  next = 0xffffc5c0, 
  function = 0xffffc190, 
  args = 0xffffc170, 
  nargs = 3, 
  evalargs = 1 '\001', 
  debug_on_exit = 0 '\0'
}
        gcpro1 = {
  next = 0xffffc170, 
  var = 0x1a493f8, 
  nvars = 27983872
}
        gcpro2 = {
  next = 0xffffc170, 
  var = 0x1b52c19, 
  nvars = 2
}
        gcpro3 = {
---Type <return> to continue, or q <return> to quit---
  next = 0xffffc200, 
  var = 0xffffc170, 
  nvars = 3
}
#10 0x01918050 in Fcondition_case (args=26508956)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:1336
        val = 28241921
        c = {
  tag = -16956, 
  val = 28569865, 
  next = 0x42, 
  gcpro = 0xffffbde0, 
  jmp = {-16800, 26510684, 28007300, -12700, 28241921, 36400, 28241925, 
    28241921, 27983872, 53, 26738688, 3, -16800, 27983872, 45195528, 3, 
    45210626, 0, -16960, 45262803, 45210532, 45326276, -16224, 28241921, 
    -16800, 26324060, 71, 28351329, -16800, 27983872, 0, 0, 27983872, 57, 
    -16588, 1, 1, 43253656, 27983872, 4, 45303552, 45313025, 45303556, 
    28241921, -16720, 26324048, 0, 0, 27983872, 27983872, 27983872, 27983872, 
    53, 26738688, 3, 27983872, 27983872, 27983872, 1, -16588, 45303552, 
    -16592, 45303556, -16720, -16624, 26322532, 928, 27983872, -16352, -16592, 
    -16588, 1, 53, 26738688, 3, 0, 27983872, 0, -16440, 27983872, 27983872, 0, 
    45303556, 45303556, 4, -16432, 3, 47246661, -16576, 26321672, -16112, 
    45907200, -16576, 45907347, 2, 28241921, 45303556, 47246901, 3, 47246661}, 
---Type <return> to continue, or q <return> to quit---
  backlist = 0xffffbfc0, 
  handlerlist = 0x1925240, 
  lisp_eval_depth = -16224, 
  pdlcount = 4, 
  poll_suppress_count = 43254709, 
  interrupt_input_blocked = -16432, 
  byte_stack = 0x4
}
        h = {
  handler = -15456, 
  var = 37475396, 
  chosen_clause = -16224, 
  tag = 0x48, 
  next = 0x1aef001
}
        bodyform = 27983872
        handlers = 1
        var = 1140858914
#11 0x01949384 in Fbyte_code (bytestr=143, vector=45310913, maxdepth=-15152)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:864
        v1 = 28241925
        op = 143
        vectorp = (int *) 0x2b39f88
---Type <return> to continue, or q <return> to quit---
        stack = {
  pc = 0x2b1d9ce "+\207", 
  top = 0xffffc4d0, 
  bottom = 0xffffc4d0, 
  byte_string = 45229187, 
  byte_string_start = 0x2b1d9c0 
"\301\302!\030\303\216r\bq\210\304\305\306\217+\207", 
  constants = 45326212, 
  next = 0xffffc640
}
        top = (int *) 0xffffc4d0
        result = -1715291387
#12 0x0191ac50 in funcall_lambda (fun=45303364, nargs=1, arg_vector=0xffffc624)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 28604657
        i = 1
        optional = 0
        rest = 0
#13 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffc620)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 45303364
---Type <return> to continue, or q <return> to quit---
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffc710, 
  function = 0xffffc620, 
  args = 0xffffc624, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x2b34644
        i = 264
#14 0x019481f0 in Fbyte_code (bytestr=1, vector=28604657, maxdepth=-14816)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 1
        vectorp = (int *) 0x23bdb88
        stack = {
  pc = 0x238ce2b "\022\f\b\v\nEL\210\n\2022", 
  top = 0xffffc624, 
  bottom = 0xffffc620, 
  byte_string = 37486307, 
---Type <return> to continue, or q <return> to quit---
  byte_string_start = 0x238ce08 "\306\307\b!8\310\211\031\032\e\fJ\211\021\203 
", 
  constants = 37477252, 
  next = 0xffffc790
}
        top = (int *) 0xffffc620
        result = -1715291387
#15 0x0191ac50 in funcall_lambda (fun=37487012, nargs=3, arg_vector=0xffffc774)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 28344993
        i = 3
        optional = 0
        rest = 0
#16 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffc770)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 37487012
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
---Type <return> to continue, or q <return> to quit---
  next = 0xffffc860, 
  function = 0xffffc770, 
  args = 0xffffc774, 
  nargs = 3, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x23c01a4
        i = 264
#17 0x019481f0 in Fbyte_code (bytestr=3, vector=28663241, maxdepth=-14480)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 3
        vectorp = (int *) 0x2b39008
        stack = {
  pc = 0x2b1d95a "\211\022)\207", 
  top = 0xffffc77c, 
  bottom = 0xffffc770, 
  byte_string = 45229987, 
  byte_string_start = 0x2b1d950 "\b\031\303\304\305\b\"\306\301#\211\022)\207", 
  constants = 45322244, 
  next = 0xffffc8f0
}
---Type <return> to continue, or q <return> to quit---
        top = (int *) 0xffffc770
        result = -1715291387
#18 0x0191ac50 in funcall_lambda (fun=45304100, nargs=1, arg_vector=0xffffc8c4)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 28663241
        i = 1
        optional = 0
        rest = 0
#19 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffc8c0)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 45304100
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffc9c0, 
  function = 0xffffc8c0, 
  args = 0xffffc8c4, 
  nargs = 1, 
  evalargs = 0 '\0', 
---Type <return> to continue, or q <return> to quit---
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x2b34924
        i = 264
#20 0x019481f0 in Fbyte_code (bytestr=1, vector=28663241, maxdepth=-14144)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 1
        vectorp = (int *) 0x2b35508
        stack = {
  pc = 0x2b321cc "\211\036\025\203m", 
  top = 0xffffc8c4, 
  bottom = 0xffffc8c0, 
  byte_string = 45288147, 
  byte_string_start = 0x2b32188 "\b\206\027", 
  constants = 45307140, 
  next = 0xffffca50
}
        top = (int *) 0xffffc8c0
        result = -1715291387
#21 0x0191ac50 in funcall_lambda (fun=45334244, nargs=1, arg_vector=0xffffca24)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
---Type <return> to continue, or q <return> to quit---
        next = 28454177
        i = 1
        optional = 1
        rest = 0
#22 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffca20)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 45334244
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffcb20, 
  function = 0xffffca20, 
  args = 0xffffca24, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x2b3bee4
        i = 264
#23 0x019481f0 in Fbyte_code (bytestr=1, vector=28663241, maxdepth=-13792)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
---Type <return> to continue, or q <return> to quit---
        op = 1
        vectorp = (int *) 0x2b35b88
        stack = {
  pc = 0x2b1c36d "address@hidden", 
  top = 0xffffca24, 
  bottom = 0xffffca20, 
  byte_string = 43570243, 
  byte_string_start = 0x2b1c35c "\b\206\a", 
  constants = 45308804, 
  next = 0xffffcbc0
}
        top = (int *) 0xffffca20
        result = -1715291387
#24 0x0191ac50 in funcall_lambda (fun=45282212, nargs=3, arg_vector=0xffffcb84)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 28454345
        i = 3
        optional = 1
        rest = 0
#25 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffcb80)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
---Type <return> to continue, or q <return> to quit---
        fun = 45282212
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffcc90, 
  function = 0xffffcb80, 
  args = 0xffffcb84, 
  nargs = 3, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x2b2f3a4
        i = 264
#26 0x019481f0 in Fbyte_code (bytestr=3, vector=28454345, maxdepth=-13440)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 3
        vectorp = (int *) 0x24b3408
        stack = {
  pc = 0x24b67f2 "\210\201\177", 
  top = 0xffffcb8c, 
  bottom = 0xffffcb80, 
---Type <return> to continue, or q <return> to quit---
  byte_string = 38407139, 
  byte_string_start = 0x24b600c "\306\020\tA\032\v\206\017", 
  constants = 38482948, 
  next = 0xffffcd10
}
        top = (int *) 0xffffcb80
        result = -1715291387
#27 0x0191ac50 in funcall_lambda (fun=38467172, nargs=1, arg_vector=0xffffccf4)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 34057081
        i = 1
        optional = 1
        rest = 0
#28 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffccf0)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 38467172
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
---Type <return> to continue, or q <return> to quit---
  next = 0xffffcde0, 
  function = 0xffffccf0, 
  args = 0xffffccf4, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x24af664
        i = 264
#29 0x019481f0 in Fbyte_code (bytestr=1, vector=28514265, maxdepth=-13072)
    at /home/magnus/noarchive/src/emacs-arch/src/bytecode.c:686
        op = 1
        vectorp = (int *) 0x20aec88
        stack = {
  pc = 0x24d0d41 "\210\202a", 
  top = 0xffffccf4, 
  bottom = 0xffffccf0, 
  byte_string = 34161395, 
  byte_string_start = 0x24d0cf0 
"\306\307!\210\310\211C\030\031\311\312!\210\311\313!\210\n\204\030", 
  constants = 34270340, 
  next = 0x0
}
---Type <return> to continue, or q <return> to quit---
        top = (int *) 0xffffccf0
        result = -1715291387
#30 0x0191ac50 in funcall_lambda (fun=34310948, nargs=1, arg_vector=0xffffcea4)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2979
        val = 28241925
        syms_left = 28241921
        next = 28514265
        i = 1
        optional = 1
        rest = 0
#31 0x0191a664 in Ffuncall (nargs=-1715291387, args=0xffffcea0)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:2847
        fun = 34310948
        funcar = -1715291387
        numargs = 27983872
        lisp_numargs = -1715291387
        val = -1715291387
        backtrace = {
  next = 0xffffd040, 
  function = 0xffffcea0, 
  args = 0xffffcea4, 
  nargs = 1, 
  evalargs = 0 '\0', 
---Type <return> to continue, or q <return> to quit---
  debug_on_exit = 0 '\0'
}
        internal_args = (int *) 0x20b8b24
        i = 264
#32 0x01915120 in Fcall_interactively (function=37577425, 
    record_flag=28241921, keys=28319748)
    at /home/magnus/noarchive/src/emacs-arch/src/callint.c:884
        val = 28241925
        args = (int *) 0x1ab0000
        visargs = (int *) 0xffffcea4
        argstrings = (unsigned char **) 0xffffce60
        fun = -1715291387
        specs = 4
        teml = -12608
        up_event = 0
        enable = 2
        next_event = 1
        prefix_arg = 28241921
        string = (unsigned char *) 0xffffcec0 "P"
        tem = (unsigned char *) 0x1983dec ""
        varies = (int *) 0xffffce40
        i = 2
        j = 4
---Type <return> to continue, or q <return> to quit---
        count = 1
        foo = -1715291387
        prompt1 = '\0' <repeats 99 times>
        arg_from_tty = 0
        gcpro1 = {
  next = 0xffffcff0, 
  var = 0x18bd62c, 
  nvars = 34355273
}
        gcpro2 = {
  next = 0x0, 
  var = 0xffffd370, 
  nvars = 0
}
        gcpro3 = {
  next = 0x1, 
  var = 0x0, 
  nvars = 2
}
        gcpro4 = {
  next = 0x1aef031, 
  var = 0x1aef001, 
  nvars = 2
---Type <return> to continue, or q <return> to quit---
}
        gcpro5 = {
  next = 0xffffd370, 
  var = 0x0, 
  nvars = 0
}
        key_count = 1
        record_then_fail = 0
        save_this_command = 37577425
        save_last_command = 34341537
        save_this_original_command = 37577425
        save_real_this_command = 37577425
#33 0x018b8e64 in Fcommand_execute (cmd=-16800, record_flag=28241921, 
    keys=28241921, special=47246517)
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:9712
        final = 34310948
        tem = 27983872
        prefixarg = 28241921
        backtrace = {
  next = 0xffffbdc4, 
  function = 0x1b3f109, 
  args = 0x42, 
  nargs = -16928, 
---Type <return> to continue, or q <return> to quit---
  evalargs = 255 '\377', 
  debug_on_exit = 255 '\377'
}
#34 0x018ac328 in command_loop_1 ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1781
        cmd = 2
        lose = 2
        nonundocount = -16800
        keybuf = {-16956, 28569865, 66, -16928, -16800, 26510684, 28007300, 
  -12700, 28241921, 36400, 28241925, 28241921, 27983872, 53, 26738688, 3, 
  -16800, 27983872, 45195528, 3, 45210626, 0, -16960, 45262803, 45210532, 
  45326276, -16224, 28241921, -16800, 26324060}
        i = 1
        prev_modiff = -12700
        prev_buffer = (struct buffer *) 0x297f000
        was_locked = 27983872
        already_adjusted = 0
#35 0x019182bc in internal_condition_case (bfun=0x44002022, handlers=27983872, 
    hfun=0x1) at /home/magnus/noarchive/src/emacs-arch/src/eval.c:1389
        val = -1715291387
        c = {
  tag = -16956, 
  val = 28569865, 
---Type <return> to continue, or q <return> to quit---
  next = 0x42, 
  gcpro = 0xffffbde0, 
  jmp = {-16800, 26510684, 28007300, -12700, 28241921, 36400, 28241925, 
    28241921, 27983872, 53, 26738688, 3, -16800, 27983872, 45195528, 3, 
    45210626, 0, -16960, 45262803, 45210532, 45326276, -16224, 28241921, 
    -16800, 26324060, 71, 28351329, -16800, 27983872, 0, 0, 27983872, 57, 
    -16588, 1, 1, 43253656, 27983872, 4, 45303552, 45313025, 45303556, 
    28241921, -16720, 26324048, 0, 0, 27983872, 27983872, 27983872, 27983872, 
    53, 26738688, 3, 27983872, 27983872, 27983872, 1, -16588, 45303552, 
    -16592, 45303556, -16720, -16624, 26322532, 928, 27983872, -16352, -16592, 
    -16588, 1, 53, 26738688, 3, 0, 27983872, 0, -16440, 27983872, 27983872, 0, 
    45303556, 45303556, 4, -16432, 3, 47246661, -16576, 26321672, -16112, 
    45907200, -16576, 45907347, 2, 28241921, 45303556, 47246901, 3, 47246661}, 
  backlist = 0xffffbfc0, 
  handlerlist = 0x1925240, 
  lisp_eval_depth = -16224, 
  pdlcount = 4, 
  poll_suppress_count = 43254709, 
  interrupt_input_blocked = -16432, 
  byte_stack = 0x4
}
        h = {
  handler = -15456, 
---Type <return> to continue, or q <return> to quit---
  var = 37475396, 
  chosen_clause = -16224, 
  tag = 0x48, 
  next = 0x1aef001
}
#36 0x018abc98 in command_loop_2 ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1318
        val = 27983872
#37 0x01917af4 in internal_catch (tag=27983872, func=0xffffc3a0, arg=37475396)
    at /home/magnus/noarchive/src/emacs-arch/src/eval.c:1148
        c = {
  tag = -16956, 
  val = 28569865, 
  next = 0x42, 
  gcpro = 0xffffbde0, 
  jmp = {-16800, 26510684, 28007300, -12700, 28241921, 36400, 28241925, 
    28241921, 27983872, 53, 26738688, 3, -16800, 27983872, 45195528, 3, 
    45210626, 0, -16960, 45262803, 45210532, 45326276, -16224, 28241921, 
    -16800, 26324060, 71, 28351329, -16800, 27983872, 0, 0, 27983872, 57, 
    -16588, 1, 1, 43253656, 27983872, 4, 45303552, 45313025, 45303556, 
    28241921, -16720, 26324048, 0, 0, 27983872, 27983872, 27983872, 27983872, 
    53, 26738688, 3, 27983872, 27983872, 27983872, 1, -16588, 45303552, 
    -16592, 45303556, -16720, -16624, 26322532, 928, 27983872, -16352, -16592, 
---Type <return> to continue, or q <return> to quit---
    -16588, 1, 53, 26738688, 3, 0, 27983872, 0, -16440, 27983872, 27983872, 0, 
    45303556, 45303556, 4, -16432, 3, 47246661, -16576, 26321672, -16112, 
    45907200, -16576, 45907347, 2, 28241921, 45303556, 47246901, 3, 47246661}, 
  backlist = 0xffffbfc0, 
  handlerlist = 0x1925240, 
  lisp_eval_depth = -16224, 
  pdlcount = 4, 
  poll_suppress_count = 43254709, 
  interrupt_input_blocked = -16432, 
  byte_stack = 0x4
}
#38 0x018abc3c in command_loop ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1297
No locals.
#39 0x018ab4f4 in recursive_edit_1 ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:990
        val = 0
#40 0x018ab69c in Frecursive_edit ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1051
        buffer = -1715291387
#41 0x018a99a8 in main (argc=0, argv=0x1ab0000)
    at /home/magnus/noarchive/src/emacs-arch/src/emacs.c:1775
        dummy = -16800
---Type <return> to continue, or q <return> to quit---
#38 0x018abc3c in command_loop ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1297
No locals.
#39 0x018ab4f4 in recursive_edit_1 ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:990
        val = 0
#40 0x018ab69c in Frecursive_edit ()
    at /home/magnus/noarchive/src/emacs-arch/src/keyboard.c:1051
        buffer = -1715291387
#41 0x018a99a8 in main (argc=0, argv=0x1ab0000)
    at /home/magnus/noarchive/src/emacs-arch/src/emacs.c:1775
        dummy = -16800
---Type <return> to continue, or q <return> to quit---
        stack_bottom_variable = 0 '\0'
        do_initial_setlocale = 27983872
        skip_args = 26510684
        rlim = {
  rlim_cur = -72825436901111, 
  rlim_max = 287762791904
}
        no_loadup = 0
        junk = 0xffffce64 "\001\213y\260\002\307\016-"




reply via email to

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