Syncthing: panic: nil pointer dereference in leveldb.(*DB).isClosed()

Created on 16 May 2020  路  4Comments  路  Source: syncthing/syncthing

Does your log mention database corruption?

No

Include required information

Please be sure to include at least:

What I did

  • reset everything on this side, reset database on other side, tried adding folders for this side

What happened

Panic. https://gist.github.com/mohe2015/2db012669030f3b7c8a8f28f8ed0f445

Steps to reproduce

I don't know I think the current master is just broken.

bug

All 4 comments

This crash happens because we use a db snapshot after releasing it, which is our bug and also a bug in the db package...

Try now.

Seems to work.

Was this page helpful?
0 / 5 - 0 ratings