From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25717 invoked by alias); 8 Apr 2011 09:52:04 -0000 Received: (qmail 25706 invoked by uid 22791); 8 Apr 2011 09:52:03 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_CG,TW_GJ,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f171.google.com (HELO mail-wy0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Apr 2011 09:51:57 +0000 Received: by wyb32 with SMTP id 32so3758330wyb.2 for ; Fri, 08 Apr 2011 02:51:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.46.135 with SMTP id r7mr1788055web.21.1302256316252; Fri, 08 Apr 2011 02:51:56 -0700 (PDT) Received: by 10.216.238.205 with HTTP; Fri, 8 Apr 2011 02:51:56 -0700 (PDT) In-Reply-To: <20110408035103.GA32019@ednor.casa.cgf.cx> References: <20110406140524.GB4912@ednor.casa.cgf.cx> <20110407222431.GA8506@home.invalid> <20110408035103.GA32019@ednor.casa.cgf.cx> Date: Fri, 08 Apr 2011 11:15:00 -0000 Message-ID: Subject: Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error) From: marco atzeri To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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/msg00115.txt.bz2 On Fri, Apr 8, 2011 at 5:51 AM, Christopher Faylor wrote: > On Thu, Apr 07, 2011 at 06:24:31PM -0400, Stan wrote: >>On Wed, Apr 06, 2011 at 10:05:24AM -0400, Christopher Faylor wrote: >>> On Wed, Apr 06, 2011 at 03:54:05PM +0900, Tatsuro MATSUOKA wrote: >>> >Hello >>> > >>> >I have confirmed that octave-3.4.0-3 fails to plot on cygwin 1.7.9-1 b= ut not 1.7.8-1. >>> >>> We don't need confirmation that octave doesn't work. =A0We need to know= if >>> rebasing works around the problem. >> >>Here on Win 7 64bit I have: >>$ uname -a >>CYGWIN_NT-6.1-WOW64 darkstar 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin >> >>Cygwin Package Information >>Package =A0 =A0 =A0 =A0 =A0 =A0 =A0Version =A0 =A0 =A0 =A0Status >>cygwin =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.7.9-1 =A0 =A0 =A0 =A0OK >>octave =A0 =A0 =A0 =A0 =A0 =A0 =A0 3.4.0-3 =A0 =A0 =A0 =A0OK >>gnuplot =A0 =A0 =A0 =A0 =A0 =A0 =A04.4.0-1 =A0 =A0 =A0 =A0OK >> >> >>I did rebaseall and I still get the error: >> >>octave:1> t =3D 0:2*pi/100:2*pi; >>octave:2> plot(t,sin(t)) >>error: Invalid call to strcat. =A0Correct usage is: >> >> -- Function File: =A0strcat (S1, S2, ...) > > Could you try the latest snapshot? =A0Jon Turney has a patch for the DLL > loading which might make a difference. > > cgf > Cgf the last snapshot make no difference on winXP. As people on Vista and W7/64 were reporting a ---------------------------------------------------------------------------= ---------------------------- Exception: STATUS_ACCESS_VIOLATION 555 [main] octave-3.4.0 5608 open_stackdumpfile: Dumping stack trace to octave-3.4.0.exe.stackdump 3 [main] octave-3.4.0 1136 exception::handle: Exception: STATUS_ACCESS_VIOLATION 695 [main] octave-3.4.0 1136 open_stackdumpfile: Dumping stack trace to octave-3.4.0.exe.stackdump 3 [main] octave 856 fork: child -1 - died waiting for longjmp before initialization, retry 0, exit code 0x600, errno 11 error: popen2: process creation failed -- Resource temporarily unavailable error: called from: ---------------------------------------------------------------------------= ------------------------------- while on XP, starting from 2011-03-09 snapshot, I have only the ---------------------------------------------------------------------------= ------------------------------- error: Invalid call to strcat. Correct usage is: -- Function File: strcat (S1, S2, ...) ---------------------------------------------------------------------------= ----------------------------- I start to feel that they are 2 different problems that just arise from the same plot operation in octave. my strace shown [main] octave-3.4.0 3764 fhandler_fifo::raw_read: returning -1, mode 2, Win32 error 997 I looked in the source of fhandler_fifo.cc but I see no special handling of ERROR_IO_PENDING that instead I see on other fhandler source files. Could be this the problem ? 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