This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: evolution vs prelink on debian ppc sid


   Here is another view at the prelinked evolution crash.
If I run...

gdb evolution

howarth@bogus:~$ gdb evolution
GNU gdb 2002-08-18-cvs
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-linux"...(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/evolution 
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 16384 (LWP 9632)]
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 9632)]
0x018efaf4 in _dl_addr () from /lib/libc.so.6
(gdb) bt
#0  0x018efaf4 in _dl_addr () from /lib/libc.so.6
#1  0x023816c4 in dladdr () from /lib/libdl.so.2
#2  0x0eecc860 in bonobo_object_init () from /usr/lib/libbonobo.so.2
#3  0x0eecca30 in bonobo_object_activate_servant_full ()
   from /usr/lib/libbonobo.so.2
#4  0x0eecc954 in bonobo_object_activate_servant ()
   from /usr/lib/libbonobo.so.2
#5  0x100116c8 in e_corba_storage_registry_new ()
#6  0x10031038 in e_shell_view_get_type ()
#7  0x100321a8 in e_shell_construct ()
#8  0x10032504 in e_shell_new ()
#9  0x10045a4c in evolution_storage_set_view_factory_new_view ()
#10 0x020c6768 in g_timeout_add () from /usr/lib/libglib-1.2.so.0
#11 0x020c53e8 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#12 0x020c59a0 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#13 0x020c5be0 in g_main_run () from /usr/lib/libglib-1.2.so.0
#14 0x0f19a654 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#15 0x0eec691c in bonobo_main () from /usr/lib/libbonobo.so.2
#16 0x10045f90 in main ()
#17 0x017fcbec in __libc_start_main () from /lib/libc.so.6
(gdb) 

In case that information helps pinpoint the origin of the problem.
                                     Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]