ltilve/chromium

Segmentation fault when closing a previously inspected sidebar

Closed this issue · 2 comments

If the contents of an extension sidebar have been inspected with the devtools, closing the sidebar is generating a segmentation fault.

Getting the debug release to run in --single-process, we seem to be hitting an assert at the inspector code.
ASSERTION FAILED: !m_client
../../third_party/WebKit/Source/core/inspector/DevToolsHost.cpp(138) : virtual blink::DevToolsHost::~DevToolsHost()

This seemed a particular case for the problem also happening also at #27