octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47497] VirtualAlloc pointer is null. Replace


From: Frank Quick
Subject: [Octave-bug-tracker] [bug #47497] VirtualAlloc pointer is null. Replace msys-1.0.dll as a workaround
Date: Sun, 17 Apr 2016 15:26:57 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #47497 (project octave):

I also see this problem using the following script with 4.0.0 on Windows 10.
The error seems to occur at the first disp() call.

function bug()
    N = 31;
    disp(0:N-1);
    for c = 1:N-1
        [ m, a ] = testbug(N,c);
        disp([ c m/sqrt(N) a/pi ]);
    end
end

function [ m, a ] = testbug(N,c)
    m = 1;
    a = 0;
end


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47497>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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