Comment 8 for bug 1842439

Revision history for this message
Benjamin Drung (bdrung) wrote : Re: apport-gtk crashed with SIGSEGV in _gtk_settings_get_screen(settings=0x0)

Looking at the stack trace, there is pygi_callable_info_invoke (source: pygobject) -> pygi_invoke_c_callable (source: pygobject) -> gtk_builder_add_from_file (source: gtk+3.0) -> _gtk_settings_get_screen (source: gtk+3.0)

To fix this bug in apport, gtk_builder_add_from_file should raise an Exception. So I mark gtk+3.0 as affected.