OutOfMemory
Reported by
knight...@gmail.com,
Jun 13 2018
|
||||
Issue descriptionDevice 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)
,
Jun 14 2018
Asper the mentioned log in comment 0 code search for the file 'Thread.java' assigning @agrieve for further updates on this issue. Thanks!
,
Jun 14 2018
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.
,
Jun 22 2018
here is the full logo this issue in attach please check it for more information hope this will help you well
,
Jun 22 2018
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.
,
Jun 25 2018
Thanks for your reply, is there any schedule on resolving this issue so far? |
||||
►
Sign in to add a comment |
||||
Comment 1 by pnangunoori@chromium.org
, Jun 14 2018