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

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

Re: crash when opening a newsgroup


From: Richard Stallman
Subject: Re: crash when opening a newsgroup
Date: Wed, 27 Apr 2005 14:36:55 -0400

    (gdb) p *bp
    $3 = {next = 0x70746e6e, function = 0x64, args = 0x8c70478, nargs = 
1852141679, evalargs = 45 '-', 
      debug_on_exit = 116 't'}


Several of these fields appear to be garbage.  next is garbage, you
found.  nargs is garbage.  function is garbage.

The next step is to manually scan the same list, starting with
backtrace_list, and see what elements it has before that point.
And see what they say.  What functions made them?

This will give us a clue towards how the list got clobbered as it did.




reply via email to

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