Bug 171555
Summary: | REGRESSION(r215555-215557): [GTK] Several performance tests abort with GLib-CRITICAL **: g_source_set_ready_time: assertion 'source->ref_count > 0' failed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, mcatanzaro, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=170775 https://bugs.webkit.org/show_bug.cgi?id=176806 |
Carlos Alberto Lopez Perez
This started to happen on build 199 https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/199
Several tests fail https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/199/steps/perf-test/logs/stdio
Running Canvas/compositing-fillRect.html (34 of 160)
error: Canvas/compositing-fillRect.html
g_source_set_ready_time: assertion 'source->ref_count > 0' failed
FAILED
Finished: 17.294655 s
Running Dromaeo/dom-query.html (58 of 160)
timeout: Dromaeo/dom-query.html
FAILED
Finished: 698.050056 s
Running Dromaeo/jslib-event-jquery.html (68 of 160)
error: Dromaeo/jslib-event-jquery.html
g_source_set_ready_time: assertion 'source->ref_count > 0' failed
FAILED
Finished: 31.161938 s
[...]
The exact tests that fail change from run to run.
My initial suspect is the GLib/GLib-networking upgrade in r215556 <https://trac.webkit.org/r215556>.
I will try to reproduce it locally and see if I can confirm this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
This got much worse between r217669-r217689
r217669 5 failures : https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/470
r217689 14 failures : https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/471
Maybe it was the GTK+ upgrade?
I'm able to reproduce it on my laptop but its hard to reproduce.. I have to run the whole perf test suite and maybe I get one failure like those at the end, not 14 like on the bot.
Yusuke Suzuki
Can we know which g_source_set_ready_time causes this assertion?
Carlos Garcia Campos
Carlos, would it be possible to run the perf tests with G_DEBUG=fatal-criticals and get a bt?
Michael Catanzaro
There's one in bug #176806 that might be related. It's not simple.
Carlos Garcia Campos
I think this was caused by the glib upgrade and fixed in glib, see https://git.gnome.org/browse/glib/commit/?id=281e301. I'm marking this as duplicate of #176806 because that bug has a bt, let's handle it there.
*** This bug has been marked as a duplicate of bug 176806 ***