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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=Z04FpvZ Gk1dOoz/s2xh+gAzm8TMTafrbcOA0PpznF5h6tfCe25RzwMy1cI+AIMudes+dH1Q 6+oMyowjKpHYcQa6/AbTo2sZ1Fan4mUrbjRIMKt048ngXQowwGEx/OXlr3bqfsJ8 ejp2N1a5nOGAMHweK6qs3z+5JB+8o6c6RC8o= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=r5bab6TDIZqpA RJbwU0nvcW+ZiE=; b=GcTMMwRHGpwfcQKEgno9Z/aRkbcWq/V2GWsS+zXbHhCnA NzY/wZikarRCVhjqDphdAjyi8jy3F4WqaXv9tWHvi6mYGPLUx0U5OLe5RRaEZgDL bWTlWtFx4QJBcl3Ix8etlTipXgGhWF/QIjdTH798252hwnhrhBDVE2chWA4c58= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=R0b0t1, r0b0t1, HX-Received:sk:f13-v6m, retry X-HELO: mail-lj1-f170.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=1aW5ELQNbG2aslfPRhnSIS/rVvAOS8QW3nS59nDhOu8=; b=a/UfltwftkI+i87HM9qdX/pRhlpOfxuKNW2quZajIwtngKkB1x6jVDmpPvkWpqg7d2 y7IYOqJoMSL+1Ct4eeh2es/Mtf7/4LOEvVTsrhiZD8aCV60EHY4SU9lszU6vPcRINMYd PLBwTAfiWj6ifj2pu//1SmZg6Rg24Op8aRGEzC4UTFaT2Fdv8DU/TkVDEhasW1vWMCuS RLlvCCLDtUDgEbgHCJl8uQmMTcDJ9EnlMY4hKL07ZNIzZKo27RY7OP39p5/aY/Ztt/D5 YXMt7k2Ls3paQbT/eagaQ0oh3N5dqVLX0CilrRidhi46SDKVz5f1+hsFdjHBoBaQ6V1T Pa4Q== MIME-Version: 1.0 In-Reply-To: References: From: R0b0t1 Date: Thu, 2 Aug 2018 09:11:04 -0500 Message-ID: Subject: Re: Problem with installing Cygwin/X on Windows 10 PC: no icon created To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Thu, Aug 2, 2018 at 5:10 AM, Zuowei Wang wrote: > Sorry to both again. Below is what I got when running the command in the Cygwin terminal : > > $ /etc/postinstall/xinit-1.3.4-14.sh > 1 [main] bash 4160 child_info_fork::abort: C:\cygwin64\bin\cygiconv-2.dll: Loaded to different address: parent(0x3FD990000) != child(0x3E3CA0000) > -bash: fork: retry: Resource temporarily unavailable > 1 [main] bash 4316 child_info_fork::abort: C:\cygwin64\bin\cygiconv-2.dll: Loaded to different address: parent(0x3FD990000) != child(0x3E3CA0000) > -bash: fork: retry: Resource temporarily unavailable > 1 [main] bash 6092 child_info_fork::abort: C:\cygwin64\bin\cygiconv-2.dll: Loaded to different address: parent(0x3FD990000) != child(0x3E3CA0000) > -bash: fork: retry: Resource temporarily unavailable > 1 [main] bash 10672 child_info_fork::abort: C:\cygwin64\bin\cygiconv-2.dll: Loaded to different address: parent(0x3FD990000) != child(0x3E3CA0000) > -bash: fork: retry: Resource temporarily unavailable > 1 [main] bash 10408 child_info_fork::abort: C:\cygwin64\bin\cygiconv-2.dll: Loaded to different address: parent(0x3FD990000) != child(0x3E3CA0000) > -bash: fork: Resource temporarily unavailable > > Zuowei > Hello, These errors are from an AV. Many AVs try to block "stack pivots" which interferes with Cygwin's implementation of fork(2). AV vendors are becoming rather brazen and their products rather annoying; I've had to threaten to just keep reinstalling the OS on work machines to get rid of the AV. But also once IT added a policy that should have allowed X11 it was still not working. AVs can silently kill things with no warning, but I am not sure if that is it or if Cygwin's X11 is broken. I had to use Xming with DISPLAY=localhost:0.0. In restrospect Xming is likely the reason Cygwin's DISPLAY defaults to "ocalhost:0.0." Cheers, R0b0t1 -- 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