WSL下 Debian emacs 29.1 emacsclient 无响应

尝试了先启动无配置的daemon:

❯ emacs -Q --daemon

Warning: due to a long standing Gtk+ bug
https://gitlab.gnome.org/GNOME/gtk/issues/221
Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
Starting Emacs daemon.
❯ emacsclient -c -a "" -n
❯ ps aux | grep emacs
wang1zh+   529  0.0  0.9 176516 37816 ?        Ss   10:40   0:00 emacs -Q --daemon
wang1zh+   558 50.0  0.0   6344  2084 pts/0    S+   10:41   0:00 grep emacs
wang1zh+ 30563  0.0  4.1 271852 168356 ?       Ss   Aug29   0:02 /usr/bin/emacs -no-comp-spawn -Q --batch --eval (setq w32-disable-abort-dialog t) -l /tmp/emacs-async-comp-flymake.el-6489E9.el

同样卡死在这个地方。