Skip to content

Install Command Fails, Usually Segmentation fault #6813

Answered by candlerb
firstkevinds asked this question in Q&A
Discussion options

You must be logged in to vote

Hyper-V 2012r2 Host. [install is broken]
...
ESXi Host, install is flawless.

I think you have your answer there.

A segmentation fault means typically:

  • a hardware fault, e.g. bad RAM. There is an old sig 11 FAQ which goes into more detail.
  • the binary you are running (python in this case) is broken. But presumably you are using the same version of the python binary from Debian 10 in both cases, which rules that out.

You didn't say if your Hyper-V and ESXi installations were on the same physical hardware, or different hardware. Even if it were the same hardware, they could be mapping different pages, so the fault may be more visible in one case or the other.

It's possible it's a bug in H…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@firstkevinds
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ryanmerolle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: bug A confirmed report of unexpected behavior in the application
3 participants
Converted from issue

This discussion was converted from issue #6807 on July 26, 2021 11:59.