|
From: | Mathieu Dubois |
Subject: | Re: Memory exhausted when using \ |
Date: | Fri, 20 Jul 2012 14:15:21 +0200 (CEST) |
----- Mail original ----- > De: "Jordi Gutiérrez Hermoso" <address@hidden> > À: "Mathieu Dubois" <address@hidden> > Cc: "Octave-help" <address@hidden>, "Octave Maintainers List" <address@hidden> > Envoyé: Vendredi 20 Juillet 2012 00:12:13 > Objet: Re: Memory exhausted when using \ > > On 19 July 2012 16:17, Jordi Gutiérrez Hermoso <address@hidden> > wrote: > > On 19 July 2012 16:06, Mathieu Dubois <address@hidden> > > wrote: > >> You can download the dump at: > >> http://www.ensta-paristech.fr/~mdubois/memory-exhausted > >> > >> > >> The command I used was: > >> save memory-exhausted A b > >> right before the line: > >> > >> tic; X = A \ b; toc; > >> (executing this line raises the error) > > > > Ok, great, thanks. I can now reproduce this problem, and I think it > > shouldn't happen. This may be a bug in Octave. I'm investigating > > now. > > I can see the problem now. I just patched it: > > http://hg.savannah.gnu.org/hgweb/octave/rev/4315a39da4c9 > > You'll have to wait for our 3.6.3 release or apply this patch > yourself > to the current 3.6.2 release. > I have tried to patch octave 3.6.2 but it fails altough differently. I'm not completely sure if this is correct. Here is how I proceeded: - I downloaded and uncompressed octave-3.6.2 - I have copied the modification from savannah and created a patch file in octave-3.6.2 directory (see the attached patch file) - I have patched the sources with the command: patch -p1 < jordi.patch (the modified file is attached; I use p1 because the diff refers to a/liboctave/spare-dmsolve.cc) - I run configure then make and then make install (I haven't run tests) When I run test_inpaintZ it stops on the first test (the one with the small matrices). The output message and the core dump are attached. Is that a problem? > HTH, > - Jordi G. H. > _______________________________________________ > Help-octave mailing list > address@hidden > https://mailman.cae.wisc.edu/listinfo/help-octave >
octave-core
Description: Binary data
error_message
Description: Text Data
jordi.patch
Description: Text Data
sparse-dmsolve.cc
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |