Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-25 Thread Егор Яковлев
Its not about our complicated code, its about simple Hello World example from official site. And all detailed reproduction steps are the official Getting Started instruction with one detail - it was used for Ubuntu 12.04 x64 and i wrote about it. :) *In any case my problem was solved in

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-25 Thread Jakob Kummerow
On Mon, Feb 25, 2013 at 1:43 PM, Егор Яковлев goga@gmail.com wrote: But its really strangely, that standard example not worked in a public revision. :) All V8 revisions are public. Sometimes they're broken, and sometime they're newer than the documentation. It happens with projects that

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-25 Thread Егор Яковлев
Sorry, I just do not know the specifics :) понедельник, 25 февраля 2013 г., 17:39:44 UTC+4 пользователь Jakob Kummerow написал: On Mon, Feb 25, 2013 at 1:43 PM, Егор Яковлев goga...@gmail.comjavascript: wrote: But its really strangely, that standard example not worked in a public

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-22 Thread Stephan Beal
On Thu, Feb 21, 2013 at 3:44 PM, Sven Panne svenpa...@chromium.org wrote: I don't even know what to compile from https://code.google.com/p/v8-juice/source/browse/, the trunk seems to be out of date, it uses e.g. GetPointerFromInternalField and friends which are not part of v8's external API

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Wed, Feb 20, 2013 at 4:34 PM, Егор Яковлев goga@gmail.com wrote: I have the same problem. I built v8 for x64 architecture on Ubuntu 12.04 using gyp. And now i try to run the Hello World example. But i have Segmentation fault (core dumped). This error occurs when creating new v8

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Thu, Feb 21, 2013 at 9:54 AM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Feb 20, 2013 at 4:34 PM, Егор Яковлев goga@gmail.com wrote: I have the same problem. I built v8 for x64 architecture on Ubuntu 12.04 using gyp. And now i try to run the Hello World example. But i have

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Thu, Feb 21, 2013 at 9:54 AM, Stephan Beal sgb...@googlemail.com wrote: Same here, using: [stephan@host:~/src/google/v8]$ svn info Path: . URL: http://v8.googlecode.com/svn/trunk Repository Root: http://v8.googlecode.com/svn Repository UUID: ce2b1a6d-e550-0410-aec6-3dcde31c8c00

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Thu, Feb 21, 2013 at 11:39 AM, Stephan Beal sgb...@googlemail.comwrote: i've been able to narrow this down to being introduced somewhere between: -r{20130215T00Z} (OK) and -r{20130220T00Z} (Not OK) One more... -r{20130218T00Z} does not exhibit this problem. -- -

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Егор Яковлев
Sorry, what do you mean by: -r{20130218T00Z} Is the revision number for v8 or something else? :) четверг, 21 февраля 2013 г., 14:48:05 UTC+4 пользователь Stephan Beal написал: On Thu, Feb 21, 2013 at 11:39 AM, Stephan Beal sgb...@googlemail.comjavascript: wrote: i've been able to

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Chris Angelico
On Thu, Feb 21, 2013 at 10:22 PM, Егор Яковлев goga@gmail.com wrote: Sorry, what do you mean by: -r{20130218T00Z} Is the revision number for v8 or something else? :) It looks like a timestamp to me. So the problem was introduced some time between Feb 18th and Feb 20th, a two-day

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Sven Panne
What are the detailed steps to reproduce this? -- -- 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

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Thu, Feb 21, 2013 at 12:42 PM, Sven Panne svenpa...@chromium.org wrote: What are the detailed steps to reproduce this? - Update to the latest version - rebuild any custom v8 client app of your choice which has worked for the past year or more. - start that app - crash at startup: # # Fatal

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Sven Panne
OK, my apps are d8 and Chrome, and both work. :-) Seriously, we need more detailed steps and not just some fuzzy prose. It could very well be the case that some applications embedding v8 worked only by accident, so a stand-alone reproduction is really needed, e.g. a single small C/C++ file

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Stephan Beal
On Thu, Feb 21, 2013 at 2:03 PM, Sven Panne svenpa...@chromium.org wrote: OK, my apps are d8 and Chrome, and both work. :-) Seriously, we need more detailed steps and not just some fuzzy prose. It could i understand that, but you cannot expect us to go decompose our apps every time new v8

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread Sven Panne
I don't even know what to compile from https://code.google.com/p/v8-juice/source/browse/, the trunk seems to be out of date, it uses e.g. GetPointerFromInternalField and friends which are not part of v8's external API anymore. So until I see some stand-alone repro, I'll ignore this issue from now

Re: [v8-users] Segmentation fault when creating new v8 context.

2013-02-21 Thread mschwartz
I just built SilkJS from a fresh git clone and it runs. No segfault. This was on OSX Mountain Lion. Part of the build process is to checkout the latest v8 from svn. On Thursday, February 21, 2013 6:44:40 AM UTC-8, Sven Panne wrote: I don't even know what to compile from

[v8-users] Segmentation fault when creating new v8 context.

2010-08-10 Thread Nilima Chavan
Hi All, I am getting segmentation fault while using v8 library when creating new v8 context, Program received signal SIGSEGV, Segmentation fault. 0x2b9434f8 in v8::internal::SharedFunctionInfo::code () Please provide me an input if you have any. Thanks Regards, Nilima -- v8-users mailing

Re: [v8-users] Segmentation fault when creating new v8 context.

2010-08-10 Thread Paul Lind
Hi Nilima - Was this on v8mips, or on v8 for one of the other architectures? If for v8mips, are you running big-endian or little-endian? thanks, paul On Aug 10, 2010, at 3:11 AM, Nilima Chavan wrote: Hi All, I am getting segmentation fault while using v8 library when creating new v8