Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Crashed with --ozone-platform=headless or x11 #475

Closed jkim-julie closed 6 years ago

jkim-julie commented 6 years ago

Received signal 11 SEGV_MAPERR 000000000000

0 0x7fc888fd1f9c base::debug::StackTrace::StackTrace()

1 0x7fc888fd1a61 base::debug::(anonymous namespace)::StackDumpSignalHandler()

2 0x7fc87d96a150

3 0x7fc884b12e2a ui::InputMethodAuraLinux::InputMethodAuraLinux()

4 0x7fc884b11c31 ui::CreateInputMethod()

5 0x7fc8848af60a aura::WindowTreeHost::GetInputMethod()

6 0x7fc8839442fb views::Widget::OnNativeWidgetSizeChanged()

7 0x7fc88395ff60 views::DesktopNativeWidgetAura::OnHostResized()

8 0x7fc88395d8d6 views::DesktopNativeWidgetAura::InitNativeWidget()

9 0x558421b35306 DesktopBrowserFrameAura::InitNativeWidget()

10 0x7fc883940bf5 views::Widget::Init()

11 0x558421a8f469 BrowserFrame::InitBrowserFrame()

12 0x558421a9b0d5 BrowserWindow::CreateBrowserWindow()

13 0x5584218b38de Browser::Browser()

14 0x558420b2dda7 SessionRestoreImpl::CreateRestoredBrowser()

15 0x558420b2d4db SessionRestoreImpl::ProcessSessionWindows()

16 0x558420b2214a SessionRestoreImpl::Restore()

17 0x558420b21bd2 SessionRestore::RestoreSession()

18 0x5584218ffbdb StartupBrowserCreatorImpl::RestoreOrCreateBrowser()

19 0x5584218fedc5 StartupBrowserCreatorImpl::DetermineURLsAndLaunch()

20 0x5584218fcb8d StartupBrowserCreatorImpl::Launch()

21 0x5584218fbeb1 StartupBrowserCreator::LaunchBrowser()

22 0x5584218fdf97 StartupBrowserCreator::ProcessLastOpenedProfiles()

23 0x5584218fdbdf StartupBrowserCreator::LaunchBrowserForLastProfiles()

24 0x5584218fbc45 StartupBrowserCreator::ProcessCmdLineImpl()

25 0x5584218fb27a StartupBrowserCreator::Start()

26 0x5584206d7a9a ChromeBrowserMainParts::PreMainMessageLoopRunImpl()

27 0x5584206d68da ChromeBrowserMainParts::PreMainMessageLoopRun()

28 0x7fc88639e671 content::BrowserMainLoop::PreMainMessageLoopRun()

29 0x7fc8868a86a5 content::StartupTaskRunner::RunAllTasksNow()

30 0x7fc88639cf7f content::BrowserMainLoop::CreateStartupTasks()

31 0x7fc8863a1303 content::BrowserMainRunnerImpl::Initialize()

32 0x7fc88639a81d content::BrowserMain()

33 0x7fc886ea1b78 content::ContentMainRunnerImpl::Run()

34 0x7fc889249b19 service_manager::Main()

35 0x7fc886e9fd81 content::ContentMain()

LinuxInputMethodContextFactory::instance() is not set on headless or X11.

jkim-julie commented 6 years ago

It's fixed and works fine.