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=WTRrMrtKhCm1ozGKvLk6QTC61k++D x7neK36egsbhDUwUfUPTFZw56DYsDmD5SDJIKpSvELAqAjFxRzKpyw/4FNa3NHc4 5Y9g7vP7fjpj/s8l2UJqB8e4Ru9G3E3kzunZfUk5n9jDck5IfiQJe5gPmYDRlEjV t3P5E4UlZhHFlg= 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=491s+dlhhbeqCK+qpLWAAqENtjw=; b=cOb Jbu1NBebvJkBzBqfzf2dQN6Q6O5gGV9W+wyZRSVFNePfyYYp0RSDRUx1JRXHPEm6 t1M15EPfWL07DwK7NYKmGYmPOEjK8J7BB4TsORvflOGMFnN2avPZpwSkc+tuvs5+ jVXUVuwZqXS2AurOzwblPQd0GQ7DBYCFcNRfH0Uk= 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.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 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 From: Simon Matthews Date: Tue, 3 Apr 2018 08:20:13 -0700 Message-ID: Subject: fork errors To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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