X-Recipient: archive-cygwin@delorie.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:message-id:from:to:subject:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=X92
	OUPjQhNiG0yQcWZ4HjizZt49JG4+hJXP/moiGpJaqy5R31IWaxFzSHzjY1BNfoyG
	6Tw4rBA7kKfZsGxLWorl1TAJPYp2qp8fZ73H1cJ0qZWgaSvKbuI7m0bzuKD+wHvT
	pWuG5MyNWMNxrXUwzzHf3AtyblKhixvW6qwyccD4=
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:message-id:from:to:subject:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=uhWFrG1Jb
	7dNNSklc5Le+Kf2Fvs=; b=imjJVmU30VCd4i9K4cVjErHtffSmkmktgk/Y3tm7B
	/u5KCXfldiZObntfsBFK5m1cpGQZYr36aUpu7YJnYenLInxxy/Xa9FN6Fu1JrAZW
	Je6HDakQ1NrIs58TWOu8idoLz/0ZNv0N4yRv5uLzR0O0dn0qwWSvLAXNa2Zakifg
	oo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: mo4-p00-ob.smtp.rzone.de
X-RZG-AUTH: :ImMXZUGlW/jokhqreLfT95SEWddwkn1XOImu3VOctPB2uNNTUnknqtD3o/P04ptM
X-RZG-CLASS-ID: mo00
Message-ID: <EE3F603367824D2598746CE51D89C2A6@SCHREIBTISCHGP>
From: "nospam" <nospam@georgpotthast.de>
To: <cygwin@cygwin.com>
Subject: *** fatal error in forked process
Date: Sat, 25 Apr 2015 15:48:24 +0200
MIME-Version: 1.0
Content-Type: text/plain;	format=flowed;	charset="iso-8859-1";	reply-type=original
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

I try to compile and run WebKit with Cygwin64. I did get the WebKit package 
to compile and I now have a cygWebKit-0.dll, a WebProcess.exe and my 
WebLauncher application in my home directory.

In Linux I can start this WebLauncher program which pulls in the WebKit.so 
library. This library again uses g_spawn_async() to load the WebProcess 
program as a separate process.Then the WebKit library shall do calls to the 
WebProcess program which are thus non-blocking.

With Cygwin I run "startx ./WebKitBuild/Release/bin/WebLauncher.exe" which 
loads the cygWebKit-0.dll and then tries to execute g_spawn_async() to load 
WebProcess.exe.

WebLauncher.exe starts to show the GUI and then terminates with the 
following error, however:

*** fatal error in forked process - fork: can't reserve memory for parent 
stack 0x30000 - 0xFFA00000, (child has 0x30000 - 0x230000), Win32 error 487

I did a rebaseall from the command line and the new base is then set to 
5xxx0000. But the above message remains. What can I do to avoid the error? I 
also tried the -b option but that did not seem to work. But I think the base 
of 5xxx0000 should be high enough to avoid a conflict.


--
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

