I can also duplicate the crash. On reverting to single thread then it can pass gstack. Google told asynctask has fix and small stack size, so that use other threading mechanisms other than asynctask may solve this issue. I'll check when I get a chance.
Вт, 11 окт 2016, Paul Jackson написал(а): > Thanks. I'm very glad to be able to debug J on Android. > > I got only one error after refreshing test from GitHub. > RUN1 'gstack' > abends on the first stack full test. This is on Android 6.0.1. > > > On Mon, Oct 10, 2016, 4:39 AM bill lam <[email protected]> wrote: > > > I have looked again into the thread issues again and > > put execution of libj.so into its own thread, separated > > from ui thread. Some features (mostly gl2 related) have > > broken, but keyboard input and console debug now work. > > Output are no longer blocked until execution completion. > > > > isigraph no longer works and has to be replaced by isidraw, > > so that some graphics addons need further change. shader demo > > does not run. > > > > after install, run dver'' and restart. Then use pacman > > to update addons that are already installed. > > > > Please test to find any other bugs apart from gl2 failures. > > > > -- > > regards, > > ==================================================== > > GPG key 1024D/4434BAB3 2008-08-24 > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > > Paul > 650-766-1863 > ---------------------------------------------------------------------- > 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 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
