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: block uninterruptible. */
>                 goto fast_next_opcode;
>             }
> 
> After commenting above condition everything works fine, But need a
> permanent workaround and some pointers
> how to proceed further. Till now not able to understand the code.
> Thanks guys.

We didn't see this exact problem BUT when runing OpenStack on a new platform we
hit problems in qemu, libvirt, greenthreads, eventlet, erlang and probably a
few others.

I think you need to (as Han's suggested) verify each step from "system booting" 
to OpenStack.

Look at each of the required components and verify that ther tests suits pass
for example does eventlet work on your system?

If a test fails then understand why.  You may not need to fix that specific
case if it's of no use to OpenStack "right now".

Good luck.

Yours Tony.

Attachment: pgp5XvsLFTTiO.pgp
Description: PGP signature

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to