Milad Fa

Results 28 comments of Milad Fa

This doesn't happen on our gcc 12 compilers, i'm assuming you are using 10 for ppc? probably related to this bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86465

@targos could you please cherry pick this to fix s390 test failures: https://chromium-review.googlesource.com/c/v8/v8/+/5176785 `fatal error: Killed signal terminated program` usually mean you running out of memory. Please try with fewer...

This also needs to be cherry picked ~once it lands~ (landed): https://chromium-review.googlesource.com/c/v8/v8/+/5184815

We should be able to close it.

@targos that's likely a bug in gcc10, this should fix it: https://chromium-review.googlesource.com/c/v8/v8/+/5509746

Thanks @mhdawson , here is the PR for adding my email to the nodejs-zoom list: https://github.com/nodejs/email/pull/272

Hi @kripken, would you have any suggestions on this issue?

Thanks for the info, yes an issue has come up when using `eslint-plugin-jest `, `yarn v2` uses emscripten and this error is generated down the road: https://github.com/nodejs/citgm/issues/824 So to clarify,...

@kripken Thanks for clarifying. It's not a specific project we are trying to support, rather we are trying to support BE architectures in general. Nodejs and V8 support big endian...

@brion correct, at this point we are only concerned with Node.js and server related processes and as you mentioned WebGL should not be an issue.