question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrading to 1.0.8 crash on launch

See original GitHub issue
2019-01-25 10:22:16.653 4854-4854/? E/AndroidRuntime: FATAL EXCEPTION: main
    Process: io.plaidapp, PID: 4854
    java.lang.RuntimeException: Unable to start activity ComponentInfo{io.plaidapp/io.plaidapp.ui.HomeActivity}: java.util.ConcurrentModificationException
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2951)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3086)
        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:193)
        at android.app.ActivityThread.main(ActivityThread.java:6718)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
     Caused by: java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextNode(HashMap.java:1441)
        at java.util.HashMap$KeyIterator.next(HashMap.java:1465)
        at io.plaidapp.core.data.prefs.SourcesRepository.getSources(SourcesRepository.kt:133)
        at io.plaidapp.core.data.DataManager.setupPageIndexes(DataManager.java:145)
        at io.plaidapp.core.data.DataManager.<init>(DataManager.java:71)
        at io.plaidapp.core.dagger.DataManagerModule.getDataManager(DataManagerModule.kt:85)
        at io.plaidapp.core.dagger.DataManagerModule.provideDataManager(DataManagerModule.kt:48)
        at io.plaidapp.core.dagger.DataManagerModule_ProvideDataManagerFactory.proxyProvideDataManager(DataManagerModule_ProvideDataManagerFactory.java:106)
        at io.plaidapp.dagger.DaggerHomeComponent.getDataManager(DaggerHomeComponent.java:199)
        at io.plaidapp.dagger.DaggerHomeComponent.injectHomeActivity(DaggerHomeComponent.java:266)
        at io.plaidapp.dagger.DaggerHomeComponent.inject(DaggerHomeComponent.java:262)
        at io.plaidapp.dagger.DaggerHomeComponent.inject(DaggerHomeComponent.java:63)
        at io.plaidapp.dagger.Injector.inject(Injector.kt:44)
        at io.plaidapp.ui.HomeActivity.onCreate(HomeActivity.java:140)
        at android.app.Activity.performCreate(Activity.java:7144)
        at android.app.Activity.performCreate(Activity.java:7135)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2931)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3086) 
        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) 
        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) 
        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) 
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816) 
        at android.os.Handler.dispatchMessage(Handler.java:106) 
        at android.os.Looper.loop(Looper.java:193) 
        at android.app.ActivityThread.main(ActivityThread.java:6718) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tiembocommented, Jan 29, 2019

We previously rolled out 1.0.8 (build 1026) to internal testers, and halted public rollout due to an error. We recently re-spun another 1.0.8 version (build 1076) but encountered the above crash on app launch. This crash only happens on an app upgrade; a fresh install is OK. We also halted this rollout while we investigate the cause of the crash.

The next step is to determine if the app also crashes upgrading from 1.0.7 to 1.0.8, or if it’s only isolated to the 1.0.8-1026 => 1.0.8-1076 upgrade.

0reactions
keyboardsurfercommented, Nov 26, 2019

We’re at 1.10. Closing as this seems stale.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading to 1.0.8 crash on launch · Issue #611 - GitHub
8 (build 1026) to internal testers, and halted public rollout due to an error. We recently re-spun another 1.0.8 version (build 1076) but ......
Read more >
1.0.7 -> 1.0.8 crash to desktop? : r/DarkTide - Reddit
In pre launch menu reduce number of worker threads by 1. ... Why are stages crashing after upgrading from 1.0 to 1.1? Can...
Read more >
Darkside 1.0.8 Steam Patch Update makes balancing ...
In a new blog post on Steam, Fatshark developers addressed issues with the games launch, including game crashes and several dozen bugs and ......
Read more >
Kynseed - 1.0 crashing at launch? - Steam Community
UPDATE: This fix has been pushed to the main build of the game now, so you no longer need to swap. ------ Hi...
Read more >
How To Fix Apex Legends Crash on Startup - YouTube
If Apex Legends is not launching or simply crashing at startup, then we know how to fix it. Watch this video till the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found