When I change the subject line to
var aArray = new Array(999);
esignal crashes immediatly.
The array currently has about 10 items, so 99 will work.
I increased the heap size and stack size by an order of magnitude.
Should I do something else?
var aArray = new Array(999);
esignal crashes immediatly.
The array currently has about 10 items, so 99 will work.
I increased the heap size and stack size by an order of magnitude.
Should I do something else?
Comment