[Webkit-unassigned] [Bug 133533] New: [GTK] libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark when running perf test CSS/QuerySelector.html and Parser/xml-parser.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 4 19:30:16 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133533

           Summary: [GTK] libgio-2.0.so.0: undefined symbol:
                    g_variant_parse_error_quark when running perf test
                    CSS/QuerySelector.html and Parser/xml-parser.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: clopez at igalia.com
                CC: mrobinson at webkit.org, cgarcia at igalia.com,
                    svillar at igalia.com, rego at igalia.com


This two tests are failing on the new GTK perf bot, because of undefined symbols. Check the complete log here: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/6/steps/perf-test/logs/stdio

I'm able to reproduce the failure on my laptop, so I guess this is some global error and not something specific of the bot.


$ Tools/Scripts/run-perf-tests --platform gtk --release -2 CSS/QuerySelector.html Parser/xml-parser.html
Running 2 tests
Running CSS/QuerySelector.html (1 of 2)
error: CSS/QuerySelector.html

(gst-plugin-scanner:19006): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstmultifile.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19006): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstrsvg.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19006): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgsttcp.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19006): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstrtsp.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19006): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstgio.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

FAILED
Finished: 5.030039 s

Running Parser/xml-parser.html (2 of 2)
error: Parser/xml-parser.html

(gst-plugin-scanner:19209): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstmultifile.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19209): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstrsvg.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19209): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgsttcp.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19209): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstrtsp.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

(gst-plugin-scanner:19209): GStreamer-WARNING **: Failed to load plugin '/stuff/webkit/webkit/WebKitBuild/Dependencies/Root/lib64/gstreamer-1.0/libgstgio.so': /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_variant_parse_error_quark

FAILED
Finished: 7.889875 s

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list