Does it go away if you move the code into the with_large_stack block?
require 'ruboto/util/stack'
with_large_stack do
require 'yaml'
a={:lis=>[1,2]}
YAML.dump(a)
end
I suspect there are many ways to trigger the stack limit (especially under older versions of Android). The fix is always to move things out of the UI thread to a thread with a larger stack.
Hallo Scott,yes it works.
--
You received this message because you are subscribed to the Google Groups "Ruboto (JRuby on Android)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruboto+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.