New issue
Advanced search Search tips

Issue 809778 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 809082
Owner: ----
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

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

Project Member Reported by alancutter@chromium.org, Feb 6 2018

Issue description

Chrome Version: 98ee9e3a869332fd6a7ce91907ffc518ad99e15e
OS: Linux

What steps will reproduce the problem?
(1) Build Chrome with DCHECKs enabled.
(2) Type "about:version" in omnibox.

I get up to typing "about:v" when I hit an assert:

[92643:92643:0207/105012.421784:FATAL:omnibox_result_view.cc(507)] Check failed: !render_text->text().empty().
#0 0x7f1196d9363c base::debug::StackTrace::StackTrace()   
#1 0x7f1196dbdccc logging::LogMessage::~LogMessage()      
#2 0x560f16a4b835 OmniboxResultView::DrawRenderText()
#3 0x560f16a4b61c OmniboxResultView::PaintMatch()   
#4 0x560f16a4c9c7 OmniboxResultView::OnPaint()        
#5 0x7f1191f4305a views::View::Paint()              
#6 0x7f1191f455a3 views::View::RecursivePaintHelper()     
#7 0x7f1191f453a4 views::View::PaintChildren()                                                                       
#8 0x560f16a498b5 OmniboxPopupContentsView::PaintChildren()
#9 0x7f1191f4308b views::View::Paint()
#10 0x7f1191f455a3 views::View::RecursivePaintHelper()
#11 0x7f1191f453a4 views::View::PaintChildren()
#12 0x7f1191f4308b views::View::Paint()
#13 0x7f1191f46818 views::View::OnPaintLayer()
#14 0x7f11928b6783 ui::Layer::PaintContentsToDisplayList()
#15 0x7f11928b6922 ui::Layer::PaintContentsToDisplayList()
#16 0x7f11892b49da cc::PictureLayer::Update()
#17 0x7f1189359e3a cc::LayerTreeHost::PaintContent()
#18 0x7f11893590c2 cc::LayerTreeHost::DoUpdateLayers()
#19 0x7f1189358712 cc::LayerTreeHost::UpdateLayers()
#20 0x7f11893b2388 cc::SingleThreadProxy::BeginMainFrame()

 
Mergedinto: 809082
Status: Duplicate (was: Untriaged)

Sign in to add a comment