X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: Re: plotting from octave: address space already occupied, fork aborts References: <4E703F00 DOT 8020101 AT gmail DOT com> <4E709C95 DOT 3070600 AT cs DOT utoronto DOT ca> <4E709F16 DOT 2050002 AT gmail DOT com> <4E711B87 DOT 3060801 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 9/15/2011 4:28 AM, Paul wrote: > Marco atzeri gmail.com> writes: >> On 9/14/2011 5:33 PM, Paul wrote: >>> Marco atzeri 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