octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: Markus Mützel
Subject: Re: RC1 Candidate
Date: Mon, 28 Jan 2019 22:32:46 +0100

Am 28. Januar 2019 um 16:15 Uhr schrieb "John W. Eaton"
> On 1/27/19 9:11 AM, "Markus Mützel" wrote:
> > Will there be official Windows installers for the release candidate?
> 
> Yes, the installer along with 7z and zip files are on alpha.gnu.org now.
> 

I installed with the nsis installer and get the attached warning dialog each 
time I start Octave.
The documentation panels are empty.

The README.html still refers to Octave 4.4.

The graphics_toolkit gnuplot doesn't work. But that is probably already 
resolved in the meantime.

The "About Octave" dialog isn't translated.

The test suite crashed Octave when I ran it immediately after the installation 
leaving this entry in the application protocol:
Name der fehlerhaften Anwendung: octave-gui.exe, Version: 0.0.0.0, Zeitstempel: 
0x00000000
Name des fehlerhaften Moduls: liboctinterp-7.dll, Version: 0.0.0.0, 
Zeitstempel: 0x00000000
Ausnahmecode: 0xc00000fd
Fehleroffset: 0x00000000008d2eab
ID des fehlerhaften Prozesses: 0x4628
Startzeit der fehlerhaften Anwendung: 0x01d4b74d042f6f26
Pfad der fehlerhaften Anwendung: 
C:\Octave\OCTAVE~1.90\mingw64\bin\octave-gui.exe
Pfad des fehlerhaften Moduls: 
C:\Octave\OCTAVE~1.90\mingw64\bin\liboctinterp-7.dll
Berichtskennung: f8f4a35d-0ba4-4612-a2e6-0b91398c4e45
Vollständiger Name des fehlerhaften Pakets: 
Anwendungs-ID, die relativ zum fehlerhaften Paket ist: 


After a restart, the test suite finished with:
Summary:

  PASS                            15501
  FAIL                                2
  XFAIL (reported bug)               26
  SKIP (missing feature)             52
  SKIP (run-time condition)           5

The failing tests are:
>>>>> processing 
>>>>> C:\Octave\OCTAVE~1.90\mingw64\share\octave\5.0.90\etc\tests\libinterp\corefcn\help.cc-tst
***** test
 f = tempname (".", "oct_");
 fcn_name = f(3:end);
 f = [f ".m"];
 unwind_protect
   fid = fopen (f, "w+");
   fprintf (fid, "function z = %s\n z = localfunctions; end\n", fcn_name);
   fprintf (fid, "function z = b(x)\n z = x+1; end\n");
   fprintf (fid, "function z = c(x)\n z = 2*x; end\n");
   fclose (fid);
   d = eval (fcn_name);
   assert (size (d), [2, 1]);
   assert (d{1} (3), 4);
   assert (d{2} (3), 6);
 unwind_protect_cleanup
   unlink (f);
 end_unwind_protect
!!!!! test failed
fprintf: invalid stream number = -1

***** test
 tname = tempname (pwd ());
 unwind_protect
   ## open/close file to create it, equivalent of touch
   fid = fopen (tname, "w");
   fclose (fid);
   [~, fname] = fileparts (tname);
   assert (exist (fullfile (pwd (), fname), "file"), 2);
 unwind_protect_cleanup
   unlink (tname);
 end_unwind_protect
 assert (exist (fullfile (pwd (), "%nonexistentfile%"), "file"), 0);
!!!!! test failed
fclose: invalid stream number = -1
shared variables   scalar structure containing the fields:

    dirtmp = C:\Users\Markus\AppData\Local\Temp
    __var1 =  1


I will try to test on a system with HiDPI monitor and for a user name 
containing non-ASCII characters within the next few days.

Markus

Attachment: Octave_5_90_startup.png
Description: PNG image


reply via email to

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