Status: New
Owner: ----

New issue 3022 by [email protected]: Crashing tab in debug chrome builds when running maps test
http://code.google.com/p/v8/issues/detail?id=3022

When running a telemetry tests of Google Maps against a debug build of Chrome the following error is generated:

WARNING:root:Tab crashed: http://localhost:10020/tracker.html
Stack Trace:
********************************************************************************
[1:1:1120/143531:WARNING:zygote_main_linux.cc(263)] Unable to load plugin ./third_party/adobe/flash/binaries/ppapi/linux/libpepflashplayer.so ./third_party/adobe/flash/binaries/ppapi/linux/libpepflashplayer.so: wrong ELF class: ELFCLASS32 [21547:21582:1120/143531:ERROR:transport_security_persister.cc(308)] Failed to deserialize state: NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted). NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
        
        
        #
        # Fatal error in ../../v8/src/hydrogen-instructions.h, line 4884
        # CHECK(value->IsMul()) failed
        #
        
        ==== C stack trace ===============================
        
         1: ??
         2: ??
         3: ??
         4: ??
         5: ??
         6: ??
         7: ??
         8: ??
         9: ??
        10: ??
        11: ??
        12: ??
        13: ??
        14: ??
        15: ??
        16: ??
        17: ??
[21547:21573:1120/143541:ERROR:cert_verify_proc_nss.cc(856)] CERT_PKIXVerifyCert for ssl.gstatic.com failed err=-8172
        
********************************************************************************

You can reproduce this locally by building a debug build of ToT chromium and then running from <chrome src>:

    content/test/gpu/run_gpu_test maps --browser=debug

The browser will open but the tab will hang for a couple of minutes before eventually spitting out the message above.

This error does not show up on release builds, which can be tested by running the following command instead:

    content/test/gpu/run_gpu_test maps --browser=release
    (or --browser=system)

When running the maps test for the first time you will be asked to authenticate with Google Cloud storage. Just follow the onscreen prompts to set it up. Sorry, but this requirement probably excludes non-Googlers from running the test.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to