What?
While most native C RubyGems try very hard not to cause failures, as a proud
member of the Oops family, oops-null
segfaults your Ruby interpreter by dereferencing
a NULL
pointer.
Diagnostic tool authors and novice debuggers rejoice!
Usage
- Type
gem install oops-null
or, to install a debug-enabled version, typegem install oops-null -- --enable-debug
- Run
nulloops
or create a Ruby script withrequire 'oops-null'; Oops::Null.boom
Requirements
- MRI Ruby 1.8.7 or 1.9.2
- An installed rake-compiler RubyGem
- A GCC-based toolchain. For Windows, consider using the DevKit
License
3-clause BSD. See project LICENSE file.