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

AARCH64 Issue #22

Open
pankajgarg03 opened this issue Mar 6, 2017 · 2 comments
Open

AARCH64 Issue #22

pankajgarg03 opened this issue Mar 6, 2017 · 2 comments

Comments

@pankajgarg03
Copy link

In the file trslib/utils.py, function list_eth_names,
the following line of code is used to identify a 64 bit OS.
os.uname()[4].endswith("_64"):

However this works for x86 since the 64 bit version ends in x86_64.
On ARM though, the architecture is AARCH64. This code breaks down and makes the wrong assumption.

The bug can be simply be fixed by changing the _64 to 64.

-Pankaj

@rickysarraf
Copy link

rickysarraf commented Mar 7, 2017 via email

@rickysarraf
Copy link

Ah!. Wrong forum. Sorry for the noise.

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

No branches or pull requests

2 participants