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 larger.

On Sat, Jun 30, 2012 at 4:26 AM, bill lam <bbill....@gmail.com> wrote:

> 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 NaN as reported by Michael earlier
> > > and workarounded.  However I found that it failed to report NaN at
> > > all.  For example
> > > _ - _  ->  _.
> > > _ % _  ->  _.
> > >
> > > but both of them should raise  NaN errors.
> > >
> > > on debian arm, I tested NaN behaviour was correct and passed all
> > > tests in validation suite.  I am curious to know what will be result
> > > of the same operations in iPhone/iPad.
> > >
> > > _ - _
> > > _ % _
> > >
> > >
> > > regards,
> > > ====================================================
> > > GPG key 1024D/4434BAB3 2008-08-24
> > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to