Closed
Bug 765712
Opened 12 years ago
Closed 12 years ago
Crash - java.lang.IllegalArgumentException: Bad limit (capacity 2097152): -1024 @ ScreenshotImage.copyBuffer(ScreenshotLayer.java:137)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox16 affected)
RESOLVED
DUPLICATE
of bug 765463
Tracking | Status | |
---|---|---|
firefox16 | --- | affected |
People
(Reporter: aaronmt, Unassigned)
References
()
Details
(4 keywords, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
(deleted),
text/plain
|
Details |
E/GeckoAppShell( 1559): >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 179 ("GeckoBackgroundThread")
E/GeckoAppShell( 1559): java.lang.IllegalArgumentException: Bad limit (capacity 2097152): -1024
E/GeckoAppShell( 1559): at java.nio.Buffer.limitImpl(Buffer.java:312)
E/GeckoAppShell( 1559): at java.nio.Buffer.limit(Buffer.java:303)
E/GeckoAppShell( 1559): at org.mozilla.gecko.gfx.ScreenshotLayer$ScreenshotImage.copyBuffer(ScreenshotLayer.java:137)
E/GeckoAppShell( 1559): at org.mozilla.gecko.gfx.ScreenshotLayer$ScreenshotImage.setBitmap(ScreenshotLayer.java:144)
E/GeckoAppShell( 1559): at org.mozilla.gecko.gfx.ScreenshotLayer.setBitmap(ScreenshotLayer.java:53)
E/GeckoAppShell( 1559): at org.mozilla.gecko.gfx.LayerRenderer.setCheckerboardBitmap(LayerRenderer.java:138)
E/GeckoAppShell( 1559): at org.mozilla.gecko.ScreenshotHandler$1.run(GeckoAppShell.java:2338)
E/GeckoAppShell( 1559): at android.os.Handler.handleCallback(Handler.java:605)
E/GeckoAppShell( 1559): at android.os.Handler.dispatchMessage(Handler.java:92)
E/GeckoAppShell( 1559): at android.os.Looper.loop(Looper.java:137)
E/GeckoAppShell( 1559): at org.mozilla.gecko.GeckoBackgroundThread.run(GeckoBackgroundThread.java:31)
I/GeckoScreenshot( 1559): rect: 165.250000, 102.733337, 103.733337, 180.500000
D/Zygote ( 119): Process 1559 terminated by signal (11)
I/ActivityManager( 193): Process org.mozilla.fennec (pid 1559) has died.
I/WindowManager( 193): WIN DEATH: Window{41b6e2d8 SurfaceView paused=false}
Reporter | ||
Updated•12 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: Bad limit (capacity 2097152): -1024 at java.nio.Buffer.limitImpl(Buffer.java) ]
Reporter | ||
Comment 1•12 years ago
|
||
Crash Signature: [@ java.lang.IllegalArgumentException: Bad limit (capacity 2097152): -1024 at java.nio.Buffer.limitImpl(Buffer.java) ] → [@ java.lang.IllegalArgumentException: Bad limit (capacity 2097152): -1024 at java.nio.Buffer.limitImpl(Buffer.java)]
Reporter | ||
Comment 2•12 years ago
|
||
STR:
1. www.ups.com, pick your country
2. Tap into the top left package tracker, the virtual-keyboard is invoked
Leave device idle; track dozens of GeckoScreenshots in log-cat. Fennec eventually crashes
URL: http://www.ups.com
Reporter | ||
Updated•12 years ago
|
Keywords: reproducible
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Attachment #634015 -
Attachment description: Nightly (06/13) - Raw log → Nightly (06/18) - Raw log
Reporter | ||
Updated•12 years ago
|
Keywords: regression
Comment 4•12 years ago
|
||
It's a dupe of bug 765463 that contains signatures matching java.lang.IllegalArgumentException: Bad position (limit 2097152): <n> at java.nio.Buffer.limitImpl(Buffer.java).
Comment 5•12 years ago
|
||
Scoobidiver, can we just close this bug as a dupe of bug 765463? These bugs have different signatures, but effectively the same stack trace.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•11 years ago
|
tracking-fennec: ? → ---
Assignee | ||
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
•