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

Issue 809974 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 808925
Owner: ----
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Omnibox: omnibox_result_view.cc. Check failed: !render_text->text().empty

Project Member Reported by arthurso...@chromium.org, Feb 7 2018

Issue description

Chrome Version: M66 (tested on commit f225bcfe5ee31f9e2b0d35fb5cadc7f19bf32abe)
OS: N/A (Linux)

What steps will reproduce the problem?
(1) Type chrome://version in the omnibox.

What is the expected result?
N/A

What happens instead?
After "chrome://v" is typed, a DCHECK is reached.

142999:142999:0207/134201.260056:FATAL:omnibox_result_view.cc(507)] Check failed: !render_text->text().empty(). 
#0 0x7f0fdbeffc2d base::debug::StackTrace::StackTrace()
#1 0x7f0fdbefe11c base::debug::StackTrace::StackTrace()
#2 0x7f0fdbf86cca logging::LogMessage::~LogMessage()
#3 0x55e22d804b4a OmniboxResultView::DrawRenderText()
#4 0x55e22d8045f9 OmniboxResultView::PaintMatch()
#5 0x55e22d808df6 OmniboxResultView::OnPaint()
#6 0x7f0fce56f01f views::View::Paint()
#7 0x7f0fce574438 views::View::RecursivePaintHelper()
#8 0x7f0fce5740c0 views::View::PaintChildren()
#9 0x55e22d7ff224 OmniboxPopupContentsView::PaintChildren()
#10 0x7f0fce56f04e views::View::Paint()
#11 0x7f0fce574438 views::View::RecursivePaintHelper()
#12 0x7f0fce5740c0 views::View::PaintChildren()
#13 0x7f0fce56f04e views::View::Paint()
#14 0x7f0fce575824 views::View::PaintFromPaintRoot()
#15 0x7f0fce58dd3f views::Widget::OnNativeWidgetPaint()
#16 0x7f0fce5ce886 views::NativeWidgetAura::OnPaint()
#17 0x7f0fd14a9f94 aura::Window::Paint()
#18 0x7f0fd14ab31d aura::Window::OnPaintLayer()
#19 0x7f0fd129d6ac ui::Layer::PaintContentsToDisplayList()
#20 0x7f0fd129d9e6 ui::Layer::PaintContentsToDisplayList()
#21 0x7f0fd3660679 cc::PictureLayer::Update()
#22 0x7f0fd3823f97 cc::LayerTreeHost::PaintContent()
#23 0x7f0fd3822e13 cc::LayerTreeHost::DoUpdateLayers()
#24 0x7f0fd3821e4d cc::LayerTreeHost::UpdateLayers()
#25 0x7f0fd391e7c0 cc::SingleThreadProxy::DoPainting()
#26 0x7f0fd391fec6 cc::SingleThreadProxy::BeginMainFrame()


skanuj@ Can you please take a look / triage this issue ?
 

Comment 1 by k...@chromium.org, Feb 7 2018

Cc: k...@chromium.org
Mergedinto: 808925
Status: Duplicate (was: Untriaged)
I'm guessing it's this issue.

Sign in to add a comment