help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave updated to 3.4.0-3. Please test


From: findtype
Subject: Re: octave updated to 3.4.0-3. Please test
Date: Thu, 7 Apr 2011 19:01:23 -0400

Hi Marco,

Here's two cents' worth of testing....

(1) Function definition and call to imread() worked fine:

     function [ I ] = readImage()
          I = imread( "scene1.jpg" );
          fprintf( "Image size read in:\n" );
          [m,n,k] = size( I )
     endfunction

(2) Graphing a "chirped" sine wave via plot() failed:

     function makePlot()
          m = 1000;
          a = [1/m:1/m:1]';
          b = zeros( size(a) );
          for( i=1:m )
               b(i,1) = sin( 2*pi/a(i,1) );
          end
          plot(a,b)
          grid( "on" );
     endfunction

     This drew the following....
     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
     etc. etc.

So, I must have installed something incorrectly, since it worked previously with 
     cygwin 1.7.8-1, 
     octave 3.4.0-2, 
     libgfortran3 4.3.4-3, 
     libGraphicsMagick3-1.3.12-2.  Would you please look into this and let me know what to correct?

Regards,
Ted F.


On Thu, Mar 31, 2011 at 3:30 AM, marco atzeri <address@hidden> wrote:
On Thu, Mar 31, 2011 at 7:46 AM, john grant  wrote:
> [[I tried sending this to the cygwin list, but the delivery failed.]]

I guess you need to subscribe.

>
> On Vista, 32-bit, with the latest packages as shown in your top cygcheck,
> octave runs but does not plot. In the xterm, I see the following error
> messages when trying to plot. Thanks for working on this.
>
> octave:1> plot( linspace(1,10,10) )
>       2 [main] octave-3.4.0 4020 exception::handle: Exception:
> STATUS_ACCESS_VIOLATION
>     803 [main] octave-3.4.0 4020 open_stackdumpfile: Dumping stack trace to
> octave-3.4.0.exe.stackdump
>       3 [main] octave-3.4.0 520 exception::handle: Exception:
> STATUS_ACCESS_VIOLATION
>     692 [main] octave-3.4.0 520 open_stackdumpfile: Dumping stack trace to
> octave-3.4.0.exe.stackdump
>       3 [main] octave-3.4.0 4616 exception::handle: Exception:
> STATUS_ACCESS_VIOLATION
>     699 [main] octave-3.4.0 4616 open_stackdumpfile: Dumping stack trace to
> octave-3.4.0.exe.stackdump
>       3 [main] octave-3.4.0 4028 exception::handle: Exception:
> STATUS_ACCESS_VIOLATION
>     694 [main] octave-3.4.0 4028 open_stackdumpfile: Dumping stack trace to
> octave-3.4.0.exe.stackdump
>       2 [main] octave-3.4.0 5608 exception::handle: 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:
> 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:2>

I have only Win XP 32 , not Vista32 so I can not try.

Could you send me the stackdump and the output of ListDlls ?

http://technet.microsoft.com/en-gb/sysinternals/bb896656

Regards
Marco



>
> ________________________________
> From: marco atzeri <address@hidden>
> To: Octave users list <address@hidden>
> Sent: Wed, March 30, 2011 10:22:58 PM
> Subject: octave updated to 3.4.0-3. Please test
>
> dear octave user on cygwin,
>
> after some tricking, hacking and polishing the new octave 3.4.0-3 has
> been released for cygwin.
> Also lapack and qrupdate have been updated to solve the
> libgfortran3-4.3.4-4 issue.
>
> This configuration should work :
>
> $ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3
> Cygwin Package Information
> Package              Version        Status
> cygwin              1.7.9-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
>
> and also this one (as I built all the package on cygwin-1.7.8-1 and
> libgfortran3-4.3.4-4 )
>
> $ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3
> Cygwin Package Information
> Package              Version        Status
> cygwin              1.7.8-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
>
> the configuration before libgfortran3 update, that worked was
> Cygwin Package Information
> Package              Version        Status
> cygwin              1.7.8-1        OK
> libgfortran3        4.3.4-3        OK
> liblapack0          3.2.2-1        OK
> libqrupdate0        1.1.0-1        OK
> octave              3.4.0-2        OK
>
> please test, including plotting and in case of failures let me know on
> this mailing list or (better) in the cygwin mailing list.
>
>
> Regards
> Marco
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]