GoLinkFinder icon indicating copy to clipboard operation
GoLinkFinder copied to clipboard

runtime error when running with rush

Open ranjit-git opened this issue 5 years ago • 3 comments

when running your tool with https://github.com/shenwei356/rush ,it gives runtime error

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]

goroutine 1 [running]: main.extractJSLinksFromHTML(0x7ffe110cb26e, 0x5d, 0x0, 0x0, 0x0) /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95 main.main() /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:192 +0x297 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]

goroutine 1 [running]: main.extractJSLinksFromHTML(0x7ffc541342a2, 0x29, 0x0, 0x0, 0x0) /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95

ranjit-git avatar Dec 01 '20 02:12 ranjit-git

got same idk why it all of a sudden stopped working, tried reinstalling aswell

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x666f8f]

goroutine 1 [running]: main.extractJSLinksFromHTML({0x7ffd9291923f, 0x4e}) /home/greyhound/go/pkg/mod/github.com/0xsha/[email protected]/GoLinkFinder.go:148 +0x6f main.main() /home/greyhound/go/pkg/mod/github.com/0xsha/[email protected]/GoLinkFinder.go:192 +0x228

oxgreyhound avatar Mar 10 '23 11:03 oxgreyhound

Getting same issue. don't know why

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x6736de]

goroutine 1 [running]:
main.extractJSLinksFromHTML({0x7fff27cfd136, 0x15})
        /home/user/htools/GoLinkFinder/GoLinkFinder.go:151 +0x5e
main.main()
        /home/user/htools/GoLinkFinder/GoLinkFinder.go:205 +0x1c5

Frog-man-sec avatar Mar 30 '24 08:03 Frog-man-sec