From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76448 invoked by alias); 3 Apr 2018 20:40:50 -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 76436 invoked by uid 89); 3 Apr 2018 20:40:49 -0000 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_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=died, H*u:6.1, H*UA:6.1 X-HELO: mail-wr0-f173.google.com Received: from mail-wr0-f173.google.com (HELO mail-wr0-f173.google.com) (209.85.128.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Apr 2018 20:40:48 +0000 Received: by mail-wr0-f173.google.com with SMTP id d17so4568717wre.1 for ; Tue, 03 Apr 2018 13:40:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=MmrRhuIl5b8/WO0fsCiRy+6FwyU57/CFCW9BxvR1kvY=; b=LY27ythXyDt3FQ6M8hXcGVu3yJe4PZF3kmKnXYbIBfvGwXWsuaOhqARdD8F0ASOFSe Rp8C1USVgaT7+z6BmtNF1B3ijrNpOm6B+2Zlrze/V9iyB7cnB48KERxqa/qMxj48TNXK sqkqjis2g+eneLNlwQ+tzidsEbaZqZYgBzjGzM/+xpuMnvCxbyO7m2jZDIPfsqtKpQLc 5JzYaKoxGYedwEGWcdrUdHcSRXkx6lnRZohQhNEWXH5YGNj2O5teSqniWhajTwTDvZSf jGKDnhMfY4nQ70ei9X6hOMOZ0XB/AdylQr6a5/bRIFKGZheprdVJi640xJBKDKti7C5W nIqA== X-Gm-Message-State: AElRT7EVZiaV5oDoN00K9Kp/KSqjzclAb1ifCi8avGL2y9IEGcMskQLW TzyDyBecbbQxpMwtjXQUnzgdjniq X-Google-Smtp-Source: AIpwx4+GYjf89Edv+esgFsLJ8Fu5JkuVjL5FRuO/rvYNyEC6VfLkukAGHfNtEeoFP+/tm2QpsO0hTg== X-Received: by 10.223.130.246 with SMTP id 109mr11586981wrc.45.1522788046356; Tue, 03 Apr 2018 13:40:46 -0700 (PDT) Received: from ?IPv6:2003:ee:63dc:1701:f43f:374f:fee9:dc1a? (p200300EE63DC1701F43F374FFEE9DC1A.dip0.t-ipconnect.de. [2003:ee:63dc:1701:f43f:374f:fee9:dc1a]) by smtp.googlemail.com with ESMTPSA id z12sm2334577wrg.20.2018.04.03.13.40.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Apr 2018 13:40:45 -0700 (PDT) Subject: Re: fork errors To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <1f65087a-e62e-ddc1-8831-7f5d9f0ab4cd@gmail.com> Date: Tue, 03 Apr 2018 20:40:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00011.txt.bz2 On 03/04/2018 17:20, Simon Matthews wrote: > I have been seeing a large number of error messages like this: > 2 [main] bash 8652 fork: child -1 - forked process 7532 died > unexpectedly, retry 0, exit code 0xC0000005, errno 11 > 2 [main] bash 8652 fork: child -1 - forked process 7532 died > unexpectedly, retry 0, exit code 0xC0000005, errno 11 > > I followed the instruction to run "rebaseall" and this appears to have > worked properly. > > I suspect that the cause is that I am running a daemon that I compiled > myself on a different instance of cygwin and then copied across. This > daemon is not in the normal /usr tree. > > Should I rebase the binaries associated with this daemon and, if so, > how do I do this? > > Simon > Simon, copied across what ? Rebase is only for shared libraries; how is your demon implemented ? 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