public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "nospam" <nospam@georgpotthast.de>
To: <cygwin@cygwin.com>
Subject: *** fatal error in forked process
Date: Sat, 25 Apr 2015 13:48:00 -0000	[thread overview]
Message-ID: <EE3F603367824D2598746CE51D89C2A6@SCHREIBTISCHGP> (raw)

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

                 reply	other threads:[~2015-04-25 13:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EE3F603367824D2598746CE51D89C2A6@SCHREIBTISCHGP \
    --to=nospam@georgpotthast.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).