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
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;
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
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
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
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
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
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