WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] kernel: 4gb seg fixup messages...

To: Igor Chubin <igor@xxxxxxx>
Subject: Re: [Xen-users] kernel: 4gb seg fixup messages...
From: Travis Bell <travisdbell@xxxxxxxxx>
Date: Thu, 14 May 2009 21:41:12 +1000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 15 May 2009 06:27:36 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=4shDwPxCFErDiQyGf6O6bw0ugX3C5qeeBFnXTtgBmaM=; b=qSgwtt1y3FVj6yUbfAKecPsViz7enBYSVorqKuf9UwyeTmbVDSlPQgsHsvQ/cFyw/d oqqGtOhnLug87rEQr/DgGfWPMXidVyCYWwTlKC3XuSCRyi7ap5jVmdjvvQKvrapoNdd/ CixoYidoJR0InmPrGf41VmcfotB0oQTJqkgyE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=kePitEFq8Y8vm0K9hETOapOkaRD7spNdhaPJYo5NhxUp72MCSsrauMs2wNWs9Fq/U6 TI6t54tWicctLpzHcPM7bfb59nC3aHkJoJtg46fk4RRXRBQlrRzXJePZ4HTjOCpCrwSz b0B37onQ8ZecnYXXEfjREnDHE4M09djKjbM3k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090514113112.GO24648@xxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <C51E2466-D16D-4D36-8B64-1142CBA57ACF@xxxxxx> <20090514104949.GM24648@xxxxxxx> <63EE7CF3-E1BD-44D6-8B11-FFC530B6E7AB@xxxxxx> <20090514113112.GO24648@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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