Closed
Bug 736972
Opened 13 years ago
Closed 13 years ago
java.lang.OutOfMemoryError: at java.io.BufferedReader.<init>(BufferedReader.java)
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(firefox13 fixed, firefox14 fixed)
RESOLVED
FIXED
mozilla14
People
(Reporter: scoobidiver, Assigned: rnewman)
References
Details
(Keywords: crash, Whiteboard: [native-crash], sync)
Crash Data
There's one crash in 14.0a1/20120318: bp-44bc58b4-400d-4c59-ad4b-02e8c2120319.
java.lang.OutOfMemoryError
at java.io.BufferedReader.<init>(BufferedReader.java:95)
at org.mozilla.gecko.sync.net.SyncStorageCollectionRequest$SyncCollectionResourceDelegate.handleHttpResponse(SyncStorageCollectionRequest.java:80)
at org.mozilla.gecko.sync.net.BaseResource.execute(BaseResource.java:232)
at org.mozilla.gecko.sync.net.BaseResource.go(BaseResource.java:254)
at org.mozilla.gecko.sync.net.BaseResource.get(BaseResource.java:260)
at org.mozilla.gecko.sync.net.SyncStorageRequest.get(SyncStorageRequest.java:163)
at org.mozilla.gecko.sync.repositories.Server11RepositorySession.fetchWithParameters(Server11RepositorySession.java:226)
at org.mozilla.gecko.sync.repositories.Server11RepositorySession.fetchSince(Server11RepositorySession.java:243)
at org.mozilla.gecko.sync.middleware.Crypto5MiddlewareRepositorySession.fetchSince(Crypto5MiddlewareRepositorySession.java:147)
at org.mozilla.gecko.sync.synchronizer.RecordsChannel.flow(RecordsChannel.java:132)
at org.mozilla.gecko.sync.synchronizer.RecordsChannel.onBeginSucceeded(RecordsChannel.java:232)
at org.mozilla.gecko.sync.repositories.delegates.DeferredRepositorySessionBeginDelegate$1.run(DeferredRepositorySessionBeginDelegate.java:57)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
at java.lang.Thread.run(Thread.java:1019)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.OutOfMemoryError%3A+at+java.io.BufferedReader.%3Cinit%3E%28BufferedReader.java%29
Updated•13 years ago
|
Whiteboard: [native-crash] → [native-crash], sync
Comment 1•13 years ago
|
||
sync related crash?
Assignee | ||
Comment 2•13 years ago
|
||
This is allocating a big buffer. Perhaps the Sharp Infobar A01 is more resource-constrained than most devices?
We can shrink that for sure.
Severity: critical → normal
Component: General → Android Sync
Product: Fennec Native → Mozilla Services
QA Contact: general → android-sync
Version: Firefox 14 → unspecified
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Assignee | ||
Comment 3•13 years ago
|
||
I will be committing a change for this as soon as my interminable build finishes.
blocking-fennec1.0: ? → ---
Assignee | ||
Comment 4•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c1e32cb0678e
This drops the buffer size substantially.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla14
Updated•13 years ago
|
Priority: -- → P1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rnewman
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
status-firefox13:
--- → fixed
status-firefox14:
--- → fixed
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 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
•