|
Bugzilla – Full Text Bug Listing |
| Summary: | Octave fails to do matrix operations | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Martin Vuk <mrcin.vuk> |
| Component: | ConsoleApps | Assignee: | Anna Maresova <anicka> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | krienke |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Martin Vuk
2005-12-02 22:26:10 UTC
Please provide some sort of a backtrace here and any considerable output that is shown. You might use gdb and/or ltrace/strace. Also: please show us the exact input you have used so the problem can be reproduced. Thanks. If you can provide the information ask for, please do so and reopen this report. For now it gets closed as a reminder. A user having the very same problem on his suse10 i586 machine gave me this code snipplet for octave that will let octave work for a very long time allthough its a very simple task. octave -q A = rand(3,3); # erzeugt 3 x 3 Zufallsmatrix D = det(A); # Berechnet Determinante davon, dauert unter 10.0 ewig This will take at least more than 30 sec (thats when I stopped it). I tested it also on a suse10.0 x86_64 machine and here it completes in 0.5 sec. On the i586 machine (P4 3Ghz) there is no output or error message. Fixed for 10.1. |