Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-09 Thread Tony Breeds
On Thu, Jul 09, 2015 at 05:19:06PM +0530, Pradeep kumar wrote: > Hi Hans, > I did traced the function responsible for segmentation fault itz in file > ceval.c. find below > > if (*next_instr == SETUP_FINALLY) { > /* Make the last opcode before >a try: fi

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-09 Thread Pradeep kumar
Hi Hans, I did traced the function responsible for segmentation fault itz in file ceval.c. find below if (*next_instr == SETUP_FINALLY) { /* Make the last opcode before a try: finally: block uninterruptible. */ goto fast_next_opcode;

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-08 Thread Hans Feldt
I suggest you verify your platform bottom up. In this case make sure the virtualization layer works before integrating openstack. Perhaps there is a test suite for libvirt or something that you could try. /Hans On 2015-07-07 14:55, Pradeep kumar wrote: Ohk sean I am Using a platform with low co

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Pradeep kumar
Ohk sean I am Using a platform with low configuration.IF u can help regarding some achitectural changes actually i am stuck at same point from last 7 days. Thanks sean On Jul 7, 2015 5:11 PM, "Sean Dague" wrote: > On 07/07/2015 07:07 AM, Pradeep kumar wrote: > > Hi michael, > > > > I did tried i

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Sean Dague
On 07/07/2015 07:07 AM, Pradeep kumar wrote: > Hi michael, > > I did tried icehouse release but getting same error. > I think there is some issue with python code but how to resolve that > need some guidance on the same. It is extremely unlikely that anything in the OpenStack code is responsible

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-07 Thread Pradeep kumar
Hi michael, I did tried icehouse release but getting same error. I think there is some issue with python code but how to resolve that need some guidance on the same. On Jul 7, 2015 11:32 AM, "Michael Still" wrote: > Havana is very very old and no longer supported. Why are you porting > that rele

Re: [openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-06 Thread Michael Still
Havana is very very old and no longer supported. Why are you porting that release in particular? Michael On Tue, Jul 7, 2015 at 3:51 PM, Pradeep kumar wrote: > Hi Guys, > > I am porting openstack on arm platform, but while running nova-compute > service on it throws segmentaion fault. > > Below

[openstack-dev] Segmentation Fault in nova-compute service on ARM platform.

2015-07-06 Thread Pradeep kumar
Hi Guys, I am porting openstack on arm platform, but while running nova-compute service on it throws segmentaion fault. Below are the logs: 2015-06-05 09:24:12.195 11374 INFO nova.virt.driver [-] Loading compute driver 'libvirt.LibvirtDriver' 2015-06-05 09:24:13.483 11374 INFO nova.openstack.com