Skip to content
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

runtime error when running with rush #6

Open
ranjit-git opened this issue Dec 1, 2020 · 3 comments
Open

runtime error when running with rush #6

ranjit-git opened this issue Dec 1, 2020 · 3 comments

Comments

@ranjit-git
Copy link

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

@a6thmfsin
Copy link

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/!go!link![email protected]/GoLinkFinder.go:148 +0x6f
main.main()
/home/greyhound/go/pkg/mod/github.com/0xsha/!go!link![email protected]/GoLinkFinder.go:192 +0x228

@Frog-man-sec
Copy link

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

@Sakuragi-Hanamichii
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants