|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] kernel: 4gb seg fixup messages...
Hi Igor,
Thanks for helping me look into this. Here's the output for ruby:
[root@web1 ~]# LD_DEBUG=libs /usr/local/bin/ruby
27236: find library=librt.so.1 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/i686/nosegneg/librt.so.1
27236:
27236: find library=libdl.so.2 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/libdl.so.2
27236:
27236: find library=libcrypt.so.1 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/libcrypt.so.1
27236:
27236: find library=libm.so.6 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/i686/nosegneg/libm.so.6
27236:
27236: find library=libc.so.6 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/i686/nosegneg/libc.so.6
27236:
27236: find library=libpthread.so.0 [0]; searching
27236: search cache=/etc/ld.so.cache
27236: trying file=/lib/i686/nosegneg/libpthread.so.0
27236:
27236:
27236: calling init: /lib/i686/nosegneg/libpthread.so.0
27236:
27236:
27236: calling init: /lib/i686/nosegneg/libc.so.6
27236:
27236:
27236: calling init: /lib/i686/nosegneg/libm.so.6
27236:
27236:
27236: calling init: /lib/libcrypt.so.1
27236:
27236:
27236: calling init: /lib/libdl.so.2
27236:
27236:
27236: calling init: /lib/i686/nosegneg/librt.so.1
27236:
27236:
27236: initialize program: /usr/local/bin/ruby
27236:
27236:
27236: transferring control: /usr/local/bin/ruby
27236:
27236:
27236: calling fini: /usr/local/bin/ruby [0]
27236:
27236:
27236: calling fini: /lib/i686/nosegneg/librt.so.1 [0]
27236:
27236:
27236: calling fini: /lib/libdl.so.2 [0]
27236:
27236:
27236: calling fini: /lib/libcrypt.so.1 [0]
27236:
27236:
27236: calling fini: /lib/i686/nosegneg/libm.so.6 [0]
27236:
27236:
27236: calling fini: /lib/i686/nosegneg/libpthread.so.0 [0]
27236:
27236:
27236: calling fini: /lib/i686/nosegneg/libc.so.6 [0]
27236:
[root@web1 ~]#
Cheers,
--
Travis Bell
On May 14, 2009, at 9:31 PM, Igor Chubin wrote:
On 14. Май 2009 08:58, Travis Bell wrote:
Hi Igor,
Here's the output of `LD_DEBUG=libs /bin/true`:
The output means that your /etc/ld.so.conf (and its components)
is ok.
What is the output of
LD_DEBUG=libs /usr/bin/ruby
?
(press ctrl-d to continue)
--
Igor Chubin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|