GNOME Bugzilla – Bug 756515
crash (SIGSEGV) when downloading the DebConf15 sponsor brochure
Last modified: 2018-05-22 16:21:54 UTC
Created attachment 313207 [details] gdb backtrace of the crash I get a crash (SIGSEGV) when downloading the DebConf15 sponsor brochure. This doesn't happen when I download the brochure with wget and then open it in evince. I am using evince 3.18.0-1 and poppler 0.26.5-4 on Debian stretch.
Pasting the backtrace inline: pabs@chianamo ~ $ wget -q http://media.debconf.org/dc15/fundraising/debconf15_sponsorship_brochure.pdf pabs@chianamo ~ $ evince debconf15_sponsorship_brochure.pdf (evince:25189): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -69 and height 36 pabs@chianamo ~ $ rm -f debconf15_sponsorship_brochure.pdf pabs@chianamo ~ $ gdb -batch -n -ex 'set height 0' -ex run -ex bt -ex 'thread apply all bt full' --args evince http://media.debconf.org/dc15/fundraising/debconf15_sponsorship_brochure.pdf [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffed142700 (LWP 25248)] [New Thread 0x7fffec941700 (LWP 25249)] [New Thread 0x7fffeb0c5700 (LWP 25250)] [New Thread 0x7fffea660700 (LWP 25256)] [New Thread 0x7fffe9759700 (LWP 25259)] [Thread 0x7fffe9759700 (LWP 25259) exited] [New Thread 0x7fffe9759700 (LWP 25260)] [New Thread 0x7fffe5125700 (LWP 25262)] (evince:25244): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkWidget' (evince:25244): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed Program received signal SIGSEGV, Segmentation fault. g_type_check_instance (type_instance=type_instance@entry=0x555555e18310) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gtype.c:4134 4134 /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gtype.c: No such file or directory.
+ Trace 235588
Thread 1 (Thread 0x7ffff7f27a00 (LWP 25244))
With Evince master from today f93a84c015a53f I do not get segfault anymore. However, it does not load the document because: ** (evince:16819): WARNING **: DBus error org.freedesktop.DBus.Error.UnknownMethod: No such method 'lookupMount'
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/628.