| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:to:from:subject:date:message-id:references | |
| :mime-version:content-type; q=dns; s=default; b=nxe2VKTfXlu1Bq88 | |
| aBNx3mQ9PMg1owr2rUPPbFJlLCwOxqdb0zhgcS4mPLZ+GALkuLcUSxK3GiiJPWcu | |
| c+dQGIN6e0FEQp5ebfZnm2tC/pFNq0aYPM5tsEbdY5z6q6xCrgtblojDBkAQKT0U | |
| YZi7E3Pf0dc5DRzcrPW6OS/rebM= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:to:from:subject:date:message-id:references | |
| :mime-version:content-type; s=default; bh=4vYAaiqHSxfI5Llyh3yXg6 | |
| NheGI=; b=pPg1fbnqSTv76Xwh5I3oJcNc+2kXmWm7Bxqx5nIaKHgou7jxto1S2d | |
| QRCAwo4nsUkisur8wmranrsp+YfsFExfALG2yOq+3JuLr6x+sQTNXAF5CuSK0Wao | |
| maJnq7wEKxOLk0VyV0eXRVI5E9Ayqzh8DKPyYYLakMzHJ815Fkn+c= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,KAM_OTHER_BAD_TLD autolearn=no version=3.3.2 spammy=H*r:Unknown, splashed, family |
| X-HELO: | blaine.gmane.org |
| To: | cygwin AT cygwin DOT com |
| From: | Oleksandr Gavenko <gavenkoa AT gmail DOT com> |
| Subject: | Re: Emacs + run.exe problem. |
| Date: | Sun, 30 Jul 2017 23:27:52 +0300 |
| Lines: | 47 |
| Message-ID: | <vriuy3r53c1j.fsf@gavenkoa.example.com> |
| References: | <vriuvam9lqht DOT fsf AT gavenkoa DOT example DOT com> |
| Mime-Version: | 1.0 |
| User-Agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (cygwin) |
| X-IsSubscribed: | yes |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |