https://github.com/larskluge/crash
Trigger a Segmentation Fault
https://github.com/larskluge/crash
elixir
Last synced: 8 months ago
JSON representation
Trigger a Segmentation Fault
- Host: GitHub
- URL: https://github.com/larskluge/crash
- Owner: larskluge
- Created: 2019-07-31T12:46:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T12:51:31.000Z (almost 7 years ago)
- Last Synced: 2025-06-25T04:46:17.682Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crash
Trigger a segmentation fault in Elixir:
```
$ git clone https://github.com/larskluge/crash.git
$ cd crash
$ mix deps.get
$ mix test
[1] 54071 segmentation fault mix test
$ elixir -v
Erlang/OTP 22 [erts-10.4.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]
Elixir 1.9.1 (compiled with Erlang/OTP 22)
$ uname -a
Darwin unknown18 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64
```