X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.6 required=5.0	tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HS_INDEX_PARAM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <4E717400.4060901@gmail.com>
Date: Thu, 15 Sep 2011 05:41:52 +0200
From: Marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: plotting from octave: address space already occupied, fork aborts
References: <loom.20110914T045158-624@post.gmane.org> <4E703F00.8020101@gmail.com> <4E709C95.3070600@cs.utoronto.ca> <4E709F16.2050002@gmail.com> <loom.20110914T173010-968@post.gmane.org> <4E711B87.3060801@gmail.com> <loom.20110915T023024-230@post.gmane.org> <loom.20110915T042143-922@post.gmane.org>
In-Reply-To: <loom.20110915T042143-922@post.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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

On 9/15/2011 4:28 AM, Paul wrote:
> Marco atzeri<marco.atzeri<at>  gmail.com>  writes:
>> On 9/14/2011 5:33 PM, Paul wrote:
>>> Marco atzeri<marco.atzeri<at>   gmail.com>   writes:
>>
>>>> The right command should be:
>>>>
>>>> $ rebaseall -s 'dll|so|oct'
>>>
>>> Thanks again, Marco.  Unfortunately, still no joy after redoing you
>>> rebaseall&   peflagsall statements and rebooting.
>
>        <...snip...>
>
>>
>> I suspect your Windows 7 Enterprise 64-bit is using more space
>> than rebaseall and cygwin expects.
>>
>> After the plot error could you check the octave PID with
>> ps and attach a copy of
>>
>> /proc/OCTAVE_PID/maps
>> file ?
>>
>> It should give us an idea of unavailable address space on your system
>> due to the MS system and other programs dll's.
>
> I made a mistake, it's actually Windows 7 Enterprise 32-bit.
>
> The workplace has an atmosphere of vigilence toward sharing info about
> work related assets in the open.  I will try to duplicate the problem
> at home and post the specified details.
>
>     <...some time later...>
>
> Unfortunately, duplicating it at home is a no-go.  I am running into a
> different problem between octave and gnuplot on Windows 7 Professional
> 64-bit.  The problem seems to be accurately captured by someone else's
> account http://savannah.gnu.org/bugs/?33291 .

that problem should be solved using a cygwin snapshot dll
instead of 1.7.9-1 one.

I should look in all the bug reports reporting cygwin as "OS", thank
for the link.

>
> I'm going to treat octave as a strictly nongraphical application for
> the time being.

you can try to use the fltk plotting interface instead of gnuplot
default one:

   graphics_toolkit("fltk")
   x=1:10;
   plot(x,x)

Be aware that the octave "print" command does not work with fltk,
but you should be able to make a windows "print screen copy".

>
> Thanks again.

Regards
Marco


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

