New issue
Advanced search Search tips

Issue 852275 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: ----



Sign in to add a comment

OutOfMemory

Reported by knight...@gmail.com, Jun 13 2018

Issue description

Device name: Redmi Note 4

From "Settings > About Chrome"
Application version: 67.0.3396.81
Operating system: Android N

URLs (if applicable):

Expected result:
No OOM at all

Actual result:
OOM occurred

 java.lang.OutOfMemoryError: Could not allocate JNI Env
at java.lang.Thread.nativeCreate(Native Method)
at java.lang.Thread.start(Thread.java:729)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:941)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1151)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:760)
 
Labels: Needs-triage-Mobile
Cc: jbanavatu@chromium.org agrieve@chromium.org
Components: UI
Labels: Triaged-Mobile
Asper the mentioned log in comment 0 code search for the file 'Thread.java' assigning @agrieve for further updates on this issue.

Thanks!
Status: WontFix (was: Unconfirmed)
I don't think there's anything to go on here. The stack trace does not contain any chromium code (just android framework code), and there are no repro steps.

Feel free to re-open if you can come up with repro steps or come up with anything other clues from the logcat.
 

Comment 4 by knight...@gmail.com, Jun 22 2018

here is the full logo this issue in attach
please check it for more information
hope this will help you well
30736_je_2d9ab1434969a9a22e79f18e4a6d6a40_67.0.3396.81_mido_8.5.25_1529562055_144669376.log
8.9 MB View Download
Mergedinto: 799649
Status: Duplicate (was: WontFix)
From the logcat:
06-21 11:50:54.968 12236 12287 E chromium: [ERROR:socket_posix.cc(93)] CreatePlatformSocket() returned an error, errno=24: Too many open files (24)
0

Looks like chrome hit the kernel limit for open file descriptors. Deduplicating into the existing bug for crashes on android caused by too many open files.

Comment 6 by knight...@gmail.com, Jun 25 2018

Thanks for your reply, is there any schedule on resolving this issue so far?

Sign in to add a comment