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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=fyfB0MHDbVplasGIsVZyTsBoSVDaE ELtHx0eZgotBvFRPp3fadjw7L6GAdN+toWsuY82xmVQzxhwAT3ud3E5DIttWixxP oNAMyyLG0UJcyeM0tafiTlFNbO3l4iD/ja2jrM0gQpcIhMShnq96pc8UIJw8BsWr uG1yUJF6Xff+A0= 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:from:date:message-id:subject:to :content-type; s=default; bh=7I4s74v2BgsrJv3yqNC/Jb7/QsI=; b=u4M koKubDYAdI0hHU2mkQvH+2JETTQICt8UIrrqw8cRmFk3zdaU39LblarqFpddeP6n yQEH5Z4hXl4+4Lvz1klzDdF0YSmeQ83dErLd7MGCtFEds3ucVjVkKpyyuPIJHnxA ao9YAZ8hlbtX9R+N+0OG6HbHY8l+SD8fn+2U4hgA= 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=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Operating, plenty, died X-HELO: mail-wm0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=NvNcaY/3OnP6jG9DfNATg1EY5/F/ZOVgWTVHclHRAkU=; b=lRvvd6UvbjhFremhd25zNjmCc9YBsPyEWXuNH8MMIeGVMDgbh0JJ/yLqkVb4vnpck6 LGrp6Gz/MjJz7SjvcEiQ7xTzFWmPHivCmwBxm5Wp50qqFwEdVMRKWNe8T8oHoMNgCkQW xJegpQ8XA3wfqsyRPmS1E1g7Wp7s0anUIvK8o6kPvbYcCHR88N6HiDrlJzP7uddO8eU1 TC5g5XKRR/eyw7DIeH9Jr5Q9LuFOKjU1zcLDmFWnlLuKrjp7CX6y/cPL4S+3ChwOi/hA E7RIRwJ5vF3cLZX8PbAmjwwAriuoLv0wvFEukOVEbULp8fl0Hao5Avp1SAmwyFamxyx6 9Crg== X-Gm-Message-State: ABUngvcV5CyTnNUd/fyCpSdWjvIE+hDzOXkxybUEE+hDZNFcwJOVbqam2ML8hTIjJ9n4ROfOH7moLUKzIcZNUw== X-Received: by 10.28.69.217 with SMTP id l86mr2029091wmi.129.1479195211588; Mon, 14 Nov 2016 23:33:31 -0800 (PST) MIME-Version: 1.0 From: OwN-3m-All Date: Tue, 15 Nov 2016 00:33:31 -0700 Message-ID: Subject: pure-ftpd fatal error in forked process - fork: can't reserve memory for parent Cygwin x86 Operating Systems To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 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 -- 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