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
It looks like we're trying to run a destructor on a null pointer, and it seems to be buried in std::vector somewhere. Judging by the deps in the path name, I suspect this is a pass that tests any cargo dependencies too. It might be binaryen-related.
This issue doesn't show up on Macs.
The text was updated successfully, but these errors were encountered:
Here's a stack trace:
It looks like we're trying to run a destructor on a null pointer, and it seems to be buried in
std::vector
somewhere. Judging by thedeps
in the path name, I suspect this is a pass that tests any cargo dependencies too. It might be binaryen-related.This issue doesn't show up on Macs.
The text was updated successfully, but these errors were encountered: