Apparently your Python is incapable of running GYP. I have no idea why that
might be happening. Can this Python installation run other Python programs?

On Sat, Nov 21, 2015 at 8:14 AM, Shuai Yuan <syuan...@gmail.com> wrote:

> Follow up on this issue, it turns out to be something about python:
>
> I obtained core dump file of the seg fault and figured it happened during
> executing gyp_main.py as shown below:
> python build/gyp/gyp_main.py --generator-output=out build/all.gyp
> -Ibuild/stand --depth .
>
> Then I debugged and it turns out the Load() in
> v8/build/gyp/pylib/gyp/__init__.py is causing the problem specifically,
> stack shown below:
>
> > /space/upgrade/v8/build/gyp/pylib/gyp/__init__.py(132)Load()
> -> result = gyp.input.Load(build_files, default_variables, includes[:],
> (Pdb) d
> *** Newest frame
> (Pdb) u
> > /space/upgrade/v8/build/gyp/pylib/gyp/__init__.py(520)gyp_main()
> -> options.duplicate_basename_check)
> (Pdb) u
> > /space/upgrade/v8/build/gyp/pylib/gyp/__init__.py(544)main()
> -> return gyp_main(args)
> (Pdb) u
> > /space/upgrade/v8/build/gyp/pylib/gyp/__init__.py(551)script_main()
> -> return main(sys.argv[1:])
> (Pdb) u
> > /space/upgrade/v8/build/gyp/gyp_main.py(19)<module>()
> -> sys.exit(gyp.script_main())
> (Pdb) u
> *** Oldest frame
>
> I installed python 2.7 and make sure it is the version being used, along
> with the libraries. What could go wrong here? Can anyone familiar with this
> give me some ideas? Thank you!
>
> Shuai
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to