From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93723 invoked by alias); 3 Apr 2018 15:20:19 -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 93705 invoked by uid 89); 3 Apr 2018 15:20:18 -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=died 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; Tue, 03 Apr 2018 15:20:16 +0000 Received: by mail-wm0-f48.google.com with SMTP id p9so34283538wmc.3 for ; Tue, 03 Apr 2018 08:20:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=WAblMh3uw+h3eFE1U4VV1+tH5Xk+Ag1VXWHyqZnveuw=; b=BEBD3ox/S3nUuhb2Vkh1ZKTOBe25xjT+cCYNw6ZT3wdAwUP5SPKDxHS4tGp9g9vlG4 xgHQQrGUeWYyZ06yzweaGgj4dl1+EAExSCJ19jsI2IrS9TuLDgAPEMSjGplOuZvAWC5I O93DuwvnSgz9Ag5vvLhg11toZ03l5h7LQpkGIJI0X7Ng5RgyuM1AmZrpv1wHxc9lpEuz U8cKJSMXRuCBzw47UmpTV0nlvrUqJjfZc/xUzOf08saA5q8xtLB8/mPifBTxkqQpMtAr DGmtK9CZm1YPG3Q+Vj+yeNBRltSVPpWWTXw2oii9CqY4AUlEN9AvzIxKqg+Du7AgC5ep Vj6g== X-Gm-Message-State: ALQs6tCDZYndkl1S+6ZHUQInKB8XBnc6MdKNe6uYuBy9sCCMfbPqseaR GKJvWdnBMC3+Rt5uRSTKBo0L7Q2KncPPAWkwC/f/YA== X-Google-Smtp-Source: AIpwx48eYnfm4xBSWm+dSREPANxZmhyfzT2Dd23MNwS1q6sXw9Om7PcaBeg+d3aGjr9H8YvP14eCGr7s+GixMIlWx2I= X-Received: by 10.28.126.11 with SMTP id z11mr4157127wmc.128.1522768813935; Tue, 03 Apr 2018 08:20:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.154.84 with HTTP; Tue, 3 Apr 2018 08:20:13 -0700 (PDT) From: Simon Matthews Date: Tue, 03 Apr 2018 15:20:00 -0000 Message-ID: Subject: fork errors To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00009.txt.bz2 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 -- 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