Closed
Bug 1889995
Opened 1 year ago
Closed 11 months ago
Crash in [@ java.lang.OutOfMemoryError: at java.util.ArrayList.<init>(ArrayList.java)]
Categories
(Firefox for Android :: Tooling, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: emanuellclaudiu, Assigned: jackyzy823)
References
Details
Attachments
(1 file)
Reporter | ||
Updated•1 year ago
|
Hardware: Unspecified → All
Version: unspecified → Firefox 124
Comment 1•1 year ago
|
||
Top 10 frames:
0 java.util.ArrayList <init> ArrayList.java:166
1 org.mozilla.fenix.debugsettings.tabs.TabToolsKt$TabTools$1 invoke TabTools.kt:29
2 org.mozilla.fenix.debugsettings.tabs.TabToolsKt$TabCreationTool$1$3$1 invoke TabTools.kt:21
3 androidx.compose.foundation.ClickablePointerInputNode$pointerInput$3 invoke Clickable.kt:13
4 androidx.compose.foundation.gestures.TapGestureDetectorKt$detectTapAndPress$2$1 invokeSuspend TapGestureDetector.kt:133
5 kotlin.coroutines.jvm.internal.BaseContinuationImpl resumeWith ContinuationImpl.kt:9
6 kotlinx.coroutines.DispatchedTaskKt resume DispatchedTask.kt:81
7 kotlinx.coroutines.CancellableContinuationImpl dispatchResume CancellableContinuationImpl.kt:100
8 kotlinx.coroutines.CancellableContinuationImpl resumeImpl CancellableContinuationImpl.kt:33
9 kotlinx.coroutines.CancellableContinuationImpl resumeWith CancellableContinuationImpl.kt:17
Assignee | ||
Comment 2•1 year ago
|
||
STR:
- Enable Debug Drawer in Secret Menu
- In "Debug Drawer" set "tab quantity to create" to a large number (ie 10000000)
- Click any of "Add to .. tabs"
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jackyzy823
Status: NEW → ASSIGNED
Updated•1 year ago
|
Severity: -- → S3
Component: Crash Reporting → Tooling
Priority: -- → P3
Comment 4•1 year ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:jackyzy823, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(nbond)
Flags: needinfo?(jackyzy823)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(jackyzy823)
Updated•1 year ago
|
Flags: needinfo?(nbond)
Comment 5•11 months ago
|
||
Hey Jacky, I am closing this bug, as we have since added form validation as part of Bug 1890390, and the Tab Tools now caps-out tab generation at 1000 tabs.
Thanks for your work here!
You need to log in
before you can comment on or make changes to this bug.
Description
•