emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: Dmitry Gutov
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Sat, 25 Jan 2020 13:17:54 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 25.01.2020 11:41, martin rudalics wrote:
(2) When you hit the breakpoint from (1) put another one on the line

       configureEvent = *event;

     in xterm.c and continue via "c".

Umm, it's not hit by resize-test (or any other step in the scenario).

But here's something weird:

(gdb) b frame.c:3572
Breakpoint 1 at 0x5555555ab4a0: file frame.c, line 3592.

I'm setting the breakpoint at line 3572, but it gets set on 3592. Is that normal?

Here's the full output:

Breakpoint 1 at 0x43814: file emacs.c, line 370.
Breakpoint 2 at 0xf94f0: file xterm.c, line 10134.
(gdb) b frame.c:3572
Breakpoint 3 at 0x574a0: file frame.c, line 3592.
(gdb) run -Q
Starting program: /home/dgutov/vc/emacs/src/emacs -Q
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffefcc5700 (LWP 5319)]
[New Thread 0x7fffef450700 (LWP 5320)]
[New Thread 0x7fffee842700 (LWP 5321)]
warning: Corrupted shared library list: 0x55555635c010 != 0x555556075e70
warning: Corrupted shared library list: 0x55555635c010 != 0x555556075e70
[New Thread 0x7fffed816700 (LWP 5324)]
[Thread 0x7fffee842700 (LWP 5321) exited]
[Thread 0x7fffef450700 (LWP 5320) exited]
[Thread 0x7fffefcc5700 (LWP 5319) exited]
[Thread 0x7ffff14c4e00 (LWP 5315) exited]
[Inferior 1 (process 5315) exited normally]



reply via email to

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