Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Parity-Ethereum version >= v2.1.1 fails to start on windows. #9702

Closed
fevo1971 opened this issue Oct 4, 2018 · 9 comments
Closed

Parity-Ethereum version >= v2.1.1 fails to start on windows. #9702

fevo1971 opened this issue Oct 4, 2018 · 9 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Milestone

Comments

@fevo1971
Copy link
Contributor

fevo1971 commented Oct 4, 2018

  • Parity Ethereum version: 2.1.1
  • Operating system: Windows 10 Pro
  • Installation: official binary and built from source
  • Fully synchronized: -
  • Network: -
  • Restarted: -

Tested with binary release from
https://github.com/paritytech/parity-ethereum/releases/tag/v2.1.1
as well as fresh build from master on my local machine.

actual
When starting parity.exe (with or without command options)
immediately returns to the command-prompt without any output.

expected behavior
starting parity.exe should start a node / display version when started with --version / --help

steps to reproduce

    Directory: C:\Users\Parity\Downloads


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----        10/4/2018  10:42 AM       42538152 parity-2.0.6-stable.exe
-a----        10/4/2018  10:44 AM       44270760 parity-2.1.1-beta.exe


PS C:\Users\parity\Downloads> .\parity-2.0.6-stable.exe --version
Parity
  version Parity-Ethereum/v2.0.6-stable-549e202fc-20180919/x86_64-windows-msvc/rustc1.29.0
Copyright 2015, 2016, 2017, 2018 Parity Technologies (UK) Ltd
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

By Wood/Paronyan/Kotewicz/Drwięga/Volf
   Habermeier/Czaban/Greeff/Gotchac/Redmann

PS C:\Users\parity\Downloads> .\parity-2.1.1-beta.exe --version
PS C:\Users\parity\Downloads>
@jam10o-new jam10o-new added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. labels Oct 4, 2018
@jam10o-new jam10o-new added this to the 2.2 milestone Oct 4, 2018
@niklasad1
Copy link
Collaborator

/cc @andresilva can it be related to the segfault in rocksdb?

@fevo1971
If you can give me access to the machine or show me in the office next week I can help investigate this!

@jam10o-new
Copy link
Contributor

any chance this is related to #9624 ?

@ordian
Copy link
Member

ordian commented Oct 4, 2018

Can also be related to #9684

@andresilva
Copy link
Contributor

Is it possible to build a binary from latest master on that windows machine? If that binary also fails then we know it's not related to #9684.

@andresilva
Copy link
Contributor

Now that I think of it, issue #9684 should be GCC/LLVM specific and shouldn't affect the Windows build.

@ordian
Copy link
Member

ordian commented Oct 8, 2018

On Windows it uses /arch:AVX2 flag in release build of v2.1.1, so if the CPU is older than Haswell (Q2 2013), it will fail with illegal instruction.

@5chdn 5chdn added the P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. label Oct 10, 2018
@ordian
Copy link
Member

ordian commented Oct 12, 2018

if the same applies to 2.1.2-beta, then it was unrelated to #9684

@5chdn 5chdn modified the milestones: 2.2, 2.3 Oct 29, 2018
@Tbaut
Copy link
Contributor

Tbaut commented Nov 14, 2018

That's been fixed right?

@Tbaut
Copy link
Contributor

Tbaut commented Nov 16, 2018

it's solved :)

@Tbaut Tbaut closed this as completed Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Projects
None yet
Development

No branches or pull requests

7 participants