This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc 2.14
- From: PaweÅ Sikora <pluto at agmk dot net>
- To: libc-alpha at sourceware dot org
- Cc: Ulrich Drepper <drepper at gmail dot com>
- Date: Thu, 2 Jun 2011 22:13:11 +0200
- Subject: Re: glibc 2.14
- References: <BANLkTimLUQZxHO30oLx8qSQUuN2c+580Rw@mail.gmail.com>
On Tuesday, May 31, 2011 06:27:32 AM Ulrich Drepper wrote:
> I've tagged the tree for the 2.14 release. Quite a lot of changes
> went into the tree in the last weeks but I hope the result is still
> stable.
i have a libreoffice-3.3.2.2 built with gcc-4.5.3/glibc-2.13.
the latest glibc upgrade causes a gpf in libdl:
Program received signal SIGSEGV, Segmentation fault.
0x00007fcd2e391fd1 in do_lookup_x (new_hash=1970759491, old_hash=0x7fff79955d58, result=0x7fff79955d40, scope=<value optimized out>, i=0, flags=2, skip=0x0, undef_map=0x7fcd2e58a000) at dl-lookup.c:98
98 const struct link_map *map = list[i]->l_real;
(gdb) bt
#0 0x00007fcd2e391fd1 in do_lookup_x (new_hash=1970759491, old_hash=0x7fff79955d58, result=0x7fff79955d40, scope=<value optimized out>, i=0, flags=2, skip=0x0, undef_map=0x7fcd2e58a000) at dl-lookup.c:98
#1 0x00007fcd2e392922 in _dl_lookup_symbol_x (undef_name=0x13a5758 "component_getImplementationEnvironmentExt", undef_map=0x7fcd2e58a000, ref=0x7fff79955e20, symbol_scope=0x7fcd2e58a388, version=0x0,
type_class=0, flags=2, skip_map=0x0) at dl-lookup.c:739
#2 0x00007fcd2d3065d5 in do_sym (handle=<value optimized out>, name=0x13a5758 "component_getImplementationEnvironmentExt", who=<value optimized out>, vers=<value optimized out>, flags=2) at dl-sym.c:177
#3 0x00007fcd2cff0074 in dlsym_doit (a=0x7fff79955fd0) at dlsym.c:51
#4 0x00007fcd2e396b66 in _dl_catch_error (objname=0x608390, errstring=0x608398, mallocedp=0x608388, operate=0x7fcd2cff0060 <dlsym_doit>, args=0x7fff79955fd0) at dl-error.c:178
#5 0x00007fcd2cff04ec in _dlerror_run (operate=0x7fcd2cff0060 <dlsym_doit>, args=0x7fff79955fd0) at dlerror.c:164
#6 0x00007fcd2cff00ca in __dlsym (handle=<value optimized out>, name=<value optimized out>) at dlsym.c:71
#7 0x00007fcd2dfc4ce6 in osl_getFunctionSymbol () from /usr/lib64/libreoffice/program/../basis-link/ure-link/lib/libuno_sal.so.3
#8 0x00007fcd2c80ae9f in ?? () from /usr/lib64/libreoffice/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#9 0x00007fcd2c80cabc in cppu::loadSharedLibComponentFactory(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, com::sun::star::uno::Reference<com::sun::star::registry::XRegistryKey> const&) () from /usr/lib64/libreoffice/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
(...)
BR,
PaweÅ.