Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/crash-go
simple golang segfault example
https://github.com/bostrt/crash-go
Last synced: 19 days ago
JSON representation
simple golang segfault example
- Host: GitHub
- URL: https://github.com/bostrt/crash-go
- Owner: bostrt
- Created: 2018-05-31T14:17:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T14:18:36.000Z (over 6 years ago)
- Last Synced: 2024-11-01T10:08:40.562Z (2 months ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
# go build
# ./crash-go
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x44c152]goroutine 1 [running]:
main.doBadThings(...)
/home/user/crash-go/main.go:14
main.main()
/home/user/crash-go/main.go:9 +0x2```