Bug 188000 - [WPE] "Unable to fork a new child process: Too many open files" in animations/unprefixed-properties.html
Summary: [WPE] "Unable to fork a new child process: Too many open files" in animations...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-25 05:32 PDT by Ms2ger (he/him; ⌚ UTC+1/+2)
Modified: 2024-02-16 07:14 PST (History)
4 users (show)

See Also:


Attachments
Log (561.49 KB, text/plain)
2018-07-25 05:32 PDT, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ms2ger (he/him; ⌚ UTC+1/+2) 2018-07-25 05:32:51 PDT
Created attachment 345755 [details]
Log

There's 382 threads, and about 377 of them have stacks like

#0  0x00007f6dba4686ad in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f6dc0403ac6 in g_main_context_poll (priority=<optimized out>, n_fds=2, fds=0x7f6d2800b750, timeout=<optimized out>, context=0x7f6d2800b5b0) at /home/buildbot/wpe/wpe-linux-64-release-tests/build/WebKitBuild/DependenciesWPE/Source/glib-2.54.3/glib/gmain.c:4169
#2  g_main_context_iterate (context=0x7f6d2800b5b0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /home/buildbot/wpe/wpe-linux-64-release-tests/build/WebKitBuild/DependenciesWPE/Source/glib-2.54.3/glib/gmain.c:3863
#3  0x00007f6dc0403e52 in g_main_loop_run (loop=0x7f6d280057c0) at /home/buildbot/wpe/wpe-linux-64-release-tests/build/WebKitBuild/DependenciesWPE/Source/glib-2.54.3/glib/gmain.c:4064
#4  0x00007f6dc450d0d0 in WTF::RunLoop::run() () from /home/buildbot/wpe/wpe-linux-64-release/build/WebKitBuild/Release/lib/libWPEWebKit-0.1.so.2
#5  0x00007f6dc44cefdb in WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) () from /home/buildbot/wpe/wpe-linux-64-release/build/WebKitBuild/Release/lib/libWPEWebKit-0.1.so.2
#6  0x00007f6dc450b299 in WTF::wtfThreadEntryPoint(void*) () from /home/buildbot/wpe/wpe-linux-64-release/build/WebKitBuild/Release/lib/libWPEWebKit-0.1.so.2
#7  0x00007f6dbd9e1494 in start_thread (arg=0x7f6bb3ecf700) at pthread_create.c:333
#8  0x00007f6dba471aff in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
Comment 1 Claudio Saavedra 2018-09-17 05:53:40 PDT
Same now with animations/play-state-start-paused.html, and it's been failing since r235947:r235951.
Comment 2 Diego Pino 2019-04-05 04:52:07 PDT
`animations/play-state-start-paused.html` started to PASS again in r236479. I removed the test from WPE/TestExpectations in https://trac.webkit.org/changeset/243930/webkit.

Regarding `animations/unprefixed-properties.html`, the test is passing in WPE and it's not in any TestExpectations file. Perhaps this bug can be closed.
Comment 3 Ahmad Saleem 2024-02-16 07:14:03 PST
> play-state-start-paused.html - No platform specific expectation
> animations/unprefixed-properties.html - Ditto

Marking this as 'RESOLVED CONFIGURATION CHANGED'.