From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1165 invoked by alias); 18 Apr 2011 16:25:42 -0000 Received: (qmail 1148 invoked by uid 22791); 18 Apr 2011 16:25:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=BAYES_00,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-out2.INEL.GOV (HELO mail-out2.inel.gov) (134.20.2.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Apr 2011 16:25:25 +0000 Received: from ([134.20.5.23]) by mail-out2.inel.gov with ESMTP id JBF5VL1.4609216; Mon, 18 Apr 2011 10:25:21 -0600 Received: from [134.20.157.48] ([134.20.157.48]) by lnmail03.inel.gov (Lotus Domino Release 7.0.4FP1 HF143) with ESMTP id 2011041810251997-27771 ; Mon, 18 Apr 2011 10:25:19 -0600 Message-ID: <4DAC65EF.6070305@inl.gov> Date: Mon, 18 Apr 2011 19:23:00 -0000 From: Doug Pace User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Octave Plotting, Invoking Octave X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-04/txt/msg00250.txt.bz2 Installed cygwin with gnuplot, X11, and octave. Octave will not run the 'sombrero' demo plot. Have removed c:\cygwin and reinstalled; have attempted previous releases of cygwin and octave. Yes, I needed to use ash and do $ ./rebaseall to get startx to work. Now octave no longer opens, no error messages are issued just returns to the shell prompt. This is on XP sp 3. Thanks for any help, Doug -- in octave /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m the line str = strcat(str {:}); ---------latest version str = strcat(str, {:}); -------------previous version previous version is correct. screen capture follows: ************************************************************************************************** $ octave GNU Octave, version 3.4.0 Copyright (C) 2011 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Octave was configured for "i686-pc-cygwin". Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type `news'. octave:1> who Variables in the current scope: ans octave:2> x = 1:1:10 x = 1 2 3 4 5 6 7 8 9 10 octave:3> y = x .* x y = 1 4 9 16 25 36 49 64 81 100 octave:4> sombrero 0 [main] octave-3.4.0 3668 C:\cygwin\bin\octave-3.4.0.exe: *** fatal error - couldn't release memory 0x18D01000(61440) for '\\?\C:\cygwin\lib\octave\3.4.0\oct\i686-pc-cygwin\cellfun.oct' alignment, Win32 error 487 Stack trace: Frame Function Args 00229828 6102796B (00229828, 00000000, 00000000, 00000000) 00229B18 6102796B (6117EC60, 00008000, 00000000, 61180977) 0022AB48 61004F1B (611A7F74, 18D01000, 0000F000, 6124A284) End of stack trace 0 [main] octave 3664 fork: child 3668 - died waiting for dll loading, errno 11 error: popen2: process creation failed -- Resource temporarily unavailable error: called from: error: /usr/share/octave/3.4.0/m/plot/__gnuplot_open_stream__.m at line 30, column 44 error: /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 72, column 19 octave:5 $ cygcheck -c cygwin x11 gnuplot octave Cygwin Package Information Package Version Status cygwin 1.7.9-1 OK gnuplot 4.4.0-1 OK octave 3.4.0-3 OK -- 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