bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Crash when refining an incorrect function


From: Elias Mårtenson
Subject: [Bug-apl] Crash when refining an incorrect function
Date: Sun, 1 Dec 2013 14:12:13 +0800

To reproduce:

First, enter a function definition that will cause an error when called:

∇ r←x z y
r←x+y

Then, call the function:

      10 z 20
VALUE ERROR
z[1]  foo
      ^

Finally, attempt to define a correct version of the function, and the session will crash as soon as the first line is entered:

      ∇ r←x z y
pure virtual method called
terminate called without an active exception
Aborted (core dumped)

Regards,
Elias

reply via email to

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