search for: _dl_addr

Displaying 5 results from an estimated 5 matches for "_dl_addr".

Did you mean: __addr
2005 Jul 19
1
Trying to compile, incompatible libraries? Cento4
...the errors: zip4_lnx.a(generic.o)(.text+0xb16): more undefined references to `__ctype_b' follow zip4_lnx.a(libdl.so): undefined reference to `_dl_close at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_catch_error at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_addr at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_versioned_symbol_skip at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_versioned_symbol at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_symbol at GLIBC_2.0' zip4_lnx.a...
2005 Jul 18
0
Having problems compiling program
...the errors: zip4_lnx.a(generic.o)(.text+0xb16): more undefined references to `__ctype_b' follow zip4_lnx.a(libdl.so): undefined reference to `_dl_close at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_catch_error at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_addr at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_versioned_symbol_skip at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_versioned_symbol at GLIBC_2.0' zip4_lnx.a(libdl.so): undefined reference to `_dl_lookup_symbol at GLIBC_2.0' zip4_lnx.a...
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition continues to show high cpu usage for some operations. Rsync, git pull, git checkout and svn up are typicall operations which trigger the high cpu usage. As an example, this perf report is from using git checkout to change to a new branch; the change needed to checkout 208 files out of about 1600 total files. du(1) reports
2020 Aug 23
2
MultiDatabase shard count limitations
...GlassPostList::GlassPostList 0.00% perl libc-2.28.so [.] __GI___geteuid 0.00% perl libpthread-2.28.so [.] __pthread_rwlock_unlock 0.00% perl perl [.] perl_construct 0.00% perl libc-2.28.so [.] _dl_addr 0.00% perl ld-2.28.so [.] _dl_check_map_versions 0.00% git ld-2.28.so [.] _dl_start 0.00% perl ld-2.28.so [.] _dl_load_cache_lookup 0.00% perl ld-2.28.so [.] dl_main 0.00% perl...
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from February 2020, I've got 390 Xapian shards for 130 public inboxes I want to search against(*). There's more on the horizon (we're expecting tens of thousands of public inboxes). After bumping RLIMIT_NOFILE and running ->add_database a bunch, the actual queries seem to be taking ~30s (not good :x). Now I'm