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

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

[Octave-bug-tracker] [bug #40608] MinGW: crashes with JIT


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #40608] MinGW: crashes with JIT
Date: Fri, 10 Jan 2014 21:30:20 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36

Follow-up Comment #3, bug #40608 (project octave):

I can make it crash with this:


inc = 1e-5;
result = 0;
for ii = 0:inc:1
  ## the ^ operator's result is complex
  result = result + inc * (1/3 * ii ^ 2);
endfor
assert (abs (result - 1/9) < 1e-5);


I'm using http://www.openems.de/download/octave/octave-3.8.0.exe


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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