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

[Xen-users] sed/gcc segfaults in domU's 2.0.7

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] sed/gcc segfaults in domU's 2.0.7
From: Brock Palen <brockp@xxxxxxxxx>
Date: Sat, 11 Mar 2006 12:41:37 -0500
Delivery-date: Sat, 11 Mar 2006 17:42:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)
ive been seeing this problem for some time, im useing gentoo for both dom0 and domU's on lvm devices with xfs file systems.

i have segmentation faults when building software, most the time it results from using sed below is a example:

emerge -v libtool
[snip]
checking for readdir... yes
./configure: line 21743: 22218 Segmentation fault sed -n "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
configure: creating ./config.status
./configure: line 22790: 22242 Done                    uniq confdefs.h
22243 Segmentation fault | sed -n -f confdef2sed.sed >conftest.defines
config.status: creating Makefile
config.status: creating config.h
./config.status: line 818: 22383 Segmentation fault sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
config.status: executing depfiles commands
./configure: line 23186: 22436 Segmentation fault sed -n "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"

problem is sed is used on almost all configure scripts out there, again this only happens in domU's and gcc its self sometimes has the same problem
__________________________________________________
www.palen.serveftp.net
Center for Advanced Computing
http://cac.engin.umich.edu
brockp@xxxxxxxxx





_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] sed/gcc segfaults in domU's 2.0.7, Brock Palen <=