fingerprint32 function not working in ubuntu
See original GitHub issueVersion system:
> lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
The file test.js is:
const farmHash = require("farmhash");
const a = farmHash.fingerprint32("rs121909217");
console.log(a);
package.json contains the following dependency:
"farmhash": "^3.2.1"
When I execute node test.js on windows I get no trouble, and it prints 3935480791
. However, when I execute it in ubuntu I get the following error:
Illegal instruction (core dumped)
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
aefp - calculate file fingerprint - manpages.ubuntu!
The first character is forced to be a letter (g-p), so there is no problem in using the output as a variable name....
Read more >go-farm: a pure-Go farmhash implementation - GitHub
FarmHash provides hash functions for strings and other data. The functions mix the input bits thoroughly but are not suitable for cryptography.
Read more >farmhash - Go Packages
To test I wrote a small program in C++ to generate both hashes and results from internal routines to add to the test...
Read more >[GPG Signing] Exception when unknown/invalid files in gnupg ...
my machine (ubuntu 18.04) has a ~/.gnupg/pubring.kbx and creating a ~/.gnupg/secring.gpg didn't work for me. Comment 6 ...
Read more >1d757ad9e4a88c2c8d641d01b6...
+ +NOTE: currently the goma backend is not available for non googlers. +We're working so that chromium developers can use it. Stay tuned....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve switched CI to use
-march=nehalem
and published as v3.2.2 - please can you test.Great, thanks for confirming.