After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621494 - evince 2.30.1 segfaults upon start
evince 2.30.1 segfaults upon start
Status: RESOLVED DUPLICATE of bug 619454
Product: evince
Classification: Core
Component: general
2.30.x
Other Linux
: Normal major
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-14 01:34 UTC by Devin Cofer
Modified: 2010-06-14 01:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Devin Cofer 2010-06-14 01:34:51 UTC
Terminal output and backtrace:

** (evince:16470): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name

** (evince:16470): WARNING **: Error creating last_settings file: Error opening file '/home/ranguvar/.gnome2/evince/last_settings': No such file or directory


Program received signal SIGSEGV, Segmentation fault.
0x0000000000421d9a in ev_metadata_get_string ()
(gdb) thread apply all bt

Thread 1 (Thread 0x7ffff7fcd880 (LWP 16470))

  • #0 ev_metadata_get_string
  • #1 ev_metadata_get_int
  • #2 ev_metadata_get_boolean
  • #3 setup_chrome_from_metadata
  • #4 ev_window_init
  • #5 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_object_constructor
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #10 ev_window_new
  • #11 ev_application_open_window
  • #12 load_files
  • #13 main


Configured with:
./configure  --prefix=/usr \
             --sysconfdir=/etc \
             --localstatedir=/var \
             --without-keyring \
             --without-gconf \
             --enable-pdf \
             --enable-tiff \
             --enable-djvu \
             --enable-dvi \
             --enable-t1lib \
             --enable-pixbuf \
             --enable-comics \
             --enable-impress \
             --enable-thumbnailer \
             --disable-static \
             --disable-schemas-install \
             --disable-nautilus \
             --disable-introspection \
             --disable-scrollkeeper


Compile flags:
-O0 -march=x86-64 -pipe
Comment 1 Devin Cofer 2010-06-14 01:40:32 UTC
I really wish the thread comparison tool worked before the bug was created.

*** This bug has been marked as a duplicate of bug 619454 ***