4gb seg fixup, process ldconfig ... - Linux

Table of Contents

問一個蠻冷門的問題...

自從把 Debian 系統從 etch 升級到 lenny 後,

系統就一直(不定時)發出這樣的訊息:

4gb seg fixup, process ldconfig (pid 3699), cs:ip 73:0805d10e
4gb seg fixup, process ldconfig (pid 3699), cs:ip 73:0805d10e
4gb seg fixup, process ldconfig (pid 3699), cs:ip 73:0806d95e

因為我用的系統算是 XEN 架構,在網路上我找到一些解決方法:

有一說法是安裝 "libc6-xen" 這個套件 ... 沒效

另一個說法是使用下面指令 ... 沒效

# echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-xen.conf
# ldconfig -v


不曉得有沒有人碰過相同的問題呢 @@

--

All Comments