New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 698058 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Crash clicking on potentially-dangerous download

Project Member Reported by w...@chromium.org, Mar 2 2017

Issue description

Chrome Version: (58.0.3027.0 (Developer Build) (64-bit)
OS: Linux

What steps will reproduce the problem?
(1) Download a file that Chrome things is dangerous (I was downloading a tracing JSON.gz) from Drive.
(2) When it shows up in the download bar, use the menu to click "Keep".
(3) When it changes to not-dangerous-looking, click the little menu chevron on the downloaded item.

What is the expected result?

Expect to see the menu for the downloaded item, e.g. Show In Folder.

What happens instead?

Chrome crashed:

[13512:13512:0302/143006.759228:FATAL:square_ink_drop_ripple.cc(283)] Check failed: InkDropState::HIDDEN == old_ink_drop_state (0 vs. 5) old_ink_drop_state=ACTIVATED
#0 0x7fa252fbc89b base::debug::StackTrace::StackTrace()
#1 0x7fa252fbaf2c base::debug::StackTrace::StackTrace()
#2 0x7fa25302942f logging::LogMessage::~LogMessage()
#3 0x7fa247733b1e views::SquareInkDropRipple::AnimateStateChange()
#4 0x7fa2477309f6 views::InkDropRipple::AnimateToState()
#5 0x7fa247729cee views::InkDropImpl::AnimateToState()
#6 0x7fa24772501e views::InkDropHostView::AnimateInkDrop()
#7 0x7fa24774f1b2 views::CustomButton::OnMousePressed()
#8 0x7fa24783bb00 views::View::ProcessMousePressed()
#9 0x7fa24783b756 views::View::OnMouseEvent()
#10 0x7fa247725426 views::InkDropHostView::OnMouseEvent()
#11 0x7fa247469963 ui::EventHandler::OnEvent()
#12 0x7fa247472945 ui::ScopedTargetHandler::OnEvent()
#13 0x7fa247464e20 ui::EventDispatcher::DispatchEvent()
#14 0x7fa24746470b ui::EventDispatcher::ProcessEvent()
#15 0x7fa2474644a2 ui::EventDispatcherDelegate::DispatchEventToTarget()
#16 0x7fa24746434f ui::EventDispatcherDelegate::DispatchEvent()
#17 0x7fa247858ef3 views::internal::RootView::OnMousePressed()
#18 0x7fa247861a93 views::Widget::OnMouseEvent()
#19 0x7fa2478ae729 views::DesktopNativeWidgetAura::OnMouseEvent()
#20 0x7fa247469963 ui::EventHandler::OnEvent()
#21 0x7fa247464e20 ui::EventDispatcher::DispatchEvent()
#22 0x7fa24746470b ui::EventDispatcher::ProcessEvent()
#23 0x7fa2474644a2 ui::EventDispatcherDelegate::DispatchEventToTarget()
#24 0x7fa24746434f ui::EventDispatcherDelegate::DispatchEvent()
#25 0x7fa24746a5f1 ui::EventProcessor::OnEventFromSource()
#26 0x7fa24746b66f ui::EventSource::DeliverEventToProcessor()
#27 0x7fa24746b277 ui::EventSource::SendEventToProcessor()
#28 0x7fa2478da295 views::DesktopWindowTreeHostX11::DispatchMouseEvent()
#29 0x7fa2478db401 views::DesktopWindowTreeHostX11::DispatchEvent()
#30 0x7fa24fff4afd ui::PlatformEventSource::DispatchEvent()
#31 0x7fa23ea934b4 ui::X11EventSourceGlib::ProcessXEvent()
#32 0x7fa23ea7fae8 ui::X11EventSource::ExtractCookieDataDispatchEvent()
#33 0x7fa23ea7fa50 ui::X11EventSource::DispatchXEvents()
#34 0x7fa23ea93655 ui::(anonymous namespace)::XSourceDispatch()
#35 0x7fa241958ce5 g_main_context_dispatch
#36 0x7fa241959048 <unknown>
#37 0x7fa2419590ec g_main_context_iteration
#38 0x7fa25306aaff base::MessagePumpGlib::Run()
#39 0x7fa253051f97 base::MessageLoop::RunHandler()
#40 0x7fa253101fea base::RunLoop::Run()
#41 0x7fa255a78d5e ChromeBrowserMainParts::MainMessageLoopRun()
#42 0x7fa24c459ae8 content::BrowserMainLoop::RunMainMessageLoopParts()
#43 0x7fa24c467fe6 content::BrowserMainRunnerImpl::Run()
#44 0x7fa24c452fcf content::BrowserMain()
#45 0x7fa24dc99fc6 content::RunNamedProcessTypeMain()
#46 0x7fa24dc9c22c content::ContentMainRunnerImpl::Run()
#47 0x7fa24dc98ef2 content::ContentMain()
#48 0x7fa2540fe84a ChromeMain
#49 0x7fa2540fe772 main
#50 0x7fa23ef09f45 __libc_start_main
#51 0x7fa2540fe675 <unknown>

 

Comment 1 by dah...@chromium.org, Mar 16 2017

Labels: -M-58
Owner: est...@chromium.org
Status: Assigned (was: Untriaged)
Evan, can you take a look?

Comment 2 by est...@chromium.org, Mar 16 2017

Cc: bruthig@chromium.org
note: this is a debug only crash

Sign in to add a comment