public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Emacs + run.exe problem.
Date: Mon, 31 Jul 2017 11:58:00 -0000	[thread overview]
Message-ID: <vriuy3r53c1j.fsf@gavenkoa.example.com> (raw)
In-Reply-To: <vriuvam9lqht.fsf@gavenkoa.example.com>

On 2017-07-30, Oleksandr Gavenko wrote:
>
> This time two new:

I tried with 32-bit version.

As 64-bit version better avoid rebase problems I tried it.

> * "run emacs-w32" is broken. Some GUI windows splashed on screen and quickly
>   hid. 
>
Stil broken.

> * during work if emacs-w32 I see in consle (it's before and after after rebaseall):
>
>   1 [main] emacs-w32 936 child_info_fork::abort: C:\opt\cygwin\bin\cygXrender-1.dll: Loaded to different address: parent(0x1C50000) != child(0x6D520000)
>
>   1 [main] emacs-w32 1624 child_info_fork::abort: C:\opt\cygwin\bin\cygXrender-1.dll: Loaded to different address: parent(0x6D520000) != child(0x1E0000)

Don't get anymore.

But in addition socket binding for Emacs server stopped to work:

  (server-start)

with:

  Debugger entered--Lisp error: (file-error "Cannot bind server socket" "No such file or directory")
    make-network-process(:name "server" :server t :noquery t :sentinel server-sentinel :filter server-process-filter :coding raw-text-unix :family local :service "/tmp/emacs197609/server" :plist (:authenticated t))
    apply(make-network-process :name "server" :server t :noquery t :sentinel server-sentinel :filter server-process-filter :coding raw-text-unix (:family local :service "/tmp/emacs197609/server" :plist (:authenticated t)))
    server-start()

From past expirience I know workaround:

  (if (eq system-type 'cygwin)
      (setq server-use-tcp t))

================================================================

Unfortunetely there are too many problems with Cygwin W32 build to be useful.
The most distracting is a fork problems.

I'll back to native Emacs with cygwin.el. That combination has worked for me
since 2007.

-- 
http://defun.work/


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2017-07-30 20:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31  3:40 Oleksandr Gavenko
2017-07-31 11:58 ` Oleksandr Gavenko [this message]
2017-07-31 12:37   ` Ken Brown
2017-07-31 13:20     ` Oleksandr Gavenko
2017-07-31 22:09       ` Ken Brown

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=vriuy3r53c1j.fsf@gavenkoa.example.com \
    --to=gavenkoa@gmail.com \
    --cc=cygwin@cygwin.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).