Remote assistance host crashes |
|||
Issue description
Current version of the remote assistance host crashes with the following call stack:
#0 0x00007f2202fa6a4d in base::PostDelayedTaskWithTraits(tracked_objects::Location const&, base::TaskTraits const&, base::Callback<void (), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, base::TimeDelta) (
from_here=..., traits=..., task=..., delay=...)
at ../../base/task_scheduler/post_task.cc:58
#1 0x00007f2202fa6bad in base::PostTaskWithTraits(tracked_objects::Location const&, base::TaskTraits const&, base::Callback<void (), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&) (from_here=..., traits=..., task=...)
at ../../base/task_scheduler/post_task.cc:51
#2 0x00007f2203914979 in net::ChannelIDServiceWorker::Start (
this=0x4fb2d1ae520, task_runner=...)
at ../../net/ssl/channel_id_service.cc:136
#3 0x00007f2203912961 in net::ChannelIDService::GetOrCreateChannelID(std::string const&, std::unique_ptr<crypto::ECPrivateKey, std::default_delete<crypto::ECPrivateKey> >*, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&, net::ChannelIDService::Request*) (
this=0x4fb2c3fa920, host="relay.google.com", key=0x4fb2cda3310,
callback=..., out_req=0x4fb2cda3330)
at ../../net/ssl/channel_id_service.cc:338
#4 0x00007f22038f8492 in net::SSLClientSocketImpl::DoChannelIDLookup (
this=0x4fb2cda2fa0) at ../../net/socket/ssl_client_socket_impl.cc:1203
Will need to verify if this bug affects M57 branch
,
Feb 2 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7df3c119b83d5b30eb201c7310141e4f87a326d1 commit 7df3c119b83d5b30eb201c7310141e4f87a326d1 Author: sergeyu <sergeyu@chromium.org> Date: Thu Feb 02 01:40:16 2017 Initialize TaskScheduler in remoting processes. Added TaskScheduler initialization in the following processes: 1. It2Me host. 2. Me2Me host. 3. Me2Me native messaging host. 4. Android client. 5. iOS client. BUG= 687692 Review-Url: https://codereview.chromium.org/2669893002 Cr-Commit-Position: refs/heads/master@{#447676} [modify] https://crrev.com/7df3c119b83d5b30eb201c7310141e4f87a326d1/remoting/client/ios/app_runtime.cc [modify] https://crrev.com/7df3c119b83d5b30eb201c7310141e4f87a326d1/remoting/client/jni/chromoting_jni_runtime.cc [modify] https://crrev.com/7df3c119b83d5b30eb201c7310141e4f87a326d1/remoting/host/it2me/it2me_native_messaging_host_main.cc [modify] https://crrev.com/7df3c119b83d5b30eb201c7310141e4f87a326d1/remoting/host/remoting_me2me_host.cc [modify] https://crrev.com/7df3c119b83d5b30eb201c7310141e4f87a326d1/remoting/host/setup/me2me_native_messaging_host_main.cc
,
Feb 2 2017
,
May 30 2017
Crash does not occur in 59.0.3071.47. Verified fixed |
|||
►
Sign in to add a comment |
|||
Comment 1 by sergeyu@chromium.org
, Feb 1 2017Owner: sergeyu@chromium.org