New issue
Advanced search Search tips

Issue 799708 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Sep 13
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Can not run the views_examples_exe, the ui/iew example in chromium, on win10

Reported by sainim...@gmail.com, Jan 6 2018

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

Steps to reproduce the problem:
1. Run the views_example_exe
2. Get the error messages.

What is the expected behavior?
views_example_exe works.

What went wrong?
In the chromium project src directory I use commands

gn gen out/mybuild --args="is_component_build=true is_debug=true enable_nacl=false remove_webcore_debug_symbols=true toolkit_views=true" --ide=vs --filters=//ui/views --target_cpu="x86" --component=shared_library 
ninja -C out\mybuild views_examples_exe

In the chromium project directory I use

gn gen out/mybuild --args="is_component_build=true is_debug=true enable_nacl=false remove_webcore_debug_symbols=true toolkit_views=true" --ide=vs --filters=//ui/views --target_cpu="x86" --component=shared_library 
ninja -C out\mybuild views_examples_exe

to build, but the views_examples_exe does not work. Error messages:

E:\Fts\Proj\Test\google\chromium\src\out\mybuild>views_examples_exe.exe 
[1226/153835.459:FATAL:sequenced_task_runner_handle.cc(52)] Check failed: ThreadTaskRunnerHandle::IsSet(). Error: This caller requires a sequenced context (i.e. the current task needs to run from a SequencedTaskRunner).
Backtrace:
    base::debug::StackTrace::StackTrace [0x00000001800C34D8+104] (E:\Fts\Proj\Test\google\chromium\src\base\debug\stack_trace_win.cc:286)
    base::debug::StackTrace::StackTrace [0x00000001800C217F+31] (E:\Fts\Proj\Test\google\chromium\src\base\debug\stack_trace.cc:199)
    logging::LogMessage::~LogMessage [0x0000000180137E63+131] (E:\Fts\Proj\Test\google\chromium\src\base\logging.cc:581)
    base::SequencedTaskRunnerHandle::Get [0x0000000180359357+855] (E:\Fts\Proj\Test\google\chromium\src\base\threading\sequenced_task_runner_handle.cc:55)
    base::Timer::GetTaskRunner [0x00000001803A7E03+99] (E:\Fts\Proj\Test\google\chromium\src\base\timer\timer.cc:216)
    base::Timer::PostNewScheduledTask [0x00000001803A79CA+346] (E:\Fts\Proj\Test\google\chromium\src\base\timer\timer.cc:201)
    base::Timer::Reset [0x00000001803A7641+401] (E:\Fts\Proj\Test\google\chromium\src\base\timer\timer.cc:163)
    base::Timer::Start [0x00000001803A73D2+322] (E:\Fts\Proj\Test\google\chromium\src\base\timer\timer.cc:138)
    base::BaseTimerMethodPointer::Start<viz::SurfaceManager> [0x00000000082AF553+147] (E:\Fts\Proj\Test\google\chromium\src\base\timer\timer.h:256)
    viz::SurfaceManager::SurfaceManager [0x00000000082AEEAC+892] (E:\Fts\Proj\Test\google\chromium\src\components\viz\service\surfaces\surface_manager.cc:63)
    viz::FrameSinkManagerImpl::FrameSinkManagerImpl [0x00000000081ED33E+254] (E:\Fts\Proj\Test\google\chromium\src\components\viz\service\frame_sinks\frame_sink_manager_impl.cc:55)
    main [0x000000014004E1B7+183] (E:\Fts\Proj\Test\google\chromium\src\ui\views\examples\examples_main.cc:71)
    invoke_main [0x00000001408B3864+52] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:79)
    __scrt_common_main_seh [0x00000001408B3757+295] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:283)
    __scrt_common_main [0x00000001408B361E+14] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:326)
    mainCRTStartup [0x00000001408B38F9+9] (f:\dd\vctools\crt\vcstartup\src\startup\exe_main.cpp:17)
    BaseThreadInitThunk [0x00007FF97E681FE4+20]
    RtlUserThreadStart [0x00007FF97ECCEF91+33] 

Did this work before? N/A 

Chrome version: 65.0.3300.0  Channel: n/a
OS Version: 10.0
Flash Version:
 
Status: Archived (was: Unconfirmed)
Archiving old bugs that haven't been actively assigned in over 180 days.

If you feel this issue should still be addressed, feel free to reopen it or to file a new issue. Thanks!

Sign in to add a comment