Hey! Okay, so, I hope I can ask for some v8 development help here. I am developing an extension to allow in-process PHP execution. However, for it to configure, I want to store some values. Therefore, I do the following:
https://github.com/Deskshell-Core/node-ph7/blob/master/ph7_wrapper.h#L45 https://github.com/Deskshell-Core/node-ph7/blob/master/ph7_wrapper.cpp#L19 And then, I have a generic getter…which is here: https://github.com/Deskshell-Core/node-ph7/blob/master/ph7_wrapper.cpp#L142 Now, the reason why i am highlighting include_path is, because that is where I am getting a segfault. Consider the following JS: https://github.com/Deskshell-Core/node-ph7/blob/master/test.js And the output is: { create: [Function] } --> include_path Segmentation fault: 11 … what am I doing wrong? It looks like the include_path variable is not allocated right - and hence, accessing it, results in that. Any help? o-o Kind regards, Ingwie -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to nodejs@googlegroups.com To unsubscribe from this group, send email to nodejs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.