X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=1.7 required=5.0	tests=BAYES_50,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Stephane MONTESINO <stephane.montesino@gmail.com>
Subject: Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)
Date: Mon, 9 May 2011 08:59:56 +0000 (UTC)
Lines: 29
Message-ID: <loom.20110509T105617-716@post.gmane.org>
References: <AANLkTi=LhWOqMDP8KQGHrzTbEQPkMmeqzF=hV8Y-HhyF@mail.gmail.com> <20110401025218.66527.qmail@web100415.mail.kks.yahoo.co.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
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

      0 [main] gnuplot 5204 exception::handle: Exception: STATUS_ACCESS_VIOLATION
   1450 [main] gnuplot 5204 open_stackdumpfile: Dumping stack trace to
gnuplot.exe.stackdump


This error message is not repetitive...

Here are my script:

perfo.sh:
#!/bin/bash
gnuplot -persist <../script_gnuplot/puissance_local.gnu
gnuplot -persist <../script_gnuplot/couple_local.gnu
gnuplot -persist <../script_gnuplot/force_local.gnu



puissance_local.gnu:
set view map
set xlabel 'Envergure [%]'
set ylabel 'Puissance [W]'
plot "<grep '400.00000' performance/rotor1/performance_local.dat" using 10:5 w
lines title "Aero", \
     "<grep '400.00000' performance/rotor1/performance_local.dat" using 10:8 w
lines title "Meca"
 set term postscript enhanced color
set output "performance/rotor1/puissance_local_400RPM.eps"
replot



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

