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

Running with --deterministic creates identical GUIDs #770

Closed
vargaz opened this issue Oct 1, 2019 · 9 comments
Closed

Running with --deterministic creates identical GUIDs #770

vargaz opened this issue Oct 1, 2019 · 9 comments
Labels

Comments

@vargaz
Copy link
Contributor

vargaz commented Oct 1, 2019

Run
monolinker --deterministic -a hello.exe on the attached assemblies.
Result:
ikdasm output/hello.exe | grep MVID
// MVID: {EEA339DA-6B5E-4D4B-B255-BFEF95601890}
ikdasm output/foo.dll | grep MVID
// MVID: {EEA339DA-6B5E-4D4B-B255-BFEF95601890}

@vargaz
Copy link
Contributor Author

vargaz commented Oct 1, 2019

a.zip

@vargaz
Copy link
Contributor Author

vargaz commented Oct 1, 2019

@jbevain

@vargaz
Copy link
Contributor Author

vargaz commented Oct 1, 2019

Might be caused by:
jbevain/cecil#587

@marek-safar
Copy link
Contributor

marek-safar commented Oct 2, 2019

@jbevain could you help us with this?

@jeromelaban
Copy link

Here's a fix for this issue: jbevain/cecil#622, will need to be pulled into the linker.

@jeromelaban
Copy link

The fix is merged in Cecil, is there something special to do to update the submodule in the linker ?

@vargaz
Copy link
Contributor Author

vargaz commented Oct 18, 2019

Thanks for the fix.

Need to wait until
dotnet/cecil#26
is merged, then need to bump mono to use that rev.

@vargaz
Copy link
Contributor Author

vargaz commented Oct 19, 2019

mono/mono#17428

@vargaz
Copy link
Contributor Author

vargaz commented Oct 21, 2019

Should be fixed now. Thanks.

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

No branches or pull requests

3 participants