corbinlc/addi

Roots

GoogleCodeExporter opened this issue · 5 comments

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

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

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

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

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

  • Changed state: Started
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

  • Changed state: Fixed
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