Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium crashes with SEGFAULT when the MHTML save dialog is closed #31

Open
TjWallas opened this issue Nov 1, 2018 · 2 comments
Open

Comments

@TjWallas
Copy link

TjWallas commented Nov 1, 2018

Description

When the MHTML archiving option is checked, on bookmarking a site and pressing save for the MHTML file save dialog, chromium version 70.0.3538.77 crashes with a segmentation fault.

How to reproduce

  1. Go to the extension settings and enable the two MHTML archiving options
  2. Go to some website which has not been bookmarked before
  3. Press the chromium star-shaped bookmark button

Behavior

The MHTML file save dialog appears. But when you press save, chromium crashes.

More debugging info

OS

Ubuntu MATE 16.04 LTS, Linux kernel 4.4.0-138-generic

Chromium Version

Chromium	70.0.3538.77 (Official Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)
Revision	0f6ce0b0cd63a12cb4eccea3637b1bc9a29148d9-refs/branch-heads/3538@{#1039}
OS	Linux
JavaScript	V8 7.0.276.32
Flash	(Disabled)
User Agent	Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/70.0.3538.77 Chrome/70.0.3538.77 Safari/537.36

Chromium debug lines from console

[8232:8232:1101/113207.149947:ERROR:input_method_base.cc(146)] Not implemented reached in virtual ui::InputMethodKeyboardController *ui::InputMethodBase::GetInputMethodKeyboardController()Usi
ng InputMethodKeyboardControllerStub
[8232:8232:1101/113230.937874:ERROR:textfield.cc(1767)] Not implemented reached in virtual bool views::Textfield::ShouldDoLearning()
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[1]    8232 segmentation fault (core dumped)  chromium-browser
@rahiel
Copy link
Owner

rahiel commented Nov 24, 2018

Thanks for reporting.

I can reproduce this on Version 70.0.3538.110 (Developer Build) built on Debian buster/sid, running on Debian buster/sid (64-bit). In my build of Chromium the save file dialog does not appear when a bookmark is auto-archived as MHTML, it makes and saves the archive without trouble. It does crash when I click save or cancel when manually saving a page as MHTML.

@rahiel rahiel added the bug label Nov 24, 2018
@rahiel
Copy link
Owner

rahiel commented Nov 24, 2018

This is most probably a bug in GTK+ or in Chromium.

TODO: https://wiki.debian.org/Chromium/Debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants