khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

Roots #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can't calculate a root from a polynomial.

x = [1 9 9 0];
y = roots(x)

The erro:

class java.lang.StackOverflowError : null

Original issue reported on code.google.com by danb...@gmail.com on 5 Nov 2010 at 2:18

GoogleCodeExporter commented 9 years ago
Thank you for filing a bug.  I will look at it in the next couple of days!

Original comment by corbi...@gmail.com on 5 Nov 2010 at 7:12

GoogleCodeExporter commented 9 years ago
issue is main thread is running out of room on stack.  putting running of 
command in separate thread.  this will make ui more responsive and was on the 
task list, but will do now to solve this issue.

Original comment by corbi...@gmail.com on 8 Nov 2010 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by corbi...@gmail.com on 8 Nov 2010 at 9:57

GoogleCodeExporter commented 9 years ago
Now running calculations in a separate thread that has an increased stack size. 
 This problem can show up again, but only with much more stack usage.  

Original comment by corbi...@gmail.com on 10 Nov 2010 at 4:51

GoogleCodeExporter commented 9 years ago
Mannnnnn... this is great!!! Now i can have my roots!
Thank You! Great Project!

Original comment by danb...@gmail.com on 10 Nov 2010 at 5:19