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

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

[Octave-bug-tracker] [bug #55469] JIT crash related to complex numbers


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #55469] JIT crash related to complex numbers
Date: Mon, 14 Jan 2019 14:12:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #2, bug #55469 (project octave):

Ouch... actually, half of my message disappeared...

So, here is (again) a minimal example, which crashes with a segfault:

jit_enable (true);
jit_startcnt (5);

x = 1 + 1i;
for j = 1:5
    x = x + 1;
endfor


Same problem with a while loop.

The problem disappears if the initial condition is not complex.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55469>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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