This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: evolution fails always now
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: jakub at redhat dot com, libc-alpha at sources dot redhat dot com
- Date: Fri, 27 Sep 2002 01:29:22 -0400 (EDT)
- Subject: Re: evolution fails always now
- References: <200209270214.WAA86309@bromo.msbb.uc.edu>
Ulrich,
Thanks! That patch works perfectly. With it applied to glibc
2.2.94, glibc builds and passes make check fine. More importantly
prelinked evolution now runs without segfaults...
unprelinked evolution
21322:
21322: runtime linker statistics:
21322: total startup time in dynamic loader: 2487993 clock cycles
21322: time needed for relocation: 1596315 clock cycles (64.1%)
21322: number of relocations: 2777
21322: number of relocations from cache: 6383
21322: time needed to load objects: 619216 clock cycles (24.8%)
21322:
21322: runtime linker statistics:
21322: final number of relocations: 6772
21322: final number of relocations from cache: 6396
prelinked evolution
21486:
21486: runtime linker statistics:
21486: total startup time in dynamic loader: 436229 clock cycles
21486: time needed for relocation: 106552 clock cycles (24.4%)
21486: number of relocations: 0
21486: number of relocations from cache: 3520
21486: time needed to load objects: 295179 clock cycles (67.6%)
21486:
21486: runtime linker statistics:
21486: final number of relocations: 252
21486: final number of relocations from cache: 3533
Jack