cygwin - Octave cannot plot: cygoctave-1.dll loaded to different address -


i trying use octave in win 7, 64 bit. installed cygwin64, octave, gnuplot , x11. however, when start x server , opened octave, trying plot, came this:

octave:1> plot(1:10)       0 [main] octave-3.6.4 5560 child_info_fork::abort: c:\cygwin64\bin\cygoctave-1.dll: loaded different address: parent(0xf30000) != child(0xe90000) error: popen2: process creation failed -- resource temporarily unavailable error: called from: error:   /usr/share/octave/3.6.4/m/plot/private/__gnuplot_open_stream__.m @ line 30, column 44 error:   /usr/share/octave/3.6.4/m/plot/__gnuplot_drawnow__.m @ line 72, column 19 

would please little bit here? thank you!

-shawn

got solved. got answer cygwin mailing list, follows:

the problem is, hash algorithm used ld compute default dll load address not bullet proof, not such big address space have available dlls. still requires run rebase on safe side.

however, found problem in 64 distro results in not running autorebase part of update. should fixed soon. time being, stop cygwin processes, start naked dash , run /usr/bin/rebaseall.

all credit goes corinna.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -