Closed GoogleCodeExporter closed 8 years ago
Could you provide the JS code which cause the crash? because it seems crashed
in the Python import statement which loading a external dynamic library
Original comment by flier...@gmail.com
on 23 Oct 2012 at 5:06
The full project is available here: https://github.com/sergeche/emmet-sublime
PyV8 loader:
https://github.com/sergeche/emmet-sublime/blob/master/emmet/context.py
Loaded JS files:
https://github.com/sergeche/emmet-sublime/blob/master/emmet/emmet-app.js
https://github.com/sergeche/emmet-sublime/blob/master/emmet/python-wrapper.js
https://github.com/sergeche/emmet-sublime/blob/master/editor.js
Original comment by serge....@gmail.com
on 23 Oct 2012 at 8:39
Seems like this issue was solved, again :)
I‘ve re-compiled most recent version of PyV8 and V8 (r12786, newer versions
are not builded with Scons anymore) with boost::python linked statically and it
worked in fine.
Please don’t close this ticket right away, I’ll do some tests on other
users and older OSX versions and let you know if it works.
Original comment by serge....@gmail.com
on 23 Oct 2012 at 10:04
ok, let's keep watching on it :)
Original comment by flier...@gmail.com
on 24 Oct 2012 at 7:10
I’ve just received confirmation from both users that everything works fine.
Also tested on OSX 10.7 — no problems. Thank you for your time, your project
really helps a lot of people :)
Original comment by serge....@gmail.com
on 24 Oct 2012 at 6:58
Thanks, just have fun :)
Original comment by flier...@gmail.com
on 25 Oct 2012 at 3:45
Original issue reported on code.google.com by
serge....@gmail.com
on 22 Oct 2012 at 5:15