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: finally:

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

2015-07-07 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 topradeepyaduvan...@gmail.com wrote: Hi Guys, I am porting openstack on arm platform, but while running nova-compute service on it throws

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 for

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 mi...@stillhq.com wrote: Havana is very very old and no longer supported. Why are you

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 s...@dague.net wrote: On 07/07/2015 07:07 AM, Pradeep kumar wrote: Hi michael, I did

[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