Closed
Bug 701730
Opened 12 years ago
Closed 12 years ago
StrictMode: Disk Read Violation when opening the awesomebar (rememberLastScreen)
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: blassey)
Details
I see 3 in logcat: StrictMode policy violation; ~duration=356 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=23 violation=2 StrictMode policy violation; ~duration=345 ms: android.os.StrictMode$StrictModeDiskWriteViolation: policy=23 violation=1 StrictMode policy violation; ~duration=317 ms: android.os.StrictMode$StrictModeDiskWriteViolation: policy=23 violation=1 All are triggered from: D/StrictMode(22760): at android.app.ContextImpl$SharedPreferencesImpl$EditorImpl.commit(ContextImpl.java:3049) D/StrictMode(22760): at org.mozilla.gecko.GeckoApp.rememberLastScreen(GeckoApp.java:515) D/StrictMode(22760): at org.mozilla.gecko.GeckoApp.onPause(GeckoApp.java:1229) D/StrictMode(22760): at android.app.Activity.performPause(Activity.java:3851)
Reporter | ||
Updated•12 years ago
|
Summary: StrictMode: Disk Read Violation when opening the awesomebar → StrictMode: Disk Read Violation when opening the awesomebar (rememberLastScreen)
Updated•12 years ago
|
OS: Linux → Android
Hardware: x86 → ARM
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → blassey.bugs
Priority: -- → P3
Assignee | ||
Updated•12 years ago
|
Priority: P3 → P1
Reporter | ||
Comment 1•12 years ago
|
||
fixed by bug 703057
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
I am getting this issue with a build that I did a couple hours ago that was running build from http://hg.mozilla.org/projects/birch/rev/41b63b2b6420. Logcat below 11-21 22:10:38.176: D/StrictMode(2737): StrictMode policy violation; ~duration=1 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=23 violation=2 11-21 22:10:38.176: D/StrictMode(2737): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1067) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.StrictMode.noteDiskRead(StrictMode.java:1803) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.FileUtils.getFileStatus(FileUtils.java:80) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl.writeToFile(SharedPreferencesImpl.java:579) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl.access$800(SharedPreferencesImpl.java:47) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl$2.run(SharedPreferencesImpl.java:489) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl.enqueueDiskWrite(SharedPreferencesImpl.java:510) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl.access$100(SharedPreferencesImpl.java:47) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.SharedPreferencesImpl$EditorImpl.commit(SharedPreferencesImpl.java:432) 11-21 22:10:38.176: D/StrictMode(2737): at org.mozilla.gecko.GeckoApp.rememberLastScreen(GeckoApp.java:542) 11-21 22:10:38.176: D/StrictMode(2737): at org.mozilla.gecko.GeckoApp.access$700(GeckoApp.java:89) 11-21 22:10:38.176: D/StrictMode(2737): at org.mozilla.gecko.GeckoApp$26.run(GeckoApp.java:1346) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Handler.handleCallback(Handler.java:587) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Handler.dispatchMessage(Handler.java:92) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Looper.loop(Looper.java:132) 11-21 22:10:38.176: D/StrictMode(2737): at org.mozilla.gecko.GeckoApp$23.run(GeckoApp.java:1205) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Handler.handleCallback(Handler.java:587) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Handler.dispatchMessage(Handler.java:92) 11-21 22:10:38.176: D/StrictMode(2737): at android.os.Looper.loop(Looper.java:132) 11-21 22:10:38.176: D/StrictMode(2737): at android.app.ActivityThread.main(ActivityThread.java:4123) 11-21 22:10:38.176: D/StrictMode(2737): at java.lang.reflect.Method.invokeNative(Native Method) 11-21 22:10:38.176: D/StrictMode(2737): at java.lang.reflect.Method.invoke(Method.java:491) 11-21 22:10:38.176: D/StrictMode(2737): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841) 11-21 22:10:38.176: D/StrictMode(2737): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599) 11-21 22:10:38.176: D/StrictMode(2737): at dalvik.system.NativeStart.main(Native Method)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•12 years ago
|
||
that's a different bug, please file it
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
tracking-fennec: --- → 11+
Assignee | ||
Updated•12 years ago
|
status-firefox11:
--- → fixed
Comment 4•12 years ago
|
||
Cannot reproduce this errors on: Nightly 13.0a1(2012-03-04) Device: Samsung Galaxy S2 OS: Android 2.3.4
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•