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
panic: database is locked (5) (SQLITE_BUSY)
goroutine 1 [running]: github.com/caffix/netmap.NewGraph({0x13461de?, 0x0?}, {0xc000046980?, 0xffffffffffffff9c?}, {0x1143480?, 0xc0005f6c50?}) /root/go/pkg/mod/github.com/caffix/[email protected]/graph.go:91 +0x44c github.com/owasp-amass/amass/v4/systems.(*LocalSystem).setupGraphDBs(0xc000138ea0, 0xc0005a5340) /root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/systems/local.go:224 +0x1c7 github.com/owasp-amass/amass/v4/systems.NewLocalSystem(0xc0005a5340) /root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/systems/local.go:86 +0x2bb main.runEnumCommand({0xc000100070?, 0xc000100060?, 0xc0004dc3c0?}) /root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/cmd/amass/enum.go:167 +0x2c6 main.main() /root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/cmd/amass/main.go:110 +0x2f2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: database is locked (5) (SQLITE_BUSY)
goroutine 1 [running]:
github.com/caffix/netmap.NewGraph({0x13461de?, 0x0?}, {0xc000046980?, 0xffffffffffffff9c?}, {0x1143480?, 0xc0005f6c50?})
/root/go/pkg/mod/github.com/caffix/[email protected]/graph.go:91 +0x44c
github.com/owasp-amass/amass/v4/systems.(*LocalSystem).setupGraphDBs(0xc000138ea0, 0xc0005a5340)
/root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/systems/local.go:224 +0x1c7
github.com/owasp-amass/amass/v4/systems.NewLocalSystem(0xc0005a5340)
/root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/systems/local.go:86 +0x2bb
main.runEnumCommand({0xc000100070?, 0xc000100060?, 0xc0004dc3c0?})
/root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/cmd/amass/enum.go:167 +0x2c6
main.main()
/root/go/pkg/mod/github.com/owasp-amass/amass/[email protected]/cmd/amass/main.go:110 +0x2f2
The text was updated successfully, but these errors were encountered: