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:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=m+0pNJggiZ5PrgE7
	kFAZwGH/eg1UMsHYC7F7c8o0NVZS55JsLm+ULrVinOE+zh0d2NWGd6T/SCD08YdY
	DYRvILTscRJTr2ins46wA6lBofF68TxB8YCzj6iS5U3QoKIU7xhNqBvKEbISddgr
	fNBkh4eXFqFxIu2L0nr5+0EaYlc=
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:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=Gh77rdrYKuHLKc0K27eWjq
	Ls1p4=; b=iz7N6EMvAbOHxI7qTpiCMbu77QobpVBRx7V5ejwf/X5BkSQIXjZxJn
	nSxqayUIP5KN3ov6A7UixguxkgWNW/bKLhTKQsz7I69ex2ILtE+qjC4EGk7CJWCJ
	nyItaUyVbkVimExPYccTpgfuZka7K5eKKrVqFTZFGXy2xKLZzySb4=
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
X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.2
Message-id: <520D9E81.90101@cygwin.com>
Date: Thu, 15 Aug 2013 23:37:37 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-to: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-version: 1.0
To: cygwin@cygwin.com
Subject: Re: Octave 3.6.4 cannot plot in X server
References: <CANRv7QqTw-boYkTVG-sxMnyAEW-h85xgQv-P5vY3McDfSDjUbA@mail.gmail.com>
In-reply-to: <CANRv7QqTw-boYkTVG-sxMnyAEW-h85xgQv-P5vY3McDfSDjUbA@mail.gmail.com>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit

On 8/15/2013 8:38 PM, Yuxiang Wang wrote:
> Dear all,
>
> I have installed Octave with Cygwin 64-bit, under Win 7. Besides
> octave-3.6.4-1, I also installed xinit and xlaunch according to the
> doc, and gnuplot just in case.
>
> However, when I start X terminal, open octave (that all went
> successfully) and enter plot(1:5), I got the following message:
>
> octave:1> plot(1:5)
>        0 [main] octave-3.6.4 2708 child_info_fork::abort:
> C:\cygwin64\bin\cygoctave-1.dll: Loaded to different address:
> parent(0xF00000) != ch
> error: popen2: process creation failed -- Resource temporarily unavailable
> error: called from:
> error:   /usr/share/octave/3.6.4/m/plot/private/__gnuplot_open_stream__.m
> at line 30, column 44
> error:   /usr/share/octave/3.6.4/m/plot/__gnuplot_drawnow__.m at line
> 72, column 19
>
> Would anyone please help me with this?

In 64-bit land, the available address space for Cygwin DLLs is much
increased.  This should theoretically eliminate the "casual" overlap
of address spaces for loaded DLLs, which was a common fork failure vector
in 32-bit land.  But the 64-bit version is susceptible to BLODA*, just like
in 32-bits so I would recommend looking into that.


-- 
Larry

*BLODA = <http://cygwin.com/acronyms/#BLODA>
_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

