Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash at startup #613

Closed
5 tasks done
TNVR-HSN opened this issue Dec 17, 2023 · 5 comments
Closed
5 tasks done

Crash at startup #613

TNVR-HSN opened this issue Dec 17, 2023 · 5 comments

Comments

@TNVR-HSN
Copy link

Preliminary checklist

  • I have read the README.
  • I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue.
  • I have read the FAQs.
  • I have updated Cromite to the latest version. The bug is reproducible on this latest version.
  • This is a bug report about the Cromite browser; not the website nor F-Droid nor anything else.

Can the bug be reproduced with corresponding Chromium version?

Yes

Cromite version

v120.0.6099.115-a02c9037d4a0783ec22b86aba0dbdec8e6b99f9b

Device architecture

arm

Platform version

Android 13

Android Device model

Realme 8 5G

Is the device rooted?

No

Changed flags

no flags changed

Is this bug happening in an incognito tab?

Yes

Is this bug caused by the adblocker?

No

Is this bug a crash?

chromium-browser-minidump-19795903e35f4642.zip

Describe the bug

Crashes the app twice when starting up. It works on the third time. So if I press a link on any other app, I have to press three times.

Steps to reproduce the bug

  1. Clear the app from recent or stop it.
  2. Open the app.

Expected behavior

Expected to work on first try without any crashes.

Screenshots

No response

@Para-lyzed
Copy link

Para-lyzed commented Dec 17, 2023

I am experiencing the same or a similar issue. Cromite crashes for me when I open it after having been unfocused for a few minutes. For instance, if I switch to another app to read something, or go to my home page for a short time and try to reopen, it crashes and I lose my open tabs. This has only started happening on the most recent version of the app for me: v120.0.6099.115. Seems related to #608 and #611

@ghost
Copy link

ghost commented Dec 18, 2023

I am experiencing the same or a similar issue. Cromite crashes for me when I open it after having been unfocused for a few minutes. For instance, if I switch to another app to read something, or go to my home page for a short time and try to reopen, it crashes and I lose my open tabs. This has only started happening on the most recent version of the app for me: v120.0.6099.115. Seems related to #608 and #611

Lol mine is diff, mine works after opening for the 2nd time. strange

@nhathoang24
Copy link

I am experiencing the same or a similar issue. Cromite crashes for me when I open it after having been unfocused for a few minutes. For instance, if I switch to another app to read something, or go to my home page for a short time and try to reopen, it crashes and I lose my open tabs. This has only started happening on the most recent version of the app for me: v120.0.6099.115. Seems related to #608 and #611

Lol mine is diff, mine works after opening for the 2nd time. strange

Same with me

@coxackie
Copy link

Same here. This update really screwed up a lot of things in Cromite.

@uazo
Copy link
Owner

uazo commented Dec 18, 2023

stack trace:

java.lang.UnsatisfiedLinkError: No implementation found for long J.N.MIaRT0oC() (tried Java_J_N_MIaRT0oC and Java_J_N_MIaRT0oC__) - is the library loaded, e.g. System.loadLibrary?
        at J.N.MIaRT0oC(N.java)
        at org.jni_zero.GEN_JNI.org_chromium_chrome_browser_flags_ChromeFeatureMap_getNativeMap(GEN_JNI.java:1973)
        at org.chromium.chrome.browser.flags.ChromeFeatureMapJni.getNativeMap(ChromeFeatureMapJni.java:32)
        at org.chromium.chrome.browser.flags.ChromeFeatureMap.getNativeMap(ChromeFeatureMap.java:44)
        at org.chromium.base.FeatureMap.ensureNativeMapInit(FeatureMap.java:152)
        at org.chromium.base.FeatureMap.isEnabledInNative(FeatureMap.java:51)
        at org.chromium.chrome.browser.flags.ChromeFeatureMap.isEnabled(ChromeFeatureMap.java:39)
        at org.chromium.chrome.browser.flags.ChromeFeatureList.isEnabled(ChromeFeatureList.java:36)
        at org.chromium.chrome.browser.tasks.tab_management.TabUiFeatureUtilities.shouldUseListMode(TabUiFeatureUtilities.java:119)
        at org.chromium.chrome.browser.tasks.tab_management.TabUiFeatureUtilities.isTabToGtsAnimationEnabled(TabUiFeatureUtilities.java:134)
        at org.chromium.chrome.browser.toolbar.ToolbarManager.<init>(ToolbarManager.java:669)
        at org.chromium.chrome.browser.ui.RootUiCoordinator.initializeToolbar(RootUiCoordinator.java:1310)
        at org.chromium.chrome.browser.ui.RootUiCoordinator.onInflationComplete(RootUiCoordinator.java:726)
        at org.chromium.chrome.browser.init.ActivityLifecycleDispatcherImpl.dispatchOnInflationComplete(ActivityLifecycleDispatcherImpl.java:153)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.dispatchOnInflationComplete(AsyncInitializationActivity.java:215)
        at org.chromium.chrome.browser.ChromeTabbedActivity.dispatchOnInflationComplete(ChromeTabbedActivity.java:1943)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.postInflationStartup(AsyncInitializationActivity.java:205)
        at org.chromium.chrome.browser.init.ChromeBrowserInitializer.onInflationComplete(ChromeBrowserInitializer.java:173)
        at org.chromium.chrome.browser.init.ChromeBrowserInitializer.lambda$handlePreNativeStartupAndLoadLibraries$0(ChromeBrowserInitializer.java:157)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.onInitialLayoutInflationComplete(AsyncInitializationActivity.java:811)
        at org.chromium.chrome.browser.app.ChromeActivity.onInitialLayoutInflationComplete(ChromeActivity.java:841)
        at org.chromium.chrome.browser.app.ChromeActivity.doLayoutInflation(ChromeActivity.java:812)
        at org.chromium.chrome.browser.app.ChromeActivity.triggerLayoutInflation(ChromeActivity.java:754)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.setContentViewAndLoadLibrary(AsyncInitializationActivity.java:190)
        at org.chromium.chrome.browser.init.ChromeBrowserInitializer.handlePreNativeStartupAndLoadLibraries(ChromeBrowserInitializer.java:157)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.onCreateInternal(AsyncInitializationActivity.java:382)
        at org.chromium.chrome.browser.init.AsyncInitializationActivity.onCreate(AsyncInitializationActivity.java:303)
        at android.app.Activity.performCreate(Activity.java:8130)
        at android.app.Activity.performCreate(Activity.java:8110)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1343)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3781)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3977)
        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:109)
        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loopOnce(Looper.java:233)
        at android.os.Looper.loop(Looper.java:344)
        at android.app.ActivityThread.main(ActivityThread.java:8248)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:589)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1071)

same of #608

@uazo uazo closed this as completed Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants