Mail Archives: cygwin/2011/03/31/22:52:58
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,TW_BG,TW_BQ,TW_GJ,TW_IB,TW_QR,TW_YG,T_RP_MATCHES_RCVD
|
X-Spam-Check-By: | sourceware.org
|
Message-ID: | <20110401025218.66527.qmail@web100415.mail.kks.yahoo.co.jp>
|
Date: | Fri, 1 Apr 2011 11:52:18 +0900 (JST)
|
From: | Tatsuro MATSUOKA <tmacchant2 AT yahoo DOT co DOT jp>
|
Reply-To: | matsuoka AT nuce DOT nagoya-u DOT ac DOT jp
|
Subject: | Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)
|
To: | marco atzeri <marco DOT atzeri AT gmail DOT com>, cygwin AT cygwin DOT com
|
Cc: | "A.R. Burgers" <a DOT rburgers AT quicknet DOT nl>
|
In-Reply-To: | <AANLkTi=LhWOqMDP8KQGHrzTbEQPkMmeqzF=hV8Y-HhyF@mail.gmail.com>
|
MIME-Version: | 1.0
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
Hello
I have tested on windows 7 Home premium 64 bit with octave-3.4.0-3 and cygwin 1.7.9.
octave:1> t=(0:0.1:2*pi);
octave:2> plot(t,sin(t))
0 [main] gnuplot 4356 exception::handle: Exception: STATUS_ACCESS_VIOLATION
752 [main] gnuplot 4356 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
0 [main] gnuplot 3024 exception::handle: Exception: STATUS_ACCESS_VIOLATION
552 [main] gnuplot 3024 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
1 [main] gnuplot 3868 exception::handle: Exception: STATUS_ACCESS_VIOLATION
868 [main] gnuplot 3868 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
0 [main] gnuplot 3488 exception::handle: Exception: STATUS_ACCESS_VIOLATION
314 [main] gnuplot 3488 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
0 [main] gnuplot 4936 exception::handle: Exception: STATUS_ACCESS_VIOLATION
364 [main] gnuplot 4936 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
0 [main] gnuplot 4660 exception::handle: Exception: STATUS_ACCESS_VIOLATION
404 [main] gnuplot 4660 open_stackdumpfile: Dumping stack trace to gnuplot.exe.stackdump
0 [main] gnuplot 1076 fork: child -1 - died waiting for longjmp before initialization, retry 0,
exit code 0x600, errno 11
error: Invalid call to strcat. Correct usage is:
-- Function File: strcat (S1, S2, ...)
error: called from:
error: /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5
error: /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5
error: /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113, column 11
error: /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40, column 18
error: /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167, column 19
error: /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86, column 5
Regards
Tatsuro
--- marco atzeri wrote:
> On Thu, Mar 31, 2011 at 10:21 PM, A.R. Burgers wrote:
> > LS,
> >
> > with the current octave, I get this octave strcat
> > error on plot, both with xterm and the dumb terminal.
> > Same error on two different windows XP systems.
> > Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2
> >
> > Teun
> >
> > $ octave
> > GNU Octave, version 3.4.0
> > Copyright (C) 2011 John W. Eaton and others.
> >
> > [snip]
> >
> > octave:1> t=(0:0.1:2*pi);
> > octave:2> plot(t,sin(t))
> > error: Invalid call to strcat.  Correct usage is:
> >
> >  -- Function File:  strcat (S1, S2, ...)
> >
> > error: called from:
> > error:   /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column 5
> > error:   /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5
> > error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113,
> > column 11
> > error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40,
> > column 18
> > error:   /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167,
> > column 19
> > error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86,
> > column 5
> > octave:3> quit
> >
> > BURGERS AT P4949 ~
> > $ echo $TERM $DISPLAY
> > xterm :0
> >
> > BURGERS AT P4949 ~
> > $ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++
> > gnuplot
> > Cygwin Package Information
> > Package              Version        Status
> > cygwin               1.7.9-1        OK
> > gnuplot              4.4.0-1        OK
> > libgfortran3         4.3.4-4        OK
> > liblapack0           3.2.2-2        OK
> > libqrupdate0         1.1.1-1        OK
> > octave               3.4.0-3        OK
> >
>
> could you just check if reversing to cygwin 1.7.8-1 solve the problem ?
>
> I also noted the same problem this morning, but it was puzzling and
> NOT really repetitive.
>
>
> 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
>
>
--
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
- Raw text -