Closed Bug 1005103 Opened 12 years ago Closed 12 years ago

FF crashes on Android 2.3 when starting a New Guest Session

Categories

(Firefox for Android Graveyard :: General, defect)

27 Branch
ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ywright, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36 Steps to reproduce: Steps to reproduce: 1. Using an Android 2.3 device (I'm using the Galaxy Tab) launch the browse. 2. Open the browser settings and select More- New Guest Session. Actual results: FF crashes. The browser restarts, but the guest sessions was not started. New Guest Session feature is using "android.graphics.SurfaceTexture" class. This class was introduced in API 11, which is the Android 3.0 platform (HONEYCOMB). Logcat below: I/dalvikvm( 7145): Could not find method android.app.ActivityManager.getLauncherLargeIconSize, referenced from method org.mozilla.gecko.GeckoAppShell.getPreferredIconSize W/dalvikvm( 7145): VFY: unable to resolve virtual method 78: Landroid/app/ActivityManager;.getLauncherLargeIconSize ()I D/dalvikvm( 7145): VFY: replacing opcode 0x6e at 0x0012 D/dalvikvm( 7145): VFY: dead code 0x0015-0015 in Lorg/mozilla/gecko/GeckoAppShell;.getPreferredIconSize ()I E/dalvikvm( 7145): Could not find class 'android.view.TextureView', referenced from method org.mozilla.gecko.GeckoAppShell.initCamera W/dalvikvm( 7145): VFY: unable to resolve instanceof 868 (Landroid/view/TextureView;) in Lorg/mozilla/gecko/GeckoAppShell; D/dalvikvm( 7145): VFY: replacing opcode 0x20 at 0x012a D/dalvikvm( 7145): VFY: dead code 0x012c-0139 in Lorg/mozilla/gecko/GeckoAppShell;.initCamera (Ljava/lang/String;III)[I E/dalvikvm( 7145): Could not find class 'android.graphics.SurfaceTexture', referenced from method org.mozilla.gecko.GeckoAppShell.registerSurfaceTextureFrameListener W/dalvikvm( 7145): VFY: unable to resolve check-cast 149 (Landroid/graphics/SurfaceTexture;) in Lorg/mozilla/gecko/GeckoAppShell; D/dalvikvm( 7145): VFY: replacing opcode 0x1f at 0x0000 D/dalvikvm( 7145): VFY: dead code 0x0002-000a in Lorg/mozilla/gecko/GeckoAppShell;.registerSurfaceTextureFrameListener (Ljava/lang/Object;I)V E/dalvikvm( 7145): Could not find class 'android.graphics.SurfaceTexture', referenced from method org.mozilla.gecko.GeckoAppShell.unregisterSurfaceTextureFrameListener W/dalvikvm( 7145): VFY: unable to resolve check-cast 149 (Landroid/graphics/SurfaceTexture;) in Lorg/mozilla/gecko/GeckoAppShell; D/dalvikvm( 7145): VFY: replacing opcode 0x1f at 0x0000 D/dalvikvm( 7145): VFY: dead code 0x0002-0006 in Lorg/mozilla/gecko/GeckoAppShell;.unregisterSurfaceTextureFrameListener (Ljava/lang/Object;)V Expected results: Maybe disable New Guest Session for below API 11 devices?
OS: Windows 8.1 → Android
Hardware: x86_64 → ARM
Is this a a custom 3rd party rom you are using on your device? If so, which?
Thank you for your time. I think that's the issue.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.