Many core dumps in pthread_getspecific.

Konstantin Belousov kostikbel at gmail.com
Tue Jun 16 07:36:42 UTC 2015


On Tue, Jun 16, 2015 at 09:09:25AM +0200, Andre Meiser wrote:
> On Sun, Jun 14, 2015 at 21:05 +0200, Konstantin Belousov wrote:
> > Show me the 'ldd vim' output and output from the
> > readelf -d vim | grep NEEDED.
> 
> % ldd /usr/local/bin/vim
> /usr/local/bin/vim:
> 	libm.so.5 => /lib/libm.so.5 (0x800a55000)
> 	libncurses.so.8 => /lib/libncurses.so.8 (0x800c7d000)
> 	libintl.so.8 => /usr/local/lib/libintl.so.8 (0x800eca000)
> 	libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x8010d5000)
> 	libthr.so.3 => /lib/libthr.so.3 (0x801490000)
> 	libc.so.7 => /lib/libc.so.7 (0x8016b5000)
> 	libutil.so.9 => /lib/libutil.so.9 (0x801a5e000)
> 
> % readelf -d /usr/local/bin/vim | grep NEEDED
>  0x0000000000000001 (NEEDED)             Shared library: [libm.so.5]
>  0x0000000000000001 (NEEDED)             Shared library: [libncurses.so.8]
>  0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
>  0x0000000000000001 (NEEDED)             Shared library: [libpython2.7.so.1]
>  0x0000000000000001 (NEEDED)             Shared library: [libthr.so.3]
>  0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]
> 
> Vim is compiled with CSCOPE, DEFAULT_VIMRC, EXUBERANT_CTAGS, NLS, PYTHON and CONSOLE.
> 
> This vim core dump remains the only one since the recompilation of libc and libthr with debug flag.

Ok, so the vim fault is reproducable, I suppose ?

>From the core, please do in gdb from the frame 0:
info locals
info registers
disassemble



More information about the freebsd-stable mailing list