You are on page 1of 2

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

at rx.internal.schedulers.ScheduledAction.run(SourceFile:4)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 2076816 byte allocation
with 5493376 free bytes and 5364KB until OOM, target footprint 536870912, growth
limit 536870912; failed due to fragmentation (largest possible contiguous
allocation 1048576 bytes). Number of 256KB sized free regions are: 4. Likely cause:
(1) Too much memory in use, and (2) many threads or many larger objects of the
wrong kind
at android.database.MatrixCursor.<init>(MatrixCursor.java:53)
at o.xh.ˊ(SourceFile:1)
at o.yh.ˋ(SourceFile:8)
at o.uo8.getJunkInfoWithChildren(SourceFile:4)
at o.wo8.ͺ(SourceFile:2)
at o.wo8$e.ˊ(SourceFile:1)
at o.wo8$e.call(SourceFile:1)
at rx.internal.operators.OnSubscribeFromCallable.call(SourceFile:4)
at rx.internal.operators.OnSubscribeFromCallable.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at
rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(SourceFile:4)
at
rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(SourceFile:2)
at rx.internal.schedulers.ScheduledAction.run(SourceFile:2)
... 6 more

You might also like