0x00007ffff3c9b9a5 in g_logv () from /lib/libglib-2.0.so.0

Bug #665747 reported by Fernando Miguel
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
evince (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: evince

Evince crash on start up

$ gdb --args evince
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/evince...
warning: the debug information found in "/usr/lib/debug//usr/bin/evince" does not match "/usr/bin/evince" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/usr/bin/evince" does not match "/usr/bin/evince" (CRC mismatch).

(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/evince
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffed736710 (LWP 2325)]
[New Thread 0x7fffecf35710 (LWP 2326)]

GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not installed

aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff3c9b9a5 in g_logv () from /lib/libglib-2.0.so.0
(gdb) bt full
#0 0x00007ffff3c9b9a5 in g_logv () from /lib/libglib-2.0.so.0
No symbol table info available.
#1 0x00007ffff3c9bd33 in g_log () from /lib/libglib-2.0.so.0
No symbol table info available.
#2 0x00007ffff5ec8623 in ?? () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#3 0x00007ffff5ecb399 in ?? () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#4 0x00007ffff49b9dcc in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5 0x00007ffff49ba811 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#6 0x00007ffff49baa41 in g_object_new () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#7 0x00007ffff7fd4e4c in ?? ()
No symbol table info available.
#8 0x00007ffff49d94a3 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#9 0x00007ffff49b6bec in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#10 0x00007ffff49b9889 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0x00007ffff49ba811 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x00007ffff49baa41 in g_object_new () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x00007ffff7fcb493 in ?? ()
No symbol table info available.
#14 0x00007ffff7fc0403 in ?? ()
No symbol table info available.
#15 0x00007ffff7fdf061 in main ()
No symbol table info available.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evince 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.36-1.7-generic 2.6.36
Uname: Linux 2.6.36-1-generic x86_64
Architecture: amd64
Date: Sun Oct 24 01:02:59 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100824)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.utf8
 LANGUAGE=en
SourcePackage: evince

Revision history for this message
Fernando Miguel (fernandomiguel) wrote :
Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote :

Same here:
dg@davros:~$ gdb `which evince`
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/evince...Reading symbols from /usr/lib/debug/usr/bin/evince...done.
done.
(gdb) r
Starting program: /usr/bin/evince
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffeadf4710 (LWP 3682)]
[New Thread 0x7fffea5f3710 (LWP 3683)]

GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not installed

aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff3c9b9a5 in g_logv () from /lib/libglib-2.0.so.0
(gdb) where
#0 0x00007ffff3c9b9a5 in g_logv () from /lib/libglib-2.0.so.0
#1 0x00007ffff3c9bd33 in g_log () from /lib/libglib-2.0.so.0
#2 0x00007ffff5ec8623 in ?? () from /usr/lib/libgio-2.0.so.0
#3 0x00007ffff5ecb399 in ?? () from /usr/lib/libgio-2.0.so.0
#4 0x00007ffff49b9dcc in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#5 0x00007ffff49ba811 in g_object_new_valist ()
   from /usr/lib/libgobject-2.0.so.0
#6 0x00007ffff49baa41 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#7 0x00007ffff7fd4e4c in ev_window_init (ev_window=0x7ffff82e2030)
    at /build/buildd/evince-2.32.0/./shell/ev-window.c:7098
#8 0x00007ffff49d94a3 in g_type_create_instance ()
   from /usr/lib/libgobject-2.0.so.0
#9 0x00007ffff49b6bec in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x00007ffff49b9889 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#11 0x00007ffff49ba811 in g_object_new_valist ()
   from /usr/lib/libgobject-2.0.so.0
#12 0x00007ffff49baa41 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#13 0x00007ffff7fcb493 in ev_window_new ()
    at /build/buildd/evince-2.32.0/./shell/ev-window.c:7138
#14 0x00007ffff7fc0403 in ev_application_open_window (
    application=0x7ffff3594e40, screen=0x0, timestamp=1)
    at /build/buildd/evince-2.32.0/./shell/ev-application.c:704
#15 0x00007ffff7fdf061 in load_files (argc=1, argv=0x7fffffffe308)
---Type <return> to continue, or q <return> to quit---
    at /build/buildd/evince-2.32.0/./shell/main.c:178
#16 main (argc=1, argv=0x7fffffffe308)
    at /build/buildd/evince-2.32.0/./shell/main.c:315

Changed in evince (Ubuntu):
status: New → Confirmed
Revision history for this message
Pedro Villavicencio (pedro) wrote :

GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not installed <- that's probably why it's crashing there.

Changed in evince (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Mörgæs (moergaes) wrote :

Closing due to age.
If a similar bug appears in 15.04 please open a new report.

Changed in evince (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.