filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
403 stars 51 forks source link

VM initialization failed: Invalid vm isolate snapshot seen #48

Closed bobatsar closed 4 years ago

bobatsar commented 4 years ago

I added the native binary linkcheck-linux-x64 version 2.0.11 to a local ~/bin directory which is added to the PATH.

When I try to call linkcheck from another directory I get the following error.

VM initialization failed: Invalid vm isolate snapshot seen

When calling it directly inside the ~/bin directory, everything works as expected. Really nice tool!

filiph commented 4 years ago

Thanks for the report! This looks like a dart2native bug, I will create an issue over at https://github.com/dart-lang/sdk/issues/.

filiph commented 4 years ago

Ok, my bad, I compiled with a pre-release version of dart2native. The stable version doesn't have this problem (at least on my box).

Please re-download the executable from https://github.com/filiph/linkcheck/releases/tag/v2.0.11. Fee free to reopen the issue if you still see the problem.

bobatsar commented 4 years ago

Thanks for the recompiled binaries. Works now also on my side.