Date: Tue, 16 Jun 2015 10:36:37 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Andre Meiser <ortadur@web.de> Cc: freebsd-stable@freebsd.org Subject: Re: Many core dumps in pthread_getspecific. Message-ID: <20150616073637.GO2080@kib.kiev.ua> In-Reply-To: <trinity-e44527ae-e511-4ff3-bcdf-ee8426fc8a94-1434438565708@3capp-webde-bs53> References: <trinity-d3a62468-a8fd-44c3-ab9c-8b177ca8a366-1433331244003@3capp-webde-bs60> <20150603145838.GX2499@kib.kiev.ua> <trinity-15fcacbd-871c-4ea8-9257-5d11e7862ec0-1434103396559@3capp-webde-bs41> <20150614190504.GT2080@kib.kiev.ua> <trinity-e44527ae-e511-4ff3-bcdf-ee8426fc8a94-1434438565708@3capp-webde-bs53>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150616073637.GO2080>