GNU bug report logs -
#32537
26.1.50; Tramp: Cursor jumps when typing during asynchronous find-file
Previous Next
Reported by: Gemini Lasswell <gazally <at> runbox.com>
Date: Sun, 26 Aug 2018 17:41:01 UTC
Severity: normal
Tags: fixed
Found in version 26.1.50
Fixed in version 27.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 32537 <at> debbugs.gnu.org (full text, mbox):
> From: Gemini Lasswell <gazally <at> runbox.com>
> Cc: 32537 <at> debbugs.gnu.org
> Date: Wed, 29 Aug 2018 10:55:35 -0700
>
> I'm a gdb newbie
You are doing fine, don't worry.
> It looks to me like Thread 1 is the main thread, and the thread names
> printed by gdb don't match what Emacs thinks they are. Thread 1 starts
> out as "emacs" but its name changes after I continue from the
> Fmake_thread breakpoint:
>
>
> Thread 1 "emacs" hit Breakpoint 3, Fmake_thread (function=XIL(0x4867b15),
> name=XIL(0x45b85a4)) at thread.c:768
> 768 {
> Deleted breakpoint 3
> Breakpoint 4 at 0x635530: file intervals.c, line 1826.
> Type commands for breakpoint(s) 4, one per line.
> End with a line saying just "end".
> Breakpoint 5 at 0x635360: file intervals.c, line 1729.
> Type commands for breakpoint(s) 5, one per line.
> End with a line saying just "end".
> Continuing.
> [New Thread 0x7f1cad3e1700 (LWP 9151)]
>
> Thread 1 "find-file /scp:" hit Breakpoint 5, temp_set_point_both (
> buffer=0xdb5800 <bss_sbrk_buffer+458720>, charpos=charpos <at> entry=146,
> bytepos=bytepos <at> entry=146) at intervals.c:1729
> 1729 {
> "redisplay_internal (C function)" (0x0)
>
>
> And then later in gdb.txt this thread shows up:
>
>
> Thread 6 "emacs" hit Breakpoint 5, temp_set_point_both (
> buffer=0xdb5800 <bss_sbrk_buffer+458720>, charpos=charpos <at> entry=151,
> bytepos=bytepos <at> entry=151) at intervals.c:1729
So given this confusion over which thread is what, I think we need to
see the C-level backtrace of all the Lisp threads, to see which one(s)
of them really called temp_set_point_both.
Thanks.
This bug report was last modified 6 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.