octave-maintainers
[Top][All Lists]
Advanced

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

Re: Mingw Octave-3.4.3 binaries for testing on windows


From: nitnit
Subject: Re: Mingw Octave-3.4.3 binaries for testing on windows
Date: Mon, 24 Oct 2011 17:07:39 -0700 (PDT)

forkandwait wrote:
> 
> nitnit <nitnit <at> gmail.com> writes:
> 
>> 
>> Hello Octave users and maintainers,
>> 
>> I have succesfully compiled octave-3.4.3 (src downloaded from
>> ftp://ftp.gnu.org/gnu/octave/octave-3.4.3.tar.gz) with mingw, using
>> Tatsuro's OctaveLibs and gplibs.
> 
> I am getting occasional segfaults, usually after running for an hour with
> three
> fltk windows open and being refreshed a bunch of times with new graphs,
> and
> calling qp() a bunch of times too. There is a fair amount of data in my
> workspace, but nothing crazy (US county population 1970-2010, but not DNA
> or
> imagery...)
> 
> I don't know how to give a better bug report.  Supposedly I have a core
> file
> somewhere, but I don't know how to attach to it in Windows (I could fumble
> my
> way through gdb on a *nix machine).  If there is anything I can do to be
> more
> helpful, let me know.
> 

It seems that there is a problem with fltk. See Philip post above (he filed
it as bug #34631 in the tracker).
The problem occurs when 'too many' fltk resources are used. I could
reproduce is simply with:

for ii=1:200, figure, plot(1:10); end

At about 100 (on my machine), font loading errors are printed and octave
crashes.

I have no idea how look for the cause.

Nitzan

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Mingw-Octave-3-4-3-binaries-for-testing-on-windows-tp3928387p3935072.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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