[DragonFlyBSD - Bug #2566] No space available for static Thread Local Storage
Francois Tigeot via Redmine
bugtracker-admin at leaf.dragonflybsd.org
Mon Jun 10 13:56:12 PDT 2013
Issue #2566 has been updated by ftigeot.
This issue is also visible with some binaries only linked to libc.8.
The zsh 3.6:x86:64 package is one of these:
$ cd fo<TAB>
_tags:36: failed to load module `zsh/computil': /usr/lib/libc.so.8: No space available for static Thread Local Storage
zsh/computil.so is a shared library, not linked to multiple versions of shared libraries:
ldd ./computil.so
./computil.so:
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800d68000)
libdl.so.0 => /usr/lib/libdl.so.0 (0x801064000)
libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x801265000)
libm.so.4 => /usr/lib/libm.so.4 (0x8014db000)
libc.so.8 => /usr/lib/libc.so.8 (0x80081d000)
----------------------------------------
Bug #2566: No space available for static Thread Local Storage
http://bugs.dragonflybsd.org/issues/2566
Author: eric.j.christeson
Status: New
Priority: Normal
Assignee:
Category:
Target version:
I noticed some of my cron jobs not running and upon investigation I found this in /var/log/messages:
cron: in try_dlopen(): /usr/lib/security/pam_opie.so.2: /usr/lib/libc.so.7: No space available for static Thread Local Storage
su seems to have a similar problem:
su: in try_dlopen(): /usr/lib/security/pam_opie.so.2: /usr/lib/libc.so.7: No space available for static Thread Local Storage
As a work-around I edited /etc/pam.d/system and commented out the first two auth lines that include pam_opie.so and pam_opieaccess.so
obviously if you're not using opie, this won't affect much.
I first noticed it after building a quickworld from master on Monday, June 3. The previous known good was Thursday, May 30.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list