|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
problem with tests on latest octave
Posta, news, sport, oroscopo: tutto in una sola pagina Crea l'home page che piace a te!. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
|
Re: problem with tests on latest octaveTry make clean; make all and try again D. |
|
|
|
Re: problem with tests on latest octave
Posta, news, sport, oroscopo: tutto in una sola pagina Crea l'home page che piace a te!. _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
|
Re: problem with tests on latest octaveOn Wed, Aug 6, 2008 at 10:01 AM, Riccardo Corradini
<riccardocorradini@...> wrote: > Hi , > I did it several times. I also started the whole process from the scratch > but the result is always the same .. I think there might be a bug in qr.cc. > Once I will have enough time I will try to make a tests step by step. > Bests > Riccardo > --- Ven 1/8/08, dbateman <dbateman@...> ha scritto: > > Da: dbateman <dbateman@...> > Oggetto: Re: problem with tests on latest octave > A: help-octave@... > Data: Venerdì 1 agosto 2008, 15:36 > > > > Riccardo Corradini wrote: >> >> src/DLD-FUNCTIONS/max.cc ............................... PASS 12/12 >> src/DLD-FUNCTIONS/qr.cc ................................panic: >> Segmentation fault -- stopping myself... >> make[2]: *** > [check] Segmentation fault >> > > Try > > make clean; make all > > and try again > > D. > -- > View this message in context: > http://www.nabble.com/problem-with-tests-on-latest-octave-tp18770178p18774459.html > Sent from the Octave - General mailing list archive at Nabble.com. > > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www.cae.wisc.edu/mailman/listinfo/help-octave > > ________________________________ > Posta, news, sport, oroscopo: tutto in una sola pagina > Crea l'home page che piace a te!. > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www.cae.wisc.edu/mailman/listinfo/help-octave > > It would be helpful if you could pick up which "subtest" fails. Try running the test verbose with pagination off, that should work. A segfault in QR often means BLAS/LAPACK has been set up incorrectly. Can you share your config.log? best, -- RNDr. Jaroslav Hajek computing expert Aeronautical Research and Test Institute (VZLU) Prague, Czech Republic url: www.highegg.matfyz.cz _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
|
Re: problem with tests on latest octaveOn 6-Aug-2008, Riccardo Corradini wrote:
| Hi , | I did it several times. I also started the whole process from the scratch but the result is always the same .. I think there might be a bug in qr.cc. | Once I will have enough time I will try to make a tests step by step. | Bests | Riccardo | --- Ven 1/8/08, dbateman <dbateman@...> ha scritto: | Da: dbateman <dbateman@...> | Oggetto: Re: problem with tests on latest octave | A: help-octave@... | Data: Venerdì 1 agosto 2008, 15:36 | | | | Riccardo Corradini wrote: | > | > src/DLD-FUNCTIONS/max.cc ............................... PASS 12/12 | > src/DLD-FUNCTIONS/qr.cc ................................panic: | > Segmentation fault -- stopping myself... | > make[2]: *** [check] Segmentation fault | > | | Try | | make clean; make all | | and try again I suspect a build or configuration problem. If you want help debugging this problem, then I'd suggest treating the problem as a bug report and providing more information. Please read http://www.octave.org/bugs.html to see what information might be relevant to include in your report. But if you think there is a bug in Octave and you'd like to try debugging where the crash happens, then the thing to do is extract the tests from the qr.cc file, start Octave with ./run-octave -g type "run" at the (gdb) prompt, and then run the tests. When the crash happens, you can find out where and what values are involved. People here who aren't seeing the crash can't do this for you. Also, if you are using the latest version of Octave (either 3.1.x or from the Mercurial archive) then I think it would be best to join the maintainers list and discuss problems with the development version of Octave there rather than on the help list. jwe _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
| Free embeddable forum powered by Nabble | Forum Help |