Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartOS build failure #82

Closed
targos opened this issue Oct 5, 2018 · 3 comments
Closed

SmartOS build failure #82

targos opened this issue Oct 5, 2018 · 3 comments

Comments

@targos
Copy link
Member

targos commented Oct 5, 2018

dtrace: failed to compile script src/v8ustack.d: line 387: failed to resolve V8DBG_CLASS_STRING__LENGTH__SMI: Unknown variable name

@nodejs/platform-smartos

@cjihrig
Copy link

cjihrig commented Oct 5, 2018

I'll take a look. Is this V8 7.1? Is the postmortem metadata test passing?

@targos
Copy link
Member Author

targos commented Oct 5, 2018

It's V8 7.1, yes.

postmortem metadata test:

$ ./node test/v8-updates/test-postmortem-metadata.js
assert.js:84
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Missing constants: v8dbg_class_JSArrayBuffer__byte_length__Object,v8dbg_class_JSArrayBufferView__raw_byte_length__Object,v8dbg_class_JSArrayBufferView__raw_byte_offset__Object,v8dbg_class_String__length__SMI
    at Object.<anonymous> (/home/mzasso/git/nodejs/canary/test/v8-updates/test-postmortem-metadata.js:48:8)
    at Module._compile (internal/modules/cjs/loader.js:703:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:714:10)
    at Module.load (internal/modules/cjs/loader.js:613:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:552:12)
    at Function.Module._load (internal/modules/cjs/loader.js:544:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:756:12)
    at startup (internal/bootstrap/node.js:303:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:865:3)

@cjihrig
Copy link

cjihrig commented Oct 5, 2018

v8dbg_class_String__length__SMI

OK, so it's more than just a SmartOS issue. I'll get this fixed.

Thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants