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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=UC+Hs+8DFY24zpqd m7G2RS6zQ52n/bYZHidhDVovgGHnla0drA68BzMkL0YN9qwXyLWcMwiIZm27qcS1 +PWQ2XsvOWh70HbbIZ6j88OszbPkzu47e2cIlysfgeTqI8t+3jb+lMtzb1BnN1nT NEJKRq5TVHlucIzRbecK2EJzNck= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=LPWxVVNrewbH04TRLqQrf5 WG93E=; b=fBHpDzP3TK/cYlWDWFwcPo+xgKEnrLRChj2ik7U0pC7fZ55uVU5Xdv OUVEJpzHGgAlG4+3PSrkkEQjkMCKEHhTaqOuMTX2jhu+mwl5yZ0EI/CcmEgxAKrI 0reFMJGCzTeX9/KUG2FhV22EEipRmhHkMeOeWzeCOyAW+CeDY4qBI= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:2052, authorization, H*i:N0qtg-6pv, H*MI:sk:HMLRuaA X-HELO: mail-pg0-f42.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=s5XcrMmPzkf5MpgMSSoRiG9z57L6pDTplLwJsH4SCXI=; b=nJ6G0HN1p35gE8JVzlsF1rcekoP3Ud6vT/YB/ygPLoPTIumncSGNwzrryHMNnnLMfc dhnnb6QTJwr5RmqKsLpH9MN6P36/UIoRY7KQEojxK7ITN7ZQZ6tk8bgErQ/7ZGPbCgE8 D2yTDqzUT3QRMFPEGbp6qLpMTzaMCF+jnT4Wnl+fqkDa9fAH5egfsiUVxOpjE+HrzMpE NKDupjIDjV8d9GUPmgACsZfm8TACJKA5Oz9Ut27321/5SbY4lsRygudiTDSTlfqQthVx EAQ8SiXX76Xh3m21NK86UBMf3tUDGVnELj/ZYWhAcqJdNo/AjRQOI6D0ZIQLl5OzeriQ /K1A== X-Gm-Message-State: ABUngveGeGdZKYCZU6SUur0cahIEynT2Xt2GvnDwc7quNIUEkz0w3Mal+uXE62biC8otaw== X-Received: by 10.98.83.193 with SMTP id h184mr8084649pfb.175.1479205072324; Tue, 15 Nov 2016 02:17:52 -0800 (PST) Subject: Re: pure-ftpd fatal error in forked process - fork: can't reserve memory for parent Cygwin x86 Operating Systems To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <3af4091b-96b1-bb5c-58ab-a8281dfe48b8@gmail.com> Date: Tue, 15 Nov 2016 11:17:43 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 15/11/2016 08:33, OwN-3m-All wrote: > Hi, > > Has anyone else run into this issue when trying to get pure-ftpd to work? > > ./pure-ftpd.exe > 9 [main] pure-ftpd 3032 C:\OGP\usr\sbin\pure-ftpd.exe: *** fatal > error in forked process - fork: can't reserve memory for parent stack > 0x1B0000 - 0x3B0000, (child has 0x140000 - 0x340000), Win32 error 487 > 1022 [main] pure-ftpd 3032 cygwin_exception::open_stackdumpfile: > Dumping stack trace to pure-ftpd.exe.stackdump > 9 [main] pure-ftpd 2936 fork: child -1 - forked process 3032 > died unexpectedly, retry 0, exit code 0x100, errno 11 > > Full stack trace from log: > > Stack trace: > Frame Function Args > 0033F9F0 7744D2E9 (7FFD9000, 77A16100, 00000000, 00000000) > 0033FA30 778B1603 (00AD1000, 7FFD9000, FFFFFFFF, 77917B2E) > 0033FA48 778B15D6 (00AD1000, 7FFD9000, 00000000, 00000000) > End of stack trace > > I get the reserve memory error when a FTP connection to pure-ftpd is > opened. pure-ftpd immediately crashes with the above error and the > FTP connection is never established. I have installed pure-ftpd the > same way on a Windows Server 2008 SP2 x86 instance and a Windows 7 x86 > instance. I run into the same error on each, and each machine has > plenty of RAM available. Other packages aren't doing this. It > happens with the built-in anonymous user along with any new users that > eventually are added in /etc/pureftpd.passwd > > Setup.exe version 2.876 (32 bit) > pure-ftpd version installed is 1.0.43-1 How are you running pure-ftpd ? Do you have problem with normal users ? It may be a problem of authorization to change user owner for the process. > Anyone have any clue what the issue is? There is no log entry in > /var/log and I see pure-ftpd.exe running as a process... it just > crashes every time a connection is opened. > > Thanks > OwN > Please attach the cygcheck.out. PS: I can not follow up the matter in detail until next week. 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