We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After certain kinds of failures, my filecoin repository gets corrupt in such a way that I always get a segfault (null pointer dereference) on launch.
The segfault occurs on this line. lookup is nil.
lookup
lotus/extern/storage-sealing/currentdealinfo.go
Line 72 in 1c30d07
The text was updated successfully, but these errors were encountered:
fixes filecoin-project#6786 segfault
36a6234
5b2efcf
e0208e3
Merge pull request #6787 from xloem/fix/deal-segfault
8ddd12d
fixes #6786 segfault
No branches or pull requests
After certain kinds of failures, my filecoin repository gets corrupt in such a way that I always get a segfault (null pointer dereference) on launch.
The segfault occurs on this line.
lookup
is nil.lotus/extern/storage-sealing/currentdealinfo.go
Line 72 in 1c30d07
The text was updated successfully, but these errors were encountered: