Re: [Jbeta] NaN on ARM

2012-07-02 Thread Eric Iverson
by gstack to you mean getting limit error instead of a crash on recursion? If so, I'm pretty sure the fix I emailed a few weeks ago that I use on iOS would work for Android. As the first thing in jconsole main you need to do standard unix system call s to get the stack size and then set it

Re: [Jbeta] NaN on ARM

2012-07-02 Thread bill lam
It just crashed. I cannot remember which email, can you send it again? Пнд, 02 Июл 2012, Eric Iverson писал(а): by gstack to you mean getting limit error instead of a crash on recursion? If so, I'm pretty sure the fix I emailed a few weeks ago that I use on iOS would work for Android. As the

Re: [Jbeta] NaN on ARM

2012-06-30 Thread bill lam
Thanks Brian and Bob. After some fixes android passed the whole validation suite except the gstack. Чтв, 28 Июн 2012, bob therriault писал(а): _-_ _%_ both return NAN errors on iPhone 3GS as well Cheers, bob On 2012-06-28, at 6:48 PM, bill lam wrote: The android ndk has issue with

Re: [Jbeta] NaN on ARM

2012-06-28 Thread Brian Schott
_ - _ |NaN error | _-_ _. _ % _ |NaN error | _. _%_ iPad --- (B=) -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] NaN on ARM

2012-06-28 Thread bob therriault
_-_ _%_ both return NAN errors on iPhone 3GS as well Cheers, bob On 2012-06-28, at 6:48 PM, bill lam wrote: The android ndk has issue with NaN as reported by Michael earlier and workarounded. However I found that it failed to report NaN at all. For example _ - _ - _. _ % _ - _.