You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
At the moment some valgrind reports which doesn't look like relevant one to project, one which comes from v8 internals and other which happens only in docker, are suppressed (see #47 for details).
Ideally they should be revisited and validated.
The text was updated successfully, but these errors were encountered:
It came up that the issue was in how I built libv8: it was built with clang and in general was not build to be relocatable, so the fact that libv8 worked was more a coincidence then by design.
Starting from libv8 6.5.116 I build it with the following GN args:
At the moment some valgrind reports which doesn't look like relevant one to project, one which comes from v8 internals and other which happens only in docker, are suppressed (see #47 for details).
Ideally they should be revisited and validated.
The text was updated successfully, but these errors were encountered: