You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got the code using git clone https://github.com/filecoin-project/lotus.git.
i compiled a new lotus in the lastest master.when i run lotus daemon,an error occured:panic: runtime error: invalid memory address or nil pointer dereference.
my running version:
commit 697ab30 (HEAD -> master, origin/master, origin/HEAD)
Merge: 8f7f2e7d0c7484
Author: Łukasz Magiera [email protected]
Date: Sun Mar 8 21:40:16 2020 +0100
Merge pull request #1328 from filecoin-project/metrics/rework-default-view
remove high cardinality tags from metrics
my os version:Linux version 5.3.0-28-generic (buildd@lcy01-amd64-009) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu118.04.1)) #3018.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020
Then i switch repository from master to tag v0.2.9 and recompile,it runs ok.
The text was updated successfully, but these errors were encountered:
i got the code using git clone https://github.com/filecoin-project/lotus.git.
i compiled a new lotus in the lastest master.when i run lotus daemon,an error occured:panic: runtime error: invalid memory address or nil pointer dereference.
my running version:
commit 697ab30 (HEAD -> master, origin/master, origin/HEAD)
Merge: 8f7f2e7 d0c7484
Author: Łukasz Magiera [email protected]
Date: Sun Mar 8 21:40:16 2020 +0100
Merge pull request #1328 from filecoin-project/metrics/rework-default-view
remove high cardinality tags from metrics
my os version:Linux version 5.3.0-28-generic (buildd@lcy01-amd64-009) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1
18.04.1)) #3018.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020Then i switch repository from master to tag v0.2.9 and recompile,it runs ok.
The text was updated successfully, but these errors were encountered: