Changeset 4204 for trunk/etc/DEBUG

Show
Ignore:
Timestamp:
05/01/07 18:04:59 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/DEBUG

    r4200 r4204  
    568568Once you discover the corrupted Lisp object or data structure, grep 
    569569the sources for its uses and try to figure out what could cause the 
    570 corruption.  If looking at the sources doesn;t help, you could try 
     570corruption.  If looking at the sources doesn't help, you could try 
    571571setting a watchpoint on the corrupted data, and see what code modifies 
    572572it in some invalid way.  (Obviously, this technique is only useful for 
     
    732732disassembly will probably show several source lines followed by a 
    733733block of assembler for those lines.  The actual point where Emacs 
    734 crashes will be one of those source lines, but not neccesarily the one 
     734crashes will be one of those source lines, but not necessarily the one 
    735735that the debugger reports. 
    736736