emacs-devel
[Top][All Lists]
Advanced

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

Re: Tramp with global-auto-revert-mode.


From: Richard Stallman
Subject: Re: Tramp with global-auto-revert-mode.
Date: Mon, 17 May 2004 07:04:20 -0400

    (gdb) frame 5                         
    #5  0x08129aba in Fgarbage_collect () at alloc.c:4429
    4429                 mark_stack ();
    (gdb) p (char *) stack_base + i     
    $41 = 0xbffff9e2 "AME=Default"
    (gdb) p (char *) stack_base + i - 15
    $42 = 0xbffff9d3 "GNOME_SESSION_NAME=Default"
    (gdb) 

What is the value of i?  What is stack_base?

Anywya, they indicate where the stack begins.  That doesn't tell us
where the problem is.  Please also look in the mark_memory frame and
see what address it is actually operating on.

That address should be part of some stack frame.
Which stack frame is it?  You may need to type
`info frame 1', `info frame 2', and so on in order to
see the addresses of various stack frames and find
out which one contains the address in question.





reply via email to

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