From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116342 invoked by alias); 28 Apr 2017 18:38:41 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 116329 invoked by uid 89); 28 Apr 2017 18:38:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Resource, rws, 4604, Hx-languages-length:1806 X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 18:38:39 +0000 Received: by mail-wm0-f48.google.com with SMTP id u65so49289883wmu.1 for ; Fri, 28 Apr 2017 11:38:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=c8lSRhPCCZ9rd82/asnFHgf0pPae49Y87dXZMu2wGfA=; b=nVQrZMJeLOzY+arW+XWrnqWvOayCqv+lTE6E362TFWBFCIaPDx+liQKghfbW2YhzMN iBT1qSWODvZMQB4jKumpEHxuoz0U9gltyxhq+YDnkl6ka/EyphVc69hMh5Ay8tMrSLGF IvmOEqEHQRYdOyQBbD7K6ezdsCBsaaNJFCYXwyllTJ82HGOgyaG1kJPVtyS7lY3nc+lN mTqWKSMJGrxkk7PWVpyXER/zchHanXQTw8oVB+CiVYtNUMb4KU8jYjAjyXNV8TMURpUX K/qbqAcJDqL+ES/YH/3C8lJOXKD1mhkVzAUO/o7aC5G7oGY5LAz+PXi9lkzHCCyHJbEA NTuA== X-Gm-Message-State: AN3rC/4DGjdW3dvJht6rPoJ3zHGXsQo1Df0T3i/3hVx1Vv8sumFQHsyt ZG6fL2SMgVB/IjKB X-Received: by 10.28.154.85 with SMTP id c82mr6911593wme.100.1493404719759; Fri, 28 Apr 2017 11:38:39 -0700 (PDT) Received: from [192.168.2.108] (p4FDB3B99.dip0.t-ipconnect.de. [79.219.59.153]) by smtp.googlemail.com with ESMTPSA id f2sm7409970wmh.27.2017.04.28.11.38.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 11:38:38 -0700 (PDT) From: Marco Atzeri Subject: fork issue on 32bit To: "cygwin@cygwin.com" Message-ID: Date: Sat, 29 Apr 2017 07:27:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00366.txt.bz2 Hi, I am rebuilding the pure-ftpd server. On 64bit I have no issue while testing the 32bit version on $ uname -svr CYGWIN_NT-6.1-WOW 2.8.0(0.309/5/3) 2017-04-01 20:42 I hit: $ ./pure-ftpd -B 0 [main] pure-ftpd 7960 E:\cygwin\usr\sbin\pure-ftpd.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x3B0000 - 0x5B0000, (child has 0x330000 - 0x530000), Win32 error 487 0 [main] pure-ftpd 4752 fork: child -1 - forked process 7960 died unexpectedly, retry 0, exit code 0xC0000005, errno 11 Unable to start a standalone server - fork: Resource temporarily unavailable I excluded AV interference as it happens also on Safe Mode. The process memory area seems fine 00200000-00242000 rw-p 00000000 0000:0000 0 [win heap 1 grow] 00242000-00300000 ===p 00042000 0000:0000 0 [win heap 1 grow] 00300000-00301000 r--s 00000000 0000:0000 0 00310000-00312000 rw-p 00000000 0000:0000 0 [win heap 1 grow] 00312000-00320000 ===p 00002000 0000:0000 0 [win heap 1 grow] 00320000-00322000 rw-p 00000000 0000:0000 0 00330000-00331000 rw-p 00000000 0000:0000 0 00340000-00341000 r--s 00000000 0000:0000 0 00350000-00357000 r--s 00000000 0000:0000 0 00360000-00362000 rw-s 00000000 0000:0000 0 00380000-00384000 rw-p 00000000 0000:0000 0 [win heap 4 grow] 00384000-00390000 ===p 00004000 0000:0000 0 [win heap 4 grow] 003B0000-005A6000 ===p 00000000 0000:0000 0 [stack (tid 4604)] 005A6000-005A7000 rw-g 001F6000 0000:0000 0 [stack (tid 4604)] 005A7000-005B0000 rw-p 001F7000 0000:0000 0 [stack (tid 4604)] 005B0000-005E9000 ===p 00000000 0000:0000 0 I have same error on current package version pure-ftpd-1.0.45-1, so or I missed to note the issue before (likely) or something is changed in Cygwin in the meantime. Any suggestion what to look for ? Regards Marco -- 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