You are on page 1of 1

java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread.

at rx.internal.schedulers.ScheduledAction.run(:4)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:301)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 13257536 byte
allocation with 4108264 free bytes and 4011KB until OOM, target footprint
536870912, growth limit 536870912
at o.s57.ˋ(:9)
at o.s57.ˊ(:18)
at o.o57.ˊ(:13)
at o.c57.ˋ(:20)
at o.c57.ˊ(:1)
at o.c57.(:2)
ʼ
at o.e90.(:1)
ʼ
at o.e90.ᐝ(:2)
at o.e90$d.call(:2)
at o.e90$d.call(:1)
at rx.internal.operators.OnSubscribeFromCallable.call(:4)
at rx.internal.operators.OnSubscribeFromCallable.call(:1)
at rx.Observable.unsafeSubscribe(:2)
at rx.internal.operators.OperatorSubscribeOn$1.call(:3)
at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(:2)
at rx.internal.schedulers.ScheduledAction.run(:2)
... 6 more

You might also like