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

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

Re: crash and core dump


From: Devon
Subject: Re: crash and core dump
Date: Mon, 10 Jan 2005 13:00:29 -0500 (EST)

   From: Richard Stallman <address@hidden>
   CC: address@hidden
   Reply-to: address@hidden
   Date: Sun, 09 Jan 2005 18:52:44 -0500

       #10 0x8143d05 in Fassq (key=138449993, list=140103509) at fns.c:1516
       #11 0x817506c in adjust_intervals_for_insertion (tree=0x8afbda4, 
           position=320634, length=2) at intervals.c:963

   What was the LIST argument to Fassq?  It appears to have come from
   Vtext_property_default_nonsticky; was that variable's value invalid?

Only got as far as ((fill-space . t) ...)
Can't do more today, gotta fix car,
see medic, pay pile of bills...

                Peace
                        --Devon
         /~\
         \ /    Health Care
          X     not warfare
         / \

        Kerry won the popular vote
        Dubya won the digital vote

PS: Surely this has already been automated?

(gdb) xcons 138449993
The history is empty.
(gdb) 138449993 xcons
Undefined command: "138449993".  Try "help".
(gdb) help xcons
Print the contents of $, assuming it is an Emacs Lisp cons.
(gdb) $=138449993 xcons
Undefined command: "".  Try "help".
(gdb) 138449993
Undefined command: "138449993".  Try "help".
(gdb) print 138449993
$1 = 138449993
(gdb) print 138449993
$2 = 138449993
(gdb) xcons
$3 = (struct Lisp_Cons *) 0x8409448
{
  car = 0x10, 
  cdr = 0x81b199b
}
(gdb) nextcons
$4 = 135993755
$5 = (struct Lisp_Cons *) 0x81b1998
{
  car = 0x9, 
  cdr = 0xffffffff
}
(gdb) nextcons
$6 = -1
$7 = (struct Lisp_Cons *) 0xfffffff8
Cannot access memory at address 0xfffffff8.
(gdb) print 0x10
$8 = 16
(gdb) xint
$9 = 2
(gdb) print 9
$10 = 9
(gdb) xint
$11 = 1
(gdb) print 140103509
$12 = 140103509
(gdb) xcons
$13 = (struct Lisp_Cons *) 0x859cf50
{
  car = 0x859cee5, 
  cdr = 0x83d96e5
}
(gdb) nextcons
$14 = 138254053
$15 = (struct Lisp_Cons *) 0x83d96e0
{
  car = 0x83d96dd, 
  cdr = 0x83d951d
}
(gdb) nextcons
$16 = 138253597
$17 = (struct Lisp_Cons *) 0x83d9518
{
  car = 0x83d9515, 
  cdr = 0x83d0001
}
(gdb) nextcons
$18 = 138215425
$19 = (struct Lisp_Cons *) 0x83d0000
{
  car = 0x14, 
  cdr = 0x81a1c5b
}
(gdb) nextcons
$20 = 135928923
$21 = (struct Lisp_Cons *) 0x81a1c58
{
  car = 0x3, 
  cdr = 0xffffffff
}
(gdb) print 138254053
$22 = 138254053
(gdb) xcons
$23 = (struct Lisp_Cons *) 0x83d96e0
{
  car = 0x83d96dd, 
  cdr = 0x83d951d
}
(gdb) print 0x859cee5
$24 = 140103397
(gdb) xcons
$25 = (struct Lisp_Cons *) 0x859cee0
{
  car = 0x865b8a9, 
  cdr = 0x83d0031
}
(gdb) print Vtext_property_default_nonsticky
$26 = 140103509
(gdb) xcons
$27 = (struct Lisp_Cons *) 0x859cf50
{
  car = 0x859cee5, 
  cdr = 0x83d96e5
}
(gdb) nextcons
$28 = 138254053
$29 = (struct Lisp_Cons *) 0x83d96e0
{
  car = 0x83d96dd, 
  cdr = 0x83d951d
}
(gdb) nextcons
$30 = 138253597
$31 = (struct Lisp_Cons *) 0x83d9518
{
  car = 0x83d9515, 
  cdr = 0x83d0001
}
(gdb) nextcons
$32 = 138215425
$33 = (struct Lisp_Cons *) 0x83d0000
{
  car = 0x14, 
  cdr = 0x81a1c5b
}
(gdb) nextcons
$34 = 135928923
$35 = (struct Lisp_Cons *) 0x81a1c58
{
  car = 0x3, 
  cdr = 0xffffffff
}
(gdb) print 0x859cee5
$36 = 140103397
(gdb) xcons
$37 = (struct Lisp_Cons *) 0x859cee0
{
  car = 0x865b8a9, 
  cdr = 0x83d0031
}
(gdb) print 0x865b8a9
$38 = 140884137
(gdb) xsymbol
$39 = (struct Lisp_Symbol *) 0x865b8a8
"fill-space"
(gdb) print 0x83d0031
$40 = 138215473
(gdb) xsymbol
$41 = (struct Lisp_Symbol *) 0x83d0030
"t"
(gdb) print 0x83d96dd
$42 = 138254045
(gdb) xsymbol
$43 = (struct Lisp_Symbol *) 0x83d96d8
Cannot access memory at address 0x83d0019.
(gdb) 




reply via email to

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