-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
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: runtime error: invalid memory address or nil pointer dereference #79
Comments
download and use release 2.7.1 |
Hi @hktalent , 2022/08/04 20:24:43 wait for init config files ... goroutine 1 [running]: |
that version? reTry |
Still facing the same issue |
Hi @hktalent , error; goroutine 1 [running]: |
rm -rf .DbCache/ reTry |
Hi @hktalent , |
windows? |
Hi @hktalent ,
2.7.2 version I just tested the new version. 2.7.4 still got the same error again. |
@draksjahs wget -c 'https://github.com/hktalent/scan4all/releases/download/2.7.4/scan4all_2.7.4_linux_amd64.zip' |
Hi @hktalent , goroutine 1 [running]: |
Hi,
I get error when I try to run the tool.
2022/08/03 21:54:09 wait for init config files ...
2022/08/03 21:54:13 Init2 k-v db 不能多个进程同时开启 Mmap value log file. Path=.DbCache/000000.vlog. Error=exec format error
2022/08/03 21:54:13 init config files is over .
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x14a pc=0xa27d54]
goroutine 1 [running]:
github.com/dgraph-io/badger.(*DB).View(0x24221c0?, 0xc000719e48)
/home/draksjahs/go/pkg/mod/github.com/dgraph-io/[email protected]/txn.go:676 +0x34
github.com/hktalent/scan4all/lib/util.(*KvDbOp).Get(0x2131586?, {0x206b128?, 0x35245d8?})
/home/draksjahs/go/pkg/mod/github.com/hktalent/[email protected]/lib/util/kvDb.go:75 +0x71
github.com/hktalent/scan4all/brute.init.2.func1()
/home/draksjahs/go/pkg/mod/github.com/hktalent/[email protected]/brute/fuzzAI.go:51 +0x16f
github.com/hktalent/scan4all/lib/util.DoInit(0x7?)
/home/draksjahs/go/pkg/mod/github.com/hktalent/[email protected]/lib/util/config.go:417 +0xb6
main.main()
/home/draksjahs/go/pkg/mod/github.com/hktalent/[email protected]/main.go:23 +0x5d
The text was updated successfully, but these errors were encountered: