all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Copley <rcopley@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 25875@debbugs.gnu.org
Subject: bug#25875: 26.0.50; Hang logging out of MS-Windows
Date: Sat, 25 Feb 2017 22:02:17 +0000	[thread overview]
Message-ID: <CAPM58ohysCbDR_Y1v9+cS+spAqLPmGMU+NBWch3SN8+Whb88Wg@mail.gmail.com> (raw)
In-Reply-To: <CAPM58ohKqi9Se-dSTg4fTZW3u4-uGV6G3p0GyQrX9FH6xo0JHg@mail.gmail.com>

On 25 February 2017 at 21:37, Richard Copley <rcopley@gmail.com> wrote:
> On 25 February 2017 at 21:30, Richard Copley <rcopley@gmail.com> wrote:
>>>>> Configured using:
>>>>>  'configure --prefix=/mingw64 --with-modules
>>>>>  --enable-locallisppath=/c/emacs/site-lisp
>>>>>  CPPFLAGS=-D_WIN32_WINNT=_WIN32_WINNT_WIN7 'CFLAGS=-O0 -g -ggdb''
>>>>
>>>> Why are you setting _WIN32_WINNT to this value when compiling Emacs?
>>>
>>> It's part of a patch that sets the AppUserModelID of the Emacs
>>> process and of the shortcut created by addpm.exe to the same
>>> string, so that if I pin the shortcut to the taskbar, that icon
>>> will combine with the taskbar button of a running Emacs process.
>>> I can't imagine it's relevant to this issue.
>>>
>>> [Would you like to see the patch? It would only be a starting point,
>>> since it wouldn't compile on earlier versions of the OS in its
>>> current state. And I'm still not ready to assign copyright.]
>>
>> Hmm, that doesn't make much sense, does it? I only need those
>> flags in addpm.c, not for the rest of Emacs. Perhaps it's left over
>> from another experiment. I've taken it out of my build script, but
>> I haven't rebuilt because current master doesn't build from pristine:

Builds fine without that flag, so I'll stop using it. Thanks.

A negative test result: from "emacs -Q", this recipe
doesn't cause a hang:

;; open an Ediff control panel frame
M-x ediff-buffers RET *scratch* RET *Messages* RET
;; Restart the computer.
;; (Result: the computer restarts normally.)

Another data point: I observed the same thing (i.e., Windows
failing to shut down, followed by Emacs being in a state where it
doesn't respond to keyboard and mouse input) on my work Windows 7
laptop. (Didn't attach GDB and didn't try "taskkill.exe" that time.)

So this doesn't seem to be related to my hardware or Windows 10.
But it could be influenced by my config (which is all but
identical on both machines), since I haven't reproduced it
from "emacs -Q".





  reply	other threads:[~2017-02-25 22:02 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 19:35 bug#25875: 26.0.50; Hang logging out of MS-Windows Richard Copley
2017-02-25 19:41 ` Richard Copley
2017-02-25 20:36   ` Eli Zaretskii
2017-02-25 21:13     ` Richard Copley
2017-02-26 15:47       ` Eli Zaretskii
2017-02-26 18:26         ` Richard Copley
2017-02-25 20:33 ` Eli Zaretskii
2017-02-25 21:07   ` Richard Copley
2017-02-25 21:30     ` Richard Copley
2017-02-25 21:37       ` Richard Copley
2017-02-25 22:02         ` Richard Copley [this message]
2017-02-26 15:47           ` Eli Zaretskii
2017-02-26 18:37             ` Richard Copley
2017-02-26 15:44     ` Eli Zaretskii
2017-02-26 18:04       ` Ken Brown
2017-02-26 18:25         ` Eli Zaretskii
2017-02-26 18:58           ` Ken Brown
2017-02-26 19:25             ` Eli Zaretskii
2017-02-26 23:38               ` Ken Brown
2017-02-27  8:14                 ` Richard Copley
2017-02-27 15:36                   ` Eli Zaretskii
2017-02-27 19:04                     ` Richard Copley
2017-02-27 19:16                       ` Eli Zaretskii
2017-02-27 19:23                         ` Richard Copley
2017-02-27 19:30                           ` Richard Copley
2017-02-27 19:39                             ` Ken Brown
2017-02-27 19:46                               ` Richard Copley
2017-02-27 19:56                                 ` Richard Copley
2017-02-27 20:19                                   ` Ken Brown
2017-02-27 20:27                                 ` Eli Zaretskii
2017-02-27 20:52                                   ` Richard Copley
2017-02-27 20:58                                     ` Eli Zaretskii
2017-02-27 21:09                                       ` Richard Copley
2017-02-28  3:30                                         ` Eli Zaretskii
2017-02-28  6:37                                           ` Richard Copley
2017-02-27 22:37                   ` Ken Brown
2017-02-27 23:03                     ` Richard Copley
2017-02-28  3:35                       ` Eli Zaretskii
2017-02-28  7:21                         ` Richard Copley
2017-02-28 15:36                           ` Eli Zaretskii
2017-02-28 16:40                             ` Ken Brown
2017-02-28 16:44                               ` Eli Zaretskii
2017-02-28 18:59                                 ` Richard Copley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPM58ohysCbDR_Y1v9+cS+spAqLPmGMU+NBWch3SN8+Whb88Wg@mail.gmail.com \
    --to=rcopley@gmail.com \
    --cc=25875@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.